Shades of Honey Flower #62456F
Tints of Honey Flower #62456F
RGB
CMYK
RGB Variations
Color information
#62456F (or 0x62456F) is known color: Honey Flower. HEX triplet: 62, 45 and 6F. RGB value is (98,69,111). Sum of RGB (Red+Green+Blue) = 98+69+111=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #62456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62456F is #9DBA90. Grayscale: #525252. Windows color (decimal): -10336913 or 7292258. OLE color: 7292258.
HSL color Cylindrical-coordinate representation of color #62456F: hue angle of 281.43º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62456F is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 69 | 111 | - |
| CMYK | 0.12 | 0.38 | 0 | 0.56 |
| HSL | 281.43º | 0.23% | 0.35% | - |
| HSV(B) | 281.43º | 0.38% | 0.44% | - |
| XYZ | 10.03 | 8 | 16.05 | - |
| YUV | 82.46 | 144.11 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 111 | 0.12 | 0.38 | 0 | 0.56 | 281.43 | 0.23 | 0.35 |
| Hex | 62 | 45 | 6F | C | 26 | 0 | 38 | 119 | 17 | 23 |
| Octal | 142 | 105 | 157 | 14 | 46 | 0 | 70 | 431 | 27 | 43 |
| Binary | 1100010 | 1000101 | 1101111 | 1100 | 100110 | 0 | 111000 | 100011001 | 10111 | 100011 |
Color Harmonies of #62456F
Complementary color
Monochromatic Colors of #62456F
Black with #62456F
Text Example
Text Example
White with #62456F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62456F; }
p { color: rgb(98,69,111); }
H1.HeaderClassName
{
color: #62456F;
}
.AnyTagClassName
{
color: #62456F;
}
</style>
background-color css
<style>
a { background-color: #62456F; }
a { background-color: rgb(98,69,111); }
div.DivClassName
{
background-color: #62456F;
}
.BgClassName
{
background-color: #62456F;
}
</style>
border-color css
<style>
span { border-color: #62456F; }
span { border-color: rgb(98,69,111); }
td.TdClassName
{
border-color: #62456F;
}
.TagClassName
{
border-color: #62456F;
}
</style>