Shades of Kingfisher Daisy #60427B
Tints of Kingfisher Daisy #60427B
RGB
CMYK
RGB Variations
Color information
#60427B (or 0x60427B) is known color: Kingfisher Daisy. HEX triplet: 60, 42 and 7B. RGB value is (96,66,123). Sum of RGB (Red+Green+Blue) = 96+66+123=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 123 (48.44% from 255 or 43.16% from 285); Max value from RGB is 123 - color contains mainly: blue. Hex color #60427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60427B is #9FBD84. Grayscale: #515151. Windows color (decimal): -10468741 or 8077920. OLE color: 8077920.
HSL color Cylindrical-coordinate representation of color #60427B: hue angle of 271.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60427B is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 66 | 123 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.52 |
| HSL | 271.58º | 0.3% | 0.37% | - |
| HSV(B) | 271.58º | 0.46% | 0.48% | - |
| XYZ | 10.35 | 7.81 | 19.7 | - |
| YUV | 81.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 123 | 0.22 | 0.46 | 0 | 0.52 | 271.58 | 0.3 | 0.37 |
| Hex | 60 | 42 | 7B | 16 | 2E | 0 | 34 | 110 | 1E | 25 |
| Octal | 140 | 102 | 173 | 26 | 56 | 0 | 64 | 420 | 36 | 45 |
| Binary | 1100000 | 1000010 | 1111011 | 10110 | 101110 | 0 | 110100 | 100010000 | 11110 | 100101 |
Color Harmonies of #60427B
Complementary color
Monochromatic Colors of #60427B
Black with #60427B
Text Example
Text Example
White with #60427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60427B; }
p { color: rgb(96,66,123); }
H1.HeaderClassName
{
color: #60427B;
}
.AnyTagClassName
{
color: #60427B;
}
</style>
background-color css
<style>
a { background-color: #60427B; }
a { background-color: rgb(96,66,123); }
div.DivClassName
{
background-color: #60427B;
}
.BgClassName
{
background-color: #60427B;
}
</style>
border-color css
<style>
span { border-color: #60427B; }
span { border-color: rgb(96,66,123); }
td.TdClassName
{
border-color: #60427B;
}
.TagClassName
{
border-color: #60427B;
}
</style>