#602098

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

Shades of Kingfisher Daisy #602098

Tints of Kingfisher Daisy #602098

Color information

#602098 (or 0x602098) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 20 and 98. RGB value is (96,32,152). Sum of RGB (Red+Green+Blue) = 96+32+152=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 152 (59.77% from 255 or 54.29% from 280); Max value from RGB is 152 - color contains mainly: blue. Hex color #602098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602098 is #9FDF67. Grayscale: #404040. Windows color (decimal): -10477416 or 9969760. OLE color: 9969760.

HSL color Cylindrical-coordinate representation of color #602098: hue angle of 272º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #602098 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9632152-
CMYK0.370.7900.40
HSL272º65.22%36.08%-
HSV(B)272º78.95%59.61%-
XYZ11.015.7930.24-
YUV64.82177.2150.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 32 (12.89% from 255) = 11.43%
BLUE value IS 152 (59.77% from 255) = 54.29%
R=34.29%
G=11.43%
B=54.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96321520.370.7900.4027265.2236.08
Hex602098254F0281104124
Octal140402304511705042010144
Binary110000010000010011000100101100111101010001000100001000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602098; }

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

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

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

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

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

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

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

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