Shades of Kingfisher Daisy #60477B
Tints of Kingfisher Daisy #60477B
RGB
CMYK
RGB Variations
Color information
#60477B (or 0x60477B) is known color: Kingfisher Daisy. HEX triplet: 60, 47 and 7B. RGB value is (96,71,123). Sum of RGB (Red+Green+Blue) = 96+71+123=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 123 (48.44% from 255 or 42.41% from 290); Max value from RGB is 123 - color contains mainly: blue. Hex color #60477B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60477B is #9FB884. Grayscale: #545454. Windows color (decimal): -10467461 or 8079200. OLE color: 8079200.
HSL color Cylindrical-coordinate representation of color #60477B: hue angle of 268.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60477B is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 71 | 123 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.52 |
| HSL | 268.85º | 0.27% | 0.38% | - |
| HSV(B) | 268.85º | 0.42% | 0.48% | - |
| XYZ | 10.65 | 8.42 | 19.8 | - |
| YUV | 84.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 123 | 0.22 | 0.42 | 0 | 0.52 | 268.85 | 0.27 | 0.38 |
| Hex | 60 | 47 | 7B | 16 | 2A | 0 | 34 | 10D | 1B | 26 |
| Octal | 140 | 107 | 173 | 26 | 52 | 0 | 64 | 415 | 33 | 46 |
| Binary | 1100000 | 1000111 | 1111011 | 10110 | 101010 | 0 | 110100 | 100001101 | 11011 | 100110 |
Color Harmonies of #60477B
Complementary color
Monochromatic Colors of #60477B
Black with #60477B
Text Example
Text Example
White with #60477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60477B; }
p { color: rgb(96,71,123); }
H1.HeaderClassName
{
color: #60477B;
}
.AnyTagClassName
{
color: #60477B;
}
</style>
background-color css
<style>
a { background-color: #60477B; }
a { background-color: rgb(96,71,123); }
div.DivClassName
{
background-color: #60477B;
}
.BgClassName
{
background-color: #60477B;
}
</style>
border-color css
<style>
span { border-color: #60477B; }
span { border-color: rgb(96,71,123); }
td.TdClassName
{
border-color: #60477B;
}
.TagClassName
{
border-color: #60477B;
}
</style>