Shades of Kingfisher Daisy #60497B
Tints of Kingfisher Daisy #60497B
RGB
CMYK
RGB Variations
Color information
#60497B (or 0x60497B) is known color: Kingfisher Daisy. HEX triplet: 60, 49 and 7B. RGB value is (96,73,123). Sum of RGB (Red+Green+Blue) = 96+73+123=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 123 (48.44% from 255 or 42.12% from 292); Max value from RGB is 123 - color contains mainly: blue. Hex color #60497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60497B is #9FB684. Grayscale: #555555. Windows color (decimal): -10466949 or 8079712. OLE color: 8079712.
HSL color Cylindrical-coordinate representation of color #60497B: hue angle of 267.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60497B is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 73 | 123 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.52 |
| HSL | 267.6º | 0.26% | 0.38% | - |
| HSV(B) | 267.6º | 0.41% | 0.48% | - |
| XYZ | 10.78 | 8.68 | 19.85 | - |
| YUV | 85.58 | 149.12 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 123 | 0.22 | 0.41 | 0 | 0.52 | 267.6 | 0.26 | 0.38 |
| Hex | 60 | 49 | 7B | 16 | 29 | 0 | 34 | 10C | 1A | 26 |
| Octal | 140 | 111 | 173 | 26 | 51 | 0 | 64 | 414 | 32 | 46 |
| Binary | 1100000 | 1001001 | 1111011 | 10110 | 101001 | 0 | 110100 | 100001100 | 11010 | 100110 |
Color Harmonies of #60497B
Complementary color
Monochromatic Colors of #60497B
Black with #60497B
Text Example
Text Example
White with #60497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60497B; }
p { color: rgb(96,73,123); }
H1.HeaderClassName
{
color: #60497B;
}
.AnyTagClassName
{
color: #60497B;
}
</style>
background-color css
<style>
a { background-color: #60497B; }
a { background-color: rgb(96,73,123); }
div.DivClassName
{
background-color: #60497B;
}
.BgClassName
{
background-color: #60497B;
}
</style>
border-color css
<style>
span { border-color: #60497B; }
span { border-color: rgb(96,73,123); }
td.TdClassName
{
border-color: #60497B;
}
.TagClassName
{
border-color: #60497B;
}
</style>