#602189

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

Shades of Kingfisher Daisy #602189

Tints of Kingfisher Daisy #602189

Color information

#602189 (or 0x602189) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 21 and 89. RGB value is (96,33,137). Sum of RGB (Red+Green+Blue) = 96+33+137=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #602189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602189 is #9FDE76. Grayscale: #3F3F3F. Windows color (decimal): -10477175 or 8986976. OLE color: 8986976.

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

Color convert

RGB9633137-
CMYK0.300.7600.46
HSL276.35º61.18%33.33%-
HSV(B)276.35º75.91%53.73%-
XYZ9.885.3824.18-
YUV63.69169.37151.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 137 (53.91% from 255) = 51.50%
R=36.09%
G=12.41%
B=51.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96331370.300.7600.46276.3561.1833.33
Hex6021891E4C02E1143d21
Octal14041211361140564247541
Binary1100000100001100010011111010011000101110100010100111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602189; }

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

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

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

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

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

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

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

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