#604988

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

Shades of Daisy Bush #604988

Tints of Daisy Bush #604988

Color information

#604988 (or 0x604988) is unknown color: approx Daisy Bush. HEX triplet: 60, 49 and 88. RGB value is (96,73,136). Sum of RGB (Red+Green+Blue) = 96+73+136=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #604988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604988 is #9FB677. Grayscale: #565656. Windows color (decimal): -10466936 or 8931680. OLE color: 8931680.

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

Color convert

RGB9673136-
CMYK0.290.4600.47
HSL261.9º30.14%40.98%-
HSV(B)261.9º46.32%53.33%-
XYZ11.659.0324.42-
YUV87.06155.62134.38-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.48%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=31.48%
G=23.93%
B=44.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96731360.290.4600.47261.930.1440.98
Hex6049881D2E02F1061e29
Octal14011121035560574063651
Binary110000010010011000100011101101110010111110000011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604988; }

 p { color: rgb(96,73,136); }

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

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

 a { background-color: rgb(96,73,136); }

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

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

 span { border-color: rgb(96,73,136); }

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