#602089

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

Shades of Kingfisher Daisy #602089

Tints of Kingfisher Daisy #602089

Color information

#602089 (or 0x602089) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 20 and 89. RGB value is (96,32,137). Sum of RGB (Red+Green+Blue) = 96+32+137=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 137 (53.91% from 255 or 51.70% from 265); Max value from RGB is 137 - color contains mainly: blue. Hex color #602089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602089 is #9FDF76. Grayscale: #3E3E3E. Windows color (decimal): -10477431 or 8986720. OLE color: 8986720.

HSL color Cylindrical-coordinate representation of color #602089: hue angle of 276.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602089 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9632137-
CMYK0.300.7700.46
HSL276.57º62.13%33.14%-
HSV(B)276.57º76.64%53.73%-
XYZ9.865.3324.18-
YUV63.11169.7151.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 32 (12.89% from 255) = 12.08%
BLUE value IS 137 (53.91% from 255) = 51.70%
R=36.23%
G=12.08%
B=51.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96321370.300.7700.46276.5762.1333.14
Hex6020891E4D02E1153e21
Octal14040211361150564257641
Binary1100000100000100010011111010011010101110100010101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602089; }

 p { color: rgb(96,32,137); }

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

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

 a { background-color: rgb(96,32,137); }

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

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

 span { border-color: rgb(96,32,137); }

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