Shades of Kingfisher Daisy #602C91
Tints of Kingfisher Daisy #602C91
RGB
CMYK
RGB Variations
Color information
#602C91 (or 0x602C91) is known color: Kingfisher Daisy. HEX triplet: 60, 2C and 91. RGB value is (96,44,145). Sum of RGB (Red+Green+Blue) = 96+44+145=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 44 (17.58% from 255 or 15.44% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #602C91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602C91 is #9FD36E. Grayscale: #464646. Windows color (decimal): -10474351 or 9514080. OLE color: 9514080.
HSL color Cylindrical-coordinate representation of color #602C91: hue angle of 270.89º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #602C91 is Cyan = 0.34, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 44 | 145 | - |
| CMYK | 0.34 | 0.70 | 0 | 0.43 |
| HSL | 270.89º | 0.53% | 0.37% | - |
| HSV(B) | 270.89º | 0.7% | 0.57% | - |
| XYZ | 10.84 | 6.33 | 27.44 | - |
| YUV | 71.06 | 169.73 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 44 | 145 | 0.34 | 0.70 | 0 | 0.43 | 270.89 | 0.53 | 0.37 |
| Hex | 60 | 2C | 91 | 22 | 46 | 0 | 2B | 10F | 35 | 25 |
| Octal | 140 | 54 | 221 | 42 | 106 | 0 | 53 | 417 | 65 | 45 |
| Binary | 1100000 | 101100 | 10010001 | 100010 | 1000110 | 0 | 101011 | 100001111 | 110101 | 100101 |
Color Harmonies of #602C91
Complementary color
Monochromatic Colors of #602C91
Black with #602C91
Text Example
Text Example
White with #602C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602C91; }
p { color: rgb(96,44,145); }
H1.HeaderClassName
{
color: #602C91;
}
.AnyTagClassName
{
color: #602C91;
}
</style>
background-color css
<style>
a { background-color: #602C91; }
a { background-color: rgb(96,44,145); }
div.DivClassName
{
background-color: #602C91;
}
.BgClassName
{
background-color: #602C91;
}
</style>
border-color css
<style>
span { border-color: #602C91; }
span { border-color: rgb(96,44,145); }
td.TdClassName
{
border-color: #602C91;
}
.TagClassName
{
border-color: #602C91;
}
</style>