Shades of Kingfisher Daisy #60298F
Tints of Kingfisher Daisy #60298F
RGB
CMYK
RGB Variations
Color information
#60298F (or 0x60298F) is known color: Kingfisher Daisy. HEX triplet: 60, 29 and 8F. RGB value is (96,41,143). Sum of RGB (Red+Green+Blue) = 96+41+143=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 143 (56.25% from 255 or 51.07% from 280); Max value from RGB is 143 - color contains mainly: blue. Hex color #60298F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60298F is #9FD670. Grayscale: #444444. Windows color (decimal): -10475121 or 9382240. OLE color: 9382240.
HSL color Cylindrical-coordinate representation of color #60298F: hue angle of 272.35º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60298F is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 41 | 143 | - |
| CMYK | 0.33 | 0.71 | 0 | 0.44 |
| HSL | 272.35º | 0.55% | 0.36% | - |
| HSV(B) | 272.35º | 0.71% | 0.56% | - |
| XYZ | 10.57 | 6.06 | 26.6 | - |
| YUV | 69.07 | 169.72 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 143 | 0.33 | 0.71 | 0 | 0.44 | 272.35 | 0.55 | 0.36 |
| Hex | 60 | 29 | 8F | 21 | 47 | 0 | 2C | 110 | 37 | 24 |
| Octal | 140 | 51 | 217 | 41 | 107 | 0 | 54 | 420 | 67 | 44 |
| Binary | 1100000 | 101001 | 10001111 | 100001 | 1000111 | 0 | 101100 | 100010000 | 110111 | 100100 |
Color Harmonies of #60298F
Complementary color
Monochromatic Colors of #60298F
Black with #60298F
Text Example
Text Example
White with #60298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60298F; }
p { color: rgb(96,41,143); }
H1.HeaderClassName
{
color: #60298F;
}
.AnyTagClassName
{
color: #60298F;
}
</style>
background-color css
<style>
a { background-color: #60298F; }
a { background-color: rgb(96,41,143); }
div.DivClassName
{
background-color: #60298F;
}
.BgClassName
{
background-color: #60298F;
}
</style>
border-color css
<style>
span { border-color: #60298F; }
span { border-color: rgb(96,41,143); }
td.TdClassName
{
border-color: #60298F;
}
.TagClassName
{
border-color: #60298F;
}
</style>