Shades of Kingfisher Daisy #602190
Tints of Kingfisher Daisy #602190
RGB
CMYK
RGB Variations
Color information
#602190 (or 0x602190) is known color: 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
| RGB | 96 | 33 | 144 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.44 |
| HSL | 274.05º | 0.63% | 0.35% | - |
| HSV(B) | 274.05º | 0.77% | 0.56% | - |
| XYZ | 10.4 | 5.59 | 26.92 | - |
| YUV | 64.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 33 | 144 | 0.33 | 0.77 | 0 | 0.44 | 274.05 | 0.63 | 0.35 |
| Hex | 60 | 21 | 90 | 21 | 4D | 0 | 2C | 112 | 3F | 23 |
| Octal | 140 | 41 | 220 | 41 | 115 | 0 | 54 | 422 | 77 | 43 |
| Binary | 1100000 | 100001 | 10010000 | 100001 | 1001101 | 0 | 101100 | 100010010 | 111111 | 100011 |
Color Harmonies of #602190
Complementary color
Monochromatic Colors of #602190
Black with #602190
Text Example
Text Example
White with #602190
Text Example
Text Example
HTML Codes & Css Web 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>