#604999

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

Shades of Daisy Bush #604999

Tints of Daisy Bush #604999

Color information

#604999 (or 0x604999) is unknown color: approx Daisy Bush. HEX triplet: 60, 49 and 99. RGB value is (96,73,153). Sum of RGB (Red+Green+Blue) = 96+73+153=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 153 (60.16% from 255 or 47.52% from 322); Max value from RGB is 153 - color contains mainly: blue. Hex color #604999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604999 is #9FB666. Grayscale: #585858. Windows color (decimal): -10466919 or 10045792. OLE color: 10045792.

HSL color Cylindrical-coordinate representation of color #604999: hue angle of 257.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #604999 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9673153-
CMYK0.370.5200.4
HSL257.25º35.4%44.31%-
HSV(B)257.25º52.29%60%-
XYZ12.969.5531.3-
YUV89164.12133-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 73 (28.91% from 255) = 22.67%
BLUE value IS 153 (60.16% from 255) = 47.52%
R=29.81%
G=22.67%
B=47.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96731530.370.5200.4257.2535.444.31
Hex6049992534028101232c
Octal14011123145640504014354
Binary11000001001001100110011001011101000101000100000001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604999; }

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

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

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

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

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

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

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

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