Shades of Kingfisher Daisy #60297B
Tints of Kingfisher Daisy #60297B
RGB
CMYK
RGB Variations
Color information
#60297B (or 0x60297B) is known color: Kingfisher Daisy. HEX triplet: 60, 29 and 7B. RGB value is (96,41,123). Sum of RGB (Red+Green+Blue) = 96+41+123=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #60297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60297B is #9FD684. Grayscale: #424242. Windows color (decimal): -10475141 or 8071520. OLE color: 8071520.
HSL color Cylindrical-coordinate representation of color #60297B: hue angle of 280.24º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #60297B is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 41 | 123 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.52 |
| HSL | 280.24º | 0.5% | 0.32% | - |
| HSV(B) | 280.24º | 0.67% | 0.48% | - |
| XYZ | 9.19 | 5.5 | 19.32 | - |
| YUV | 66.79 | 159.72 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 41 | 123 | 0.22 | 0.67 | 0 | 0.52 | 280.24 | 0.5 | 0.32 |
| Hex | 60 | 29 | 7B | 16 | 43 | 0 | 34 | 118 | 32 | 20 |
| Octal | 140 | 51 | 173 | 26 | 103 | 0 | 64 | 430 | 62 | 40 |
| Binary | 1100000 | 101001 | 1111011 | 10110 | 1000011 | 0 | 110100 | 100011000 | 110010 | 100000 |
Color Harmonies of #60297B
Complementary color
Monochromatic Colors of #60297B
Black with #60297B
Text Example
Text Example
White with #60297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60297B; }
p { color: rgb(96,41,123); }
H1.HeaderClassName
{
color: #60297B;
}
.AnyTagClassName
{
color: #60297B;
}
</style>
background-color css
<style>
a { background-color: #60297B; }
a { background-color: rgb(96,41,123); }
div.DivClassName
{
background-color: #60297B;
}
.BgClassName
{
background-color: #60297B;
}
</style>
border-color css
<style>
span { border-color: #60297B; }
span { border-color: rgb(96,41,123); }
td.TdClassName
{
border-color: #60297B;
}
.TagClassName
{
border-color: #60297B;
}
</style>