#602190

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

Shades of Kingfisher Daisy #602190

Tints of Kingfisher Daisy #602190

Color information

#602190 (or 0x602190) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 21 and 90. RGB value is (96,33,144). Sum of RGB (Red+Green+Blue) = 96+33+144=273 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.16% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #602190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602190 is #9FDE6F. Grayscale: #404040. Windows color (decimal): -10477168 or 9445728. OLE color: 9445728.

HSL color Cylindrical-coordinate representation of color #602190: hue angle of 274.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #602190 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9633144-
CMYK0.330.7700.44
HSL274.05º62.71%34.71%-
HSV(B)274.05º77.08%56.47%-
XYZ10.45.5926.92-
YUV64.49172.87150.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.16%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 144 (56.64% from 255) = 52.75%
R=35.16%
G=12.09%
B=52.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96331440.330.7700.44274.0562.7134.71
Hex602190214D02C1123f23
Octal14041220411150544227743
Binary11000001000011001000010000110011010101100100010010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602190; }

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

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

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

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

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

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

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

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