#602E96

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

Shades of Daisy Bush #602E96

Tints of Daisy Bush #602E96

Color information

#602E96 (or 0x602E96) is unknown color: approx Daisy Bush. HEX triplet: 60, 2E and 96. RGB value is (96,46,150). Sum of RGB (Red+Green+Blue) = 96+46+150=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #602E96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602E96 is #9FD169. Grayscale: #484848. Windows color (decimal): -10473834 or 9842272. OLE color: 9842272.

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

Color convert

RGB9646150-
CMYK0.360.6900.41
HSL268.85º53.06%38.43%-
HSV(B)268.85º69.33%58.82%-
XYZ11.316.6429.54-
YUV72.81171.56144.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.88%
GREEN value IS 46 (18.36% from 255) = 15.75%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=32.88%
G=15.75%
B=51.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96461500.360.6900.41268.8553.0638.43
Hex602E96244502910d3526
Octal14056226441050514156546
Binary11000001011101001011010010010001010101001100001101110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602E96; }

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

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

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

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

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

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

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

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