Shades of Kingfisher Daisy #60407D
Tints of Kingfisher Daisy #60407D
RGB
CMYK
RGB Variations
Color information
#60407D (or 0x60407D) is known color: Kingfisher Daisy. HEX triplet: 60, 40 and 7D. RGB value is (96,64,125). Sum of RGB (Red+Green+Blue) = 96+64+125=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #60407D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60407D is #9FBF82. Grayscale: #505050. Windows color (decimal): -10469251 or 8208480. OLE color: 8208480.
HSL color Cylindrical-coordinate representation of color #60407D: hue angle of 271.48º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60407D is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 64 | 125 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.51 |
| HSL | 271.48º | 0.32% | 0.37% | - |
| HSV(B) | 271.48º | 0.49% | 0.49% | - |
| XYZ | 10.36 | 7.63 | 20.33 | - |
| YUV | 80.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 125 | 0.23 | 0.49 | 0 | 0.51 | 271.48 | 0.32 | 0.37 |
| Hex | 60 | 40 | 7D | 17 | 31 | 0 | 33 | 10F | 20 | 25 |
| Octal | 140 | 100 | 175 | 27 | 61 | 0 | 63 | 417 | 40 | 45 |
| Binary | 1100000 | 1000000 | 1111101 | 10111 | 110001 | 0 | 110011 | 100001111 | 100000 | 100101 |
Color Harmonies of #60407D
Complementary color
Monochromatic Colors of #60407D
Black with #60407D
Text Example
Text Example
White with #60407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60407D; }
p { color: rgb(96,64,125); }
H1.HeaderClassName
{
color: #60407D;
}
.AnyTagClassName
{
color: #60407D;
}
</style>
background-color css
<style>
a { background-color: #60407D; }
a { background-color: rgb(96,64,125); }
div.DivClassName
{
background-color: #60407D;
}
.BgClassName
{
background-color: #60407D;
}
</style>
border-color css
<style>
span { border-color: #60407D; }
span { border-color: rgb(96,64,125); }
td.TdClassName
{
border-color: #60407D;
}
.TagClassName
{
border-color: #60407D;
}
</style>