Shades of Kingfisher Daisy #60248B
Tints of Kingfisher Daisy #60248B
RGB
CMYK
RGB Variations
Color information
#60248B (or 0x60248B) is known color: Kingfisher Daisy. HEX triplet: 60, 24 and 8B. RGB value is (96,36,139). Sum of RGB (Red+Green+Blue) = 96+36+139=271 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.42% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #60248B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60248B is #9FDB74. Grayscale: #414141. Windows color (decimal): -10476405 or 9118816. OLE color: 9118816.
HSL color Cylindrical-coordinate representation of color #60248B: hue angle of 274.95º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60248B is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 36 | 139 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.45 |
| HSL | 274.95º | 0.59% | 0.34% | - |
| HSV(B) | 274.95º | 0.74% | 0.55% | - |
| XYZ | 10.11 | 5.61 | 24.98 | - |
| YUV | 65.68 | 169.38 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 139 | 0.31 | 0.74 | 0 | 0.45 | 274.95 | 0.59 | 0.34 |
| Hex | 60 | 24 | 8B | 1F | 4A | 0 | 2D | 113 | 3B | 22 |
| Octal | 140 | 44 | 213 | 37 | 112 | 0 | 55 | 423 | 73 | 42 |
| Binary | 1100000 | 100100 | 10001011 | 11111 | 1001010 | 0 | 101101 | 100010011 | 111011 | 100010 |
Color Harmonies of #60248B
Complementary color
Monochromatic Colors of #60248B
Black with #60248B
Text Example
Text Example
White with #60248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60248B; }
p { color: rgb(96,36,139); }
H1.HeaderClassName
{
color: #60248B;
}
.AnyTagClassName
{
color: #60248B;
}
</style>
background-color css
<style>
a { background-color: #60248B; }
a { background-color: rgb(96,36,139); }
div.DivClassName
{
background-color: #60248B;
}
.BgClassName
{
background-color: #60248B;
}
</style>
border-color css
<style>
span { border-color: #60248B; }
span { border-color: rgb(96,36,139); }
td.TdClassName
{
border-color: #60248B;
}
.TagClassName
{
border-color: #60248B;
}
</style>