Shades of Kingfisher Daisy #60497D
Tints of Kingfisher Daisy #60497D
RGB
CMYK
RGB Variations
Color information
#60497D (or 0x60497D) is known color: Kingfisher Daisy. HEX triplet: 60, 49 and 7D. RGB value is (96,73,125). Sum of RGB (Red+Green+Blue) = 96+73+125=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #60497D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60497D is #9FB682. Grayscale: #555555. Windows color (decimal): -10466947 or 8210784. OLE color: 8210784.
HSL color Cylindrical-coordinate representation of color #60497D: hue angle of 266.54º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60497D is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 73 | 125 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.51 |
| HSL | 266.54º | 0.26% | 0.39% | - |
| HSV(B) | 266.54º | 0.42% | 0.49% | - |
| XYZ | 10.91 | 8.73 | 20.51 | - |
| YUV | 85.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 125 | 0.23 | 0.42 | 0 | 0.51 | 266.54 | 0.26 | 0.39 |
| Hex | 60 | 49 | 7D | 17 | 2A | 0 | 33 | 10B | 1A | 27 |
| Octal | 140 | 111 | 175 | 27 | 52 | 0 | 63 | 413 | 32 | 47 |
| Binary | 1100000 | 1001001 | 1111101 | 10111 | 101010 | 0 | 110011 | 100001011 | 11010 | 100111 |
Color Harmonies of #60497D
Complementary color
Monochromatic Colors of #60497D
Black with #60497D
Text Example
Text Example
White with #60497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60497D; }
p { color: rgb(96,73,125); }
H1.HeaderClassName
{
color: #60497D;
}
.AnyTagClassName
{
color: #60497D;
}
</style>
background-color css
<style>
a { background-color: #60497D; }
a { background-color: rgb(96,73,125); }
div.DivClassName
{
background-color: #60497D;
}
.BgClassName
{
background-color: #60497D;
}
</style>
border-color css
<style>
span { border-color: #60497D; }
span { border-color: rgb(96,73,125); }
td.TdClassName
{
border-color: #60497D;
}
.TagClassName
{
border-color: #60497D;
}
</style>