Shades of Kingfisher Daisy #60437F
Tints of Kingfisher Daisy #60437F
RGB
CMYK
RGB Variations
Color information
#60437F (or 0x60437F) is known color: Kingfisher Daisy. HEX triplet: 60, 43 and 7F. RGB value is (96,67,127). Sum of RGB (Red+Green+Blue) = 96+67+127=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #60437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60437F is #9FBC80. Grayscale: #525252. Windows color (decimal): -10468481 or 8340320. OLE color: 8340320.
HSL color Cylindrical-coordinate representation of color #60437F: hue angle of 269º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60437F is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 67 | 127 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.50 |
| HSL | 269º | 0.31% | 0.38% | - |
| HSV(B) | 269º | 0.47% | 0.5% | - |
| XYZ | 10.66 | 8.03 | 21.07 | - |
| YUV | 82.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 127 | 0.24 | 0.47 | 0 | 0.50 | 269 | 0.31 | 0.38 |
| Hex | 60 | 43 | 7F | 18 | 2F | 0 | 32 | 10D | 1F | 26 |
| Octal | 140 | 103 | 177 | 30 | 57 | 0 | 62 | 415 | 37 | 46 |
| Binary | 1100000 | 1000011 | 1111111 | 11000 | 101111 | 0 | 110010 | 100001101 | 11111 | 100110 |
Color Harmonies of #60437F
Complementary color
Monochromatic Colors of #60437F
Black with #60437F
Text Example
Text Example
White with #60437F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60437F; }
p { color: rgb(96,67,127); }
H1.HeaderClassName
{
color: #60437F;
}
.AnyTagClassName
{
color: #60437F;
}
</style>
background-color css
<style>
a { background-color: #60437F; }
a { background-color: rgb(96,67,127); }
div.DivClassName
{
background-color: #60437F;
}
.BgClassName
{
background-color: #60437F;
}
</style>
border-color css
<style>
span { border-color: #60437F; }
span { border-color: rgb(96,67,127); }
td.TdClassName
{
border-color: #60437F;
}
.TagClassName
{
border-color: #60437F;
}
</style>