#602896

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

Shades of Daisy Bush #602896

Tints of Daisy Bush #602896

Color information

#602896 (or 0x602896) is unknown color: approx Daisy Bush. HEX triplet: 60, 28 and 96. RGB value is (96,40,150). Sum of RGB (Red+Green+Blue) = 96+40+150=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #602896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602896 is #9FD769. Grayscale: #444444. Windows color (decimal): -10475370 or 9840736. OLE color: 9840736.

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

Color convert

RGB9640150-
CMYK0.360.7300.41
HSL270.55º57.89%37.25%-
HSV(B)270.55º73.33%58.82%-
XYZ11.096.2129.47-
YUV69.28173.55147.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 40 (16.02% from 255) = 13.99%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=33.57%
G=13.99%
B=52.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96401500.360.7300.41270.5557.8937.25
Hex602896244902910f3a25
Octal14050226441110514177245
Binary11000001010001001011010010010010010101001100001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602896; }

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

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

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

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

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

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

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

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