Shades of Honey Flower #62456E
Tints of Honey Flower #62456E
RGB
CMYK
RGB Variations
Color information
#62456E (or 0x62456E) is known color: Honey Flower. HEX triplet: 62, 45 and 6E. RGB value is (98,69,110). Sum of RGB (Red+Green+Blue) = 98+69+110=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 110 - color contains mainly: blue. Hex color #62456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62456E is #9DBA91. Grayscale: #525252. Windows color (decimal): -10336914 or 7226722. OLE color: 7226722.
HSL color Cylindrical-coordinate representation of color #62456E: hue angle of 282.44º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62456E is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 98 | 69 | 110 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.57 |
| HSL | 282.44º | 0.23% | 0.35% | - |
| HSV(B) | 282.44º | 0.37% | 0.43% | - |
| XYZ | 9.98 | 7.98 | 15.77 | - |
| YUV | 82.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 110 | 0.11 | 0.37 | 0 | 0.57 | 282.44 | 0.23 | 0.35 |
| Hex | 62 | 45 | 6E | B | 25 | 0 | 39 | 11A | 17 | 23 |
| Octal | 142 | 105 | 156 | 13 | 45 | 0 | 71 | 432 | 27 | 43 |
| Binary | 1100010 | 1000101 | 1101110 | 1011 | 100101 | 0 | 111001 | 100011010 | 10111 | 100011 |
Color Harmonies of #62456E
Complementary color
Monochromatic Colors of #62456E
Black with #62456E
Text Example
Text Example
White with #62456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62456E; }
p { color: rgb(98,69,110); }
H1.HeaderClassName
{
color: #62456E;
}
.AnyTagClassName
{
color: #62456E;
}
</style>
background-color css
<style>
a { background-color: #62456E; }
a { background-color: rgb(98,69,110); }
div.DivClassName
{
background-color: #62456E;
}
.BgClassName
{
background-color: #62456E;
}
</style>
border-color css
<style>
span { border-color: #62456E; }
span { border-color: rgb(98,69,110); }
td.TdClassName
{
border-color: #62456E;
}
.TagClassName
{
border-color: #62456E;
}
</style>