#603896

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

Shades of Daisy Bush #603896

Tints of Daisy Bush #603896

Color information

#603896 (or 0x603896) is unknown color: approx Daisy Bush. HEX triplet: 60, 38 and 96. RGB value is (96,56,150). Sum of RGB (Red+Green+Blue) = 96+56+150=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #603896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603896 is #9FC769. Grayscale: #4E4E4E. Windows color (decimal): -10471274 or 9844832. OLE color: 9844832.

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

Color convert

RGB9656150-
CMYK0.360.6300.41
HSL265.53º45.63%40.39%-
HSV(B)265.53º62.67%58.82%-
XYZ11.747.5229.69-
YUV78.68168.25140.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.79%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 150 (58.98% from 255) = 49.67%
R=31.79%
G=18.54%
B=49.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96561500.360.6300.41265.5345.6340.39
Hex603896243F02910a2e28
Octal1407022644770514125650
Binary1100000111000100101101001001111110101001100001010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603896; }

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

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

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

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

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

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

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

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