Shades of Kingfisher Daisy #60417F
Tints of Kingfisher Daisy #60417F
RGB
CMYK
RGB Variations
Color information
#60417F (or 0x60417F) is known color: Kingfisher Daisy. HEX triplet: 60, 41 and 7F. RGB value is (96,65,127). Sum of RGB (Red+Green+Blue) = 96+65+127=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 127 - color contains mainly: blue. Hex color #60417F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60417F is #9FBE80. Grayscale: #515151. Windows color (decimal): -10468993 or 8339808. OLE color: 8339808.
HSL color Cylindrical-coordinate representation of color #60417F: hue angle of 270º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60417F is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 65 | 127 | - |
| CMYK | 0.24 | 0.49 | 0 | 0.50 |
| HSL | 270º | 0.32% | 0.38% | - |
| HSV(B) | 270º | 0.49% | 0.5% | - |
| XYZ | 10.54 | 7.8 | 21.03 | - |
| YUV | 81.34 | 153.77 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 127 | 0.24 | 0.49 | 0 | 0.50 | 270 | 0.32 | 0.38 |
| Hex | 60 | 41 | 7F | 18 | 31 | 0 | 32 | 10E | 20 | 26 |
| Octal | 140 | 101 | 177 | 30 | 61 | 0 | 62 | 416 | 40 | 46 |
| Binary | 1100000 | 1000001 | 1111111 | 11000 | 110001 | 0 | 110010 | 100001110 | 100000 | 100110 |
Color Harmonies of #60417F
Complementary color
Monochromatic Colors of #60417F
Black with #60417F
Text Example
Text Example
White with #60417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60417F; }
p { color: rgb(96,65,127); }
H1.HeaderClassName
{
color: #60417F;
}
.AnyTagClassName
{
color: #60417F;
}
</style>
background-color css
<style>
a { background-color: #60417F; }
a { background-color: rgb(96,65,127); }
div.DivClassName
{
background-color: #60417F;
}
.BgClassName
{
background-color: #60417F;
}
</style>
border-color css
<style>
span { border-color: #60417F; }
span { border-color: rgb(96,65,127); }
td.TdClassName
{
border-color: #60417F;
}
.TagClassName
{
border-color: #60417F;
}
</style>