#604bb2

Color #604BB2 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #604BB2

Tints of Blue Marguerite #604BB2

Color information

#604BB2 (or 0x604BB2) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4B and B2. RGB value is (96,75,178). Sum of RGB (Red+Green+Blue) = 96+75+178=349 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.51% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 178 (69.92% from 255 or 51.00% from 349); Max value from RGB is 178 - color contains mainly: blue. Hex color #604BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604BB2 is #9FB44D. Grayscale: #5C5C5C. Windows color (decimal): -10466382 or 11684704. OLE color: 11684704.

HSL color Cylindrical-coordinate representation of color #604BB2: hue angle of 252.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #604BB2 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9675178-
CMYK0.460.5800.30
HSL252.23º40.71%49.61%-
HSV(B)252.23º57.87%69.8%-
XYZ15.3810.7343.38-
YUV93.02175.96130.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 27.51%
GREEN value IS 75 (29.69% from 255) = 21.49%
BLUE value IS 178 (69.92% from 255) = 51.00%
R=27.51%
G=21.49%
B=51.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96751780.460.5800.30252.2340.7149.61
Hex604BB22E3A01Efc2932
Octal14011326256720363745162
Binary110000010010111011001010111011101001111011111100101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604bb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604bb2; }

 p { color: rgb(96,75,178); }

 H1.HeaderClassName
 {
   color: #604bb2;
 }
 .AnyTagClassName
 {
   color: #604bb2;
 }
</style>
background-color css

<style>
 a { background-color: #604bb2; }

 a { background-color: rgb(96,75,178); }

 div.DivClassName
 {
   background-color: #604bb2;
 }
 .BgClassName
 {
   background-color: #604bb2;
 }
</style>
border-color css

<style>
 span { border-color: #604bb2; }

 span { border-color: rgb(96,75,178); }

 td.TdClassName
 {
   border-color: #604bb2;
 }
 .TagClassName
 {
   border-color: #604bb2;
 }
</style>