Shades of Kingfisher Daisy #60248C
Tints of Kingfisher Daisy #60248C
RGB
CMYK
RGB Variations
Color information
#60248C (or 0x60248C) is known color: Kingfisher Daisy. HEX triplet: 60, 24 and 8C. RGB value is (96,36,140). Sum of RGB (Red+Green+Blue) = 96+36+140=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #60248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60248C is #9FDB73. Grayscale: #414141. Windows color (decimal): -10476404 or 9184352. OLE color: 9184352.
HSL color Cylindrical-coordinate representation of color #60248C: hue angle of 274.62º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60248C is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 36 | 140 | - |
| CMYK | 0.31 | 0.74 | 0 | 0.45 |
| HSL | 274.62º | 0.59% | 0.35% | - |
| HSV(B) | 274.62º | 0.74% | 0.55% | - |
| XYZ | 10.19 | 5.64 | 25.36 | - |
| YUV | 65.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 36 | 140 | 0.31 | 0.74 | 0 | 0.45 | 274.62 | 0.59 | 0.35 |
| Hex | 60 | 24 | 8C | 1F | 4A | 0 | 2D | 113 | 3B | 23 |
| Octal | 140 | 44 | 214 | 37 | 112 | 0 | 55 | 423 | 73 | 43 |
| Binary | 1100000 | 100100 | 10001100 | 11111 | 1001010 | 0 | 101101 | 100010011 | 111011 | 100011 |
Color Harmonies of #60248C
Complementary color
Monochromatic Colors of #60248C
Black with #60248C
Text Example
Text Example
White with #60248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60248C; }
p { color: rgb(96,36,140); }
H1.HeaderClassName
{
color: #60248C;
}
.AnyTagClassName
{
color: #60248C;
}
</style>
background-color css
<style>
a { background-color: #60248C; }
a { background-color: rgb(96,36,140); }
div.DivClassName
{
background-color: #60248C;
}
.BgClassName
{
background-color: #60248C;
}
</style>
border-color css
<style>
span { border-color: #60248C; }
span { border-color: rgb(96,36,140); }
td.TdClassName
{
border-color: #60248C;
}
.TagClassName
{
border-color: #60248C;
}
</style>