Shades of Kingfisher Daisy #602086
Tints of Kingfisher Daisy #602086
RGB
CMYK
RGB Variations
Color information
#602086 (or 0x602086) is known color: Kingfisher Daisy. HEX triplet: 60, 20 and 86. RGB value is (96,32,134). Sum of RGB (Red+Green+Blue) = 96+32+134=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #602086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602086 is #9FDF79. Grayscale: #3E3E3E. Windows color (decimal): -10477434 or 8790112. OLE color: 8790112.
HSL color Cylindrical-coordinate representation of color #602086: hue angle of 277.65º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #602086 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 32 | 134 | - |
| CMYK | 0.28 | 0.76 | 0 | 0.47 |
| HSL | 277.65º | 0.61% | 0.33% | - |
| HSV(B) | 277.65º | 0.76% | 0.53% | - |
| XYZ | 9.64 | 5.24 | 23.06 | - |
| YUV | 62.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 134 | 0.28 | 0.76 | 0 | 0.47 | 277.65 | 0.61 | 0.33 |
| Hex | 60 | 20 | 86 | 1C | 4C | 0 | 2F | 116 | 3D | 21 |
| Octal | 140 | 40 | 206 | 34 | 114 | 0 | 57 | 426 | 75 | 41 |
| Binary | 1100000 | 100000 | 10000110 | 11100 | 1001100 | 0 | 101111 | 100010110 | 111101 | 100001 |
Color Harmonies of #602086
Complementary color
Monochromatic Colors of #602086
Black with #602086
Text Example
Text Example
White with #602086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602086; }
p { color: rgb(96,32,134); }
H1.HeaderClassName
{
color: #602086;
}
.AnyTagClassName
{
color: #602086;
}
</style>
background-color css
<style>
a { background-color: #602086; }
a { background-color: rgb(96,32,134); }
div.DivClassName
{
background-color: #602086;
}
.BgClassName
{
background-color: #602086;
}
</style>
border-color css
<style>
span { border-color: #602086; }
span { border-color: rgb(96,32,134); }
td.TdClassName
{
border-color: #602086;
}
.TagClassName
{
border-color: #602086;
}
</style>