Shades of Kingfisher Daisy #60248E
Tints of Kingfisher Daisy #60248E
RGB
CMYK
RGB Variations
Color information
#60248E (or 0x60248E) is known color: Kingfisher Daisy. HEX triplet: 60, 24 and 8E. RGB value is (96,36,142). Sum of RGB (Red+Green+Blue) = 96+36+142=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #60248E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60248E is #9FDB71. Grayscale: #414141. Windows color (decimal): -10476402 or 9315424. OLE color: 9315424.
HSL color Cylindrical-coordinate representation of color #60248E: hue angle of 273.96º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #60248E is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 36 | 142 | - |
| CMYK | 0.32 | 0.75 | 0 | 0.44 |
| HSL | 273.96º | 0.6% | 0.35% | - |
| HSV(B) | 273.96º | 0.75% | 0.56% | - |
| XYZ | 10.34 | 5.7 | 26.15 | - |
| YUV | 66.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 142 | 0.32 | 0.75 | 0 | 0.44 | 273.96 | 0.6 | 0.35 |
| Hex | 60 | 24 | 8E | 20 | 4B | 0 | 2C | 112 | 3C | 23 |
| Octal | 140 | 44 | 216 | 40 | 113 | 0 | 54 | 422 | 74 | 43 |
| Binary | 1100000 | 100100 | 10001110 | 100000 | 1001011 | 0 | 101100 | 100010010 | 111100 | 100011 |
Color Harmonies of #60248E
Complementary color
Monochromatic Colors of #60248E
Black with #60248E
Text Example
Text Example
White with #60248E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60248E; }
p { color: rgb(96,36,142); }
H1.HeaderClassName
{
color: #60248E;
}
.AnyTagClassName
{
color: #60248E;
}
</style>
background-color css
<style>
a { background-color: #60248E; }
a { background-color: rgb(96,36,142); }
div.DivClassName
{
background-color: #60248E;
}
.BgClassName
{
background-color: #60248E;
}
</style>
border-color css
<style>
span { border-color: #60248E; }
span { border-color: rgb(96,36,142); }
td.TdClassName
{
border-color: #60248E;
}
.TagClassName
{
border-color: #60248E;
}
</style>