Shades of Kingfisher Daisy #60457E
Tints of Kingfisher Daisy #60457E
RGB
CMYK
RGB Variations
Color information
#60457E (or 0x60457E) is known color: Kingfisher Daisy. HEX triplet: 60, 45 and 7E. RGB value is (96,69,126). Sum of RGB (Red+Green+Blue) = 96+69+126=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 126 - color contains mainly: blue. Hex color #60457E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60457E is #9FBA81. Grayscale: #535353. Windows color (decimal): -10467970 or 8275296. OLE color: 8275296.
HSL color Cylindrical-coordinate representation of color #60457E: hue angle of 268.42º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60457E is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 69 | 126 | - |
| CMYK | 0.24 | 0.45 | 0 | 0.51 |
| HSL | 268.42º | 0.29% | 0.38% | - |
| HSV(B) | 268.42º | 0.45% | 0.49% | - |
| XYZ | 10.72 | 8.25 | 20.77 | - |
| YUV | 83.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 126 | 0.24 | 0.45 | 0 | 0.51 | 268.42 | 0.29 | 0.38 |
| Hex | 60 | 45 | 7E | 18 | 2D | 0 | 33 | 10C | 1D | 26 |
| Octal | 140 | 105 | 176 | 30 | 55 | 0 | 63 | 414 | 35 | 46 |
| Binary | 1100000 | 1000101 | 1111110 | 11000 | 101101 | 0 | 110011 | 100001100 | 11101 | 100110 |
Color Harmonies of #60457E
Complementary color
Monochromatic Colors of #60457E
Black with #60457E
Text Example
Text Example
White with #60457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60457E; }
p { color: rgb(96,69,126); }
H1.HeaderClassName
{
color: #60457E;
}
.AnyTagClassName
{
color: #60457E;
}
</style>
background-color css
<style>
a { background-color: #60457E; }
a { background-color: rgb(96,69,126); }
div.DivClassName
{
background-color: #60457E;
}
.BgClassName
{
background-color: #60457E;
}
</style>
border-color css
<style>
span { border-color: #60457E; }
span { border-color: rgb(96,69,126); }
td.TdClassName
{
border-color: #60457E;
}
.TagClassName
{
border-color: #60457E;
}
</style>