#604096

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

Shades of Daisy Bush #604096

Tints of Daisy Bush #604096

Color information

#604096 (or 0x604096) is unknown color: approx Daisy Bush. HEX triplet: 60, 40 and 96. RGB value is (96,64,150). Sum of RGB (Red+Green+Blue) = 96+64+150=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #604096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604096 is #9FBF69. Grayscale: #535353. Windows color (decimal): -10469226 or 9846880. OLE color: 9846880.

HSL color Cylindrical-coordinate representation of color #604096: hue angle of 262.33º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #604096 is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9664150-
CMYK0.360.5700.41
HSL262.33º40.19%41.96%-
HSV(B)262.33º57.33%58.82%-
XYZ12.168.3629.83-
YUV83.37165.6137.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=30.97%
G=20.65%
B=48.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96641500.360.5700.41262.3340.1941.96
Hex6040962439029106282a
Octal14010022644710514065052
Binary11000001000000100101101001001110010101001100000110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #604096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #604096; }

 p { color: rgb(96,64,150); }

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

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

 a { background-color: rgb(96,64,150); }

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

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

 span { border-color: rgb(96,64,150); }

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