#602198

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

Shades of Kingfisher Daisy #602198

Tints of Kingfisher Daisy #602198

Color information

#602198 (or 0x602198) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 21 and 98. RGB value is (96,33,152). Sum of RGB (Red+Green+Blue) = 96+33+152=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #602198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602198 is #9FDE67. Grayscale: #404040. Windows color (decimal): -10477160 or 9970016. OLE color: 9970016.

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

Color convert

RGB9633152-
CMYK0.370.7800.40
HSL271.76º64.32%36.27%-
HSV(B)271.76º78.29%59.61%-
XYZ11.045.8430.25-
YUV65.4176.87149.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.16%
GREEN value IS 33 (13.28% from 255) = 11.74%
BLUE value IS 152 (59.77% from 255) = 54.09%
R=34.16%
G=11.74%
B=54.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96331520.370.7800.40271.7664.3236.27
Hex602198254E0281104024
Octal140412304511605042010044
Binary110000010000110011000100101100111001010001000100001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602198; }

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

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

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

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

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

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

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

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