Shades of Kingfisher Daisy #60447E
Tints of Kingfisher Daisy #60447E
RGB
CMYK
RGB Variations
Color information
#60447E (or 0x60447E) is known color: Kingfisher Daisy. HEX triplet: 60, 44 and 7E. RGB value is (96,68,126). Sum of RGB (Red+Green+Blue) = 96+68+126=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #60447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60447E is #9FBB81. Grayscale: #525252. Windows color (decimal): -10468226 or 8275040. OLE color: 8275040.
HSL color Cylindrical-coordinate representation of color #60447E: hue angle of 268.97º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60447E is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 68 | 126 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.51 |
| HSL | 268.97º | 0.3% | 0.38% | - |
| HSV(B) | 268.97º | 0.46% | 0.49% | - |
| XYZ | 10.66 | 8.13 | 20.75 | - |
| YUV | 82.98 | 152.28 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 126 | 0.24 | 0.46 | 0 | 0.51 | 268.97 | 0.3 | 0.38 |
| Hex | 60 | 44 | 7E | 18 | 2E | 0 | 33 | 10D | 1E | 26 |
| Octal | 140 | 104 | 176 | 30 | 56 | 0 | 63 | 415 | 36 | 46 |
| Binary | 1100000 | 1000100 | 1111110 | 11000 | 101110 | 0 | 110011 | 100001101 | 11110 | 100110 |
Color Harmonies of #60447E
Complementary color
Monochromatic Colors of #60447E
Black with #60447E
Text Example
Text Example
White with #60447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60447E; }
p { color: rgb(96,68,126); }
H1.HeaderClassName
{
color: #60447E;
}
.AnyTagClassName
{
color: #60447E;
}
</style>
background-color css
<style>
a { background-color: #60447E; }
a { background-color: rgb(96,68,126); }
div.DivClassName
{
background-color: #60447E;
}
.BgClassName
{
background-color: #60447E;
}
</style>
border-color css
<style>
span { border-color: #60447E; }
span { border-color: rgb(96,68,126); }
td.TdClassName
{
border-color: #60447E;
}
.TagClassName
{
border-color: #60447E;
}
</style>