Shades of Honey Flower #62496E
Tints of Honey Flower #62496E
RGB
CMYK
RGB Variations
Color information
#62496E (or 0x62496E) is known color: Honey Flower. HEX triplet: 62, 49 and 6E. RGB value is (98,73,110). Sum of RGB (Red+Green+Blue) = 98+73+110=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 110 - color contains mainly: blue. Hex color #62496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62496E is #9DB691. Grayscale: #545454. Windows color (decimal): -10335890 or 7227746. OLE color: 7227746.
HSL color Cylindrical-coordinate representation of color #62496E: hue angle of 280.54º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62496E is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 73 | 110 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.57 |
| HSL | 280.54º | 0.2% | 0.36% | - |
| HSV(B) | 280.54º | 0.34% | 0.43% | - |
| XYZ | 10.23 | 8.49 | 15.85 | - |
| YUV | 84.69 | 142.28 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 110 | 0.11 | 0.34 | 0 | 0.57 | 280.54 | 0.2 | 0.36 |
| Hex | 62 | 49 | 6E | B | 22 | 0 | 39 | 119 | 14 | 24 |
| Octal | 142 | 111 | 156 | 13 | 42 | 0 | 71 | 431 | 24 | 44 |
| Binary | 1100010 | 1001001 | 1101110 | 1011 | 100010 | 0 | 111001 | 100011001 | 10100 | 100100 |
Color Harmonies of #62496E
Complementary color
Monochromatic Colors of #62496E
Black with #62496E
Text Example
Text Example
White with #62496E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62496E; }
p { color: rgb(98,73,110); }
H1.HeaderClassName
{
color: #62496E;
}
.AnyTagClassName
{
color: #62496E;
}
</style>
background-color css
<style>
a { background-color: #62496E; }
a { background-color: rgb(98,73,110); }
div.DivClassName
{
background-color: #62496E;
}
.BgClassName
{
background-color: #62496E;
}
</style>
border-color css
<style>
span { border-color: #62496E; }
span { border-color: rgb(98,73,110); }
td.TdClassName
{
border-color: #62496E;
}
.TagClassName
{
border-color: #62496E;
}
</style>