Shades of Honey Flower #62486D
Tints of Honey Flower #62486D
RGB
CMYK
RGB Variations
Color information
#62486D (or 0x62486D) is known color: Honey Flower. HEX triplet: 62, 48 and 6D. RGB value is (98,72,109). Sum of RGB (Red+Green+Blue) = 98+72+109=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 109 - color contains mainly: blue. Hex color #62486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62486D is #9DB792. Grayscale: #535353. Windows color (decimal): -10336147 or 7161954. OLE color: 7161954.
HSL color Cylindrical-coordinate representation of color #62486D: hue angle of 282.16º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62486D is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 72 | 109 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.57 |
| HSL | 282.16º | 0.2% | 0.35% | - |
| HSV(B) | 282.16º | 0.34% | 0.43% | - |
| XYZ | 10.11 | 8.34 | 15.54 | - |
| YUV | 83.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 72 | 109 | 0.10 | 0.34 | 0 | 0.57 | 282.16 | 0.2 | 0.35 |
| Hex | 62 | 48 | 6D | A | 22 | 0 | 39 | 11A | 14 | 23 |
| Octal | 142 | 110 | 155 | 12 | 42 | 0 | 71 | 432 | 24 | 43 |
| Binary | 1100010 | 1001000 | 1101101 | 1010 | 100010 | 0 | 111001 | 100011010 | 10100 | 100011 |
Color Harmonies of #62486D
Complementary color
Monochromatic Colors of #62486D
Black with #62486D
Text Example
Text Example
White with #62486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62486D; }
p { color: rgb(98,72,109); }
H1.HeaderClassName
{
color: #62486D;
}
.AnyTagClassName
{
color: #62486D;
}
</style>
background-color css
<style>
a { background-color: #62486D; }
a { background-color: rgb(98,72,109); }
div.DivClassName
{
background-color: #62486D;
}
.BgClassName
{
background-color: #62486D;
}
</style>
border-color css
<style>
span { border-color: #62486D; }
span { border-color: rgb(98,72,109); }
td.TdClassName
{
border-color: #62486D;
}
.TagClassName
{
border-color: #62486D;
}
</style>