#604779

Color #604779 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #604779

Tints of Kingfisher Daisy #604779

Color information

#604779 (or 0x604779) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 47 and 79. RGB value is (96,71,121). Sum of RGB (Red+Green+Blue) = 96+71+121=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #604779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604779 is #9FB886. Grayscale: #545454. Windows color (decimal): -10467463 or 7948128. OLE color: 7948128.

HSL color Cylindrical-coordinate representation of color #604779: hue angle of 270º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604779 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9671121-
CMYK0.210.4100.53
HSL270º26.04%37.65%-
HSV(B)270º41.32%47.45%-
XYZ10.538.3719.15-
YUV84.18148.78136.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 71 (28.12% from 255) = 24.65%
BLUE value IS 121 (47.66% from 255) = 42.01%
R=33.33%
G=24.65%
B=42.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96711210.210.4100.5327026.0437.65
Hex604779152903510e1a26
Octal14010717125510654163246
Binary11000001000111111100110101101001011010110000111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604779; }

 p { color: rgb(96,71,121); }

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

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

 a { background-color: rgb(96,71,121); }

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

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

 span { border-color: rgb(96,71,121); }

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