Shades of Kingfisher Daisy #60208B
Tints of Kingfisher Daisy #60208B
RGB
CMYK
RGB Variations
Color information
#60208B (or 0x60208B) is known color: Kingfisher Daisy. HEX triplet: 60, 20 and 8B. RGB value is (96,32,139). Sum of RGB (Red+Green+Blue) = 96+32+139=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #60208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60208B is #9FDF74. Grayscale: #3E3E3E. Windows color (decimal): -10477429 or 9117792. OLE color: 9117792.
HSL color Cylindrical-coordinate representation of color #60208B: hue angle of 275.89º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #60208B is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 32 | 139 | - |
| CMYK | 0.31 | 0.77 | 0 | 0.45 |
| HSL | 275.89º | 0.63% | 0.34% | - |
| HSV(B) | 275.89º | 0.77% | 0.55% | - |
| XYZ | 10 | 5.38 | 24.94 | - |
| YUV | 63.33 | 170.7 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 32 | 139 | 0.31 | 0.77 | 0 | 0.45 | 275.89 | 0.63 | 0.34 |
| Hex | 60 | 20 | 8B | 1F | 4D | 0 | 2D | 114 | 3F | 22 |
| Octal | 140 | 40 | 213 | 37 | 115 | 0 | 55 | 424 | 77 | 42 |
| Binary | 1100000 | 100000 | 10001011 | 11111 | 1001101 | 0 | 101101 | 100010100 | 111111 | 100010 |
Color Harmonies of #60208B
Complementary color
Monochromatic Colors of #60208B
Black with #60208B
Text Example
Text Example
White with #60208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60208B; }
p { color: rgb(96,32,139); }
H1.HeaderClassName
{
color: #60208B;
}
.AnyTagClassName
{
color: #60208B;
}
</style>
background-color css
<style>
a { background-color: #60208B; }
a { background-color: rgb(96,32,139); }
div.DivClassName
{
background-color: #60208B;
}
.BgClassName
{
background-color: #60208B;
}
</style>
border-color css
<style>
span { border-color: #60208B; }
span { border-color: rgb(96,32,139); }
td.TdClassName
{
border-color: #60208B;
}
.TagClassName
{
border-color: #60208B;
}
</style>