#603396

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

Shades of Daisy Bush #603396

Tints of Daisy Bush #603396

Color information

#603396 (or 0x603396) is unknown color: approx Daisy Bush. HEX triplet: 60, 33 and 96. RGB value is (96,51,150). Sum of RGB (Red+Green+Blue) = 96+51+150=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #603396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603396 is #9FCC69. Grayscale: #4B4B4B. Windows color (decimal): -10472554 or 9843552. OLE color: 9843552.

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

Color convert

RGB9651150-
CMYK0.360.6600.41
HSL267.27º49.25%39.41%-
HSV(B)267.27º66%58.82%-
XYZ11.517.0629.61-
YUV75.74169.91142.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.32%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 150 (58.98% from 255) = 50.51%
R=32.32%
G=17.17%
B=50.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96511500.360.6600.41267.2749.2539.41
Hex603396244202910b3127
Octal14063226441020514136147
Binary11000001100111001011010010010000100101001100001011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603396; }

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

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

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

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

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

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

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

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