Shades of Kingfisher Daisy #62497F
Tints of Kingfisher Daisy #62497F
RGB
CMYK
RGB Variations
Color information
#62497F (or 0x62497F) is known color: Kingfisher Daisy. HEX triplet: 62, 49 and 7F. RGB value is (98,73,127). Sum of RGB (Red+Green+Blue) = 98+73+127=298 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.89% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 127 - color contains mainly: blue. Hex color #62497F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62497F is #9DB680. Grayscale: #565656. Windows color (decimal): -10335873 or 8341858. OLE color: 8341858.
HSL color Cylindrical-coordinate representation of color #62497F: hue angle of 267.78º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #62497F is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 98 | 73 | 127 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.50 |
| HSL | 267.78º | 0.27% | 0.39% | - |
| HSV(B) | 267.78º | 0.43% | 0.5% | - |
| XYZ | 11.25 | 8.89 | 21.2 | - |
| YUV | 86.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 127 | 0.23 | 0.43 | 0 | 0.50 | 267.78 | 0.27 | 0.39 |
| Hex | 62 | 49 | 7F | 17 | 2B | 0 | 32 | 10C | 1B | 27 |
| Octal | 142 | 111 | 177 | 27 | 53 | 0 | 62 | 414 | 33 | 47 |
| Binary | 1100010 | 1001001 | 1111111 | 10111 | 101011 | 0 | 110010 | 100001100 | 11011 | 100111 |
Color Harmonies of #62497F
Complementary color
Monochromatic Colors of #62497F
Black with #62497F
Text Example
Text Example
White with #62497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62497F; }
p { color: rgb(98,73,127); }
H1.HeaderClassName
{
color: #62497F;
}
.AnyTagClassName
{
color: #62497F;
}
</style>
background-color css
<style>
a { background-color: #62497F; }
a { background-color: rgb(98,73,127); }
div.DivClassName
{
background-color: #62497F;
}
.BgClassName
{
background-color: #62497F;
}
</style>
border-color css
<style>
span { border-color: #62497F; }
span { border-color: rgb(98,73,127); }
td.TdClassName
{
border-color: #62497F;
}
.TagClassName
{
border-color: #62497F;
}
</style>