Shades of Kingfisher Daisy #60497C
Tints of Kingfisher Daisy #60497C
RGB
CMYK
RGB Variations
Color information
#60497C (or 0x60497C) is known color: Kingfisher Daisy. HEX triplet: 60, 49 and 7C. RGB value is (96,73,124). Sum of RGB (Red+Green+Blue) = 96+73+124=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #60497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60497C is #9FB683. Grayscale: #555555. Windows color (decimal): -10466948 or 8145248. OLE color: 8145248.
HSL color Cylindrical-coordinate representation of color #60497C: hue angle of 267.06º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60497C is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 73 | 124 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.51 |
| HSL | 267.06º | 0.26% | 0.39% | - |
| HSV(B) | 267.06º | 0.41% | 0.49% | - |
| XYZ | 10.84 | 8.71 | 20.18 | - |
| YUV | 85.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 124 | 0.23 | 0.41 | 0 | 0.51 | 267.06 | 0.26 | 0.39 |
| Hex | 60 | 49 | 7C | 17 | 29 | 0 | 33 | 10B | 1A | 27 |
| Octal | 140 | 111 | 174 | 27 | 51 | 0 | 63 | 413 | 32 | 47 |
| Binary | 1100000 | 1001001 | 1111100 | 10111 | 101001 | 0 | 110011 | 100001011 | 11010 | 100111 |
Color Harmonies of #60497C
Complementary color
Monochromatic Colors of #60497C
Black with #60497C
Text Example
Text Example
White with #60497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60497C; }
p { color: rgb(96,73,124); }
H1.HeaderClassName
{
color: #60497C;
}
.AnyTagClassName
{
color: #60497C;
}
</style>
background-color css
<style>
a { background-color: #60497C; }
a { background-color: rgb(96,73,124); }
div.DivClassName
{
background-color: #60497C;
}
.BgClassName
{
background-color: #60497C;
}
</style>
border-color css
<style>
span { border-color: #60497C; }
span { border-color: rgb(96,73,124); }
td.TdClassName
{
border-color: #60497C;
}
.TagClassName
{
border-color: #60497C;
}
</style>