Shades of Kingfisher Daisy #60407F
Tints of Kingfisher Daisy #60407F
RGB
CMYK
RGB Variations
Color information
#60407F (or 0x60407F) is known color: Kingfisher Daisy. HEX triplet: 60, 40 and 7F. RGB value is (96,64,127). Sum of RGB (Red+Green+Blue) = 96+64+127=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 127 - color contains mainly: blue. Hex color #60407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60407F is #9FBF80. Grayscale: #505050. Windows color (decimal): -10469249 or 8339552. OLE color: 8339552.
HSL color Cylindrical-coordinate representation of color #60407F: hue angle of 270.48º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60407F is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 64 | 127 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.50 |
| HSL | 270.48º | 0.33% | 0.37% | - |
| HSV(B) | 270.48º | 0.5% | 0.5% | - |
| XYZ | 10.49 | 7.69 | 21.01 | - |
| YUV | 80.75 | 154.1 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 127 | 0.24 | 0.50 | 0 | 0.50 | 270.48 | 0.33 | 0.37 |
| Hex | 60 | 40 | 7F | 18 | 32 | 0 | 32 | 10E | 21 | 25 |
| Octal | 140 | 100 | 177 | 30 | 62 | 0 | 62 | 416 | 41 | 45 |
| Binary | 1100000 | 1000000 | 1111111 | 11000 | 110010 | 0 | 110010 | 100001110 | 100001 | 100101 |
Color Harmonies of #60407F
Complementary color
Monochromatic Colors of #60407F
Black with #60407F
Text Example
Text Example
White with #60407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60407F; }
p { color: rgb(96,64,127); }
H1.HeaderClassName
{
color: #60407F;
}
.AnyTagClassName
{
color: #60407F;
}
</style>
background-color css
<style>
a { background-color: #60407F; }
a { background-color: rgb(96,64,127); }
div.DivClassName
{
background-color: #60407F;
}
.BgClassName
{
background-color: #60407F;
}
</style>
border-color css
<style>
span { border-color: #60407F; }
span { border-color: rgb(96,64,127); }
td.TdClassName
{
border-color: #60407F;
}
.TagClassName
{
border-color: #60407F;
}
</style>