Shades of Kingfisher Daisy #62497C
Tints of Kingfisher Daisy #62497C
RGB
CMYK
RGB Variations
Color information
#62497C (or 0x62497C) is known color: Kingfisher Daisy. HEX triplet: 62, 49 and 7C. RGB value is (98,73,124). Sum of RGB (Red+Green+Blue) = 98+73+124=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #62497C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62497C is #9DB683. Grayscale: #565656. Windows color (decimal): -10335876 or 8145250. OLE color: 8145250.
HSL color Cylindrical-coordinate representation of color #62497C: hue angle of 269.41º 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 #62497C is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 73 | 124 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.51 |
| HSL | 269.41º | 0.26% | 0.39% | - |
| HSV(B) | 269.41º | 0.41% | 0.49% | - |
| XYZ | 11.06 | 8.82 | 20.19 | - |
| YUV | 86.29 | 149.28 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 124 | 0.21 | 0.41 | 0 | 0.51 | 269.41 | 0.26 | 0.39 |
| Hex | 62 | 49 | 7C | 15 | 29 | 0 | 33 | 10D | 1A | 27 |
| Octal | 142 | 111 | 174 | 25 | 51 | 0 | 63 | 415 | 32 | 47 |
| Binary | 1100010 | 1001001 | 1111100 | 10101 | 101001 | 0 | 110011 | 100001101 | 11010 | 100111 |
Color Harmonies of #62497C
Complementary color
Monochromatic Colors of #62497C
Black with #62497C
Text Example
Text Example
White with #62497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62497C; }
p { color: rgb(98,73,124); }
H1.HeaderClassName
{
color: #62497C;
}
.AnyTagClassName
{
color: #62497C;
}
</style>
background-color css
<style>
a { background-color: #62497C; }
a { background-color: rgb(98,73,124); }
div.DivClassName
{
background-color: #62497C;
}
.BgClassName
{
background-color: #62497C;
}
</style>
border-color css
<style>
span { border-color: #62497C; }
span { border-color: rgb(98,73,124); }
td.TdClassName
{
border-color: #62497C;
}
.TagClassName
{
border-color: #62497C;
}
</style>