Shades of Kingfisher Daisy #60407B
Tints of Kingfisher Daisy #60407B
RGB
CMYK
RGB Variations
Color information
#60407B (or 0x60407B) is known color: Kingfisher Daisy. HEX triplet: 60, 40 and 7B. RGB value is (96,64,123). Sum of RGB (Red+Green+Blue) = 96+64+123=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #60407B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60407B is #9FBF84. Grayscale: #505050. Windows color (decimal): -10469253 or 8077408. OLE color: 8077408.
HSL color Cylindrical-coordinate representation of color #60407B: hue angle of 272.54º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60407B is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 64 | 123 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.52 |
| HSL | 272.54º | 0.32% | 0.37% | - |
| HSV(B) | 272.54º | 0.48% | 0.48% | - |
| XYZ | 10.23 | 7.58 | 19.66 | - |
| YUV | 80.29 | 152.1 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 123 | 0.22 | 0.48 | 0 | 0.52 | 272.54 | 0.32 | 0.37 |
| Hex | 60 | 40 | 7B | 16 | 30 | 0 | 34 | 111 | 20 | 25 |
| Octal | 140 | 100 | 173 | 26 | 60 | 0 | 64 | 421 | 40 | 45 |
| Binary | 1100000 | 1000000 | 1111011 | 10110 | 110000 | 0 | 110100 | 100010001 | 100000 | 100101 |
Color Harmonies of #60407B
Complementary color
Monochromatic Colors of #60407B
Black with #60407B
Text Example
Text Example
White with #60407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60407B; }
p { color: rgb(96,64,123); }
H1.HeaderClassName
{
color: #60407B;
}
.AnyTagClassName
{
color: #60407B;
}
</style>
background-color css
<style>
a { background-color: #60407B; }
a { background-color: rgb(96,64,123); }
div.DivClassName
{
background-color: #60407B;
}
.BgClassName
{
background-color: #60407B;
}
</style>
border-color css
<style>
span { border-color: #60407B; }
span { border-color: rgb(96,64,123); }
td.TdClassName
{
border-color: #60407B;
}
.TagClassName
{
border-color: #60407B;
}
</style>