#603996

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

Shades of Daisy Bush #603996

Tints of Daisy Bush #603996

Color information

#603996 (or 0x603996) is unknown color: approx Daisy Bush. HEX triplet: 60, 39 and 96. RGB value is (96,57,150). Sum of RGB (Red+Green+Blue) = 96+57+150=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #603996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603996 is #9FC669. Grayscale: #4E4E4E. Windows color (decimal): -10471018 or 9845088. OLE color: 9845088.

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

Color convert

RGB9657150-
CMYK0.360.6200.41
HSL265.16º44.93%40.59%-
HSV(B)265.16º62%58.82%-
XYZ11.797.6229.7-
YUV79.26167.92139.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 150 (58.98% from 255) = 49.50%
R=31.68%
G=18.81%
B=49.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96571500.360.6200.41265.1644.9340.59
Hex603996243E0291092d29
Octal1407122644760514115551
Binary1100000111001100101101001001111100101001100001001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603996; }

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

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

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

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

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

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

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

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