#604CAF

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

Shades of Blue Marguerite #604CAF

Tints of Blue Marguerite #604CAF

Color information

#604CAF (or 0x604CAF) is unknown color: approx Blue Marguerite. HEX triplet: 60, 4C and AF. RGB value is (96,76,175). Sum of RGB (Red+Green+Blue) = 96+76+175=347 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.67% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #604CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604CAF is #9FB350. Grayscale: #5C5C5C. Windows color (decimal): -10466129 or 11488352. OLE color: 11488352.

HSL color Cylindrical-coordinate representation of color #604CAF: hue angle of 252.12º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604CAF is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9676175-
CMYK0.450.5700.31
HSL252.12º39.44%49.22%-
HSV(B)252.12º56.57%68.63%-
XYZ15.1510.7541.83-
YUV93.27174.13129.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.67%
GREEN value IS 76 (30.08% from 255) = 21.90%
BLUE value IS 175 (68.75% from 255) = 50.43%
R=27.67%
G=21.90%
B=50.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96761750.450.5700.31252.1239.4449.22
Hex604CAF2D3901Ffc2731
Octal14011425755710373744761
Binary110000010011001010111110110111100101111111111100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,76,175); }

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

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

 a { background-color: rgb(96,76,175); }

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

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

 span { border-color: rgb(96,76,175); }

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