Shades of Honey Flower #62476C
Tints of Honey Flower #62476C
RGB
CMYK
RGB Variations
Color information
#62476C (or 0x62476C) is known color: Honey Flower. HEX triplet: 62, 47 and 6C. RGB value is (98,71,108). Sum of RGB (Red+Green+Blue) = 98+71+108=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #62476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62476C is #9DB893. Grayscale: #535353. Windows color (decimal): -10336404 or 7096162. OLE color: 7096162.
HSL color Cylindrical-coordinate representation of color #62476C: hue angle of 283.78º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62476C is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 71 | 108 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.58 |
| HSL | 283.78º | 0.21% | 0.35% | - |
| HSV(B) | 283.78º | 0.34% | 0.42% | - |
| XYZ | 10 | 8.19 | 15.24 | - |
| YUV | 83.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 108 | 0.09 | 0.34 | 0 | 0.58 | 283.78 | 0.21 | 0.35 |
| Hex | 62 | 47 | 6C | 9 | 22 | 0 | 3A | 11C | 15 | 23 |
| Octal | 142 | 107 | 154 | 11 | 42 | 0 | 72 | 434 | 25 | 43 |
| Binary | 1100010 | 1000111 | 1101100 | 1001 | 100010 | 0 | 111010 | 100011100 | 10101 | 100011 |
Color Harmonies of #62476C
Complementary color
Monochromatic Colors of #62476C
Black with #62476C
Text Example
Text Example
White with #62476C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62476C; }
p { color: rgb(98,71,108); }
H1.HeaderClassName
{
color: #62476C;
}
.AnyTagClassName
{
color: #62476C;
}
</style>
background-color css
<style>
a { background-color: #62476C; }
a { background-color: rgb(98,71,108); }
div.DivClassName
{
background-color: #62476C;
}
.BgClassName
{
background-color: #62476C;
}
</style>
border-color css
<style>
span { border-color: #62476C; }
span { border-color: rgb(98,71,108); }
td.TdClassName
{
border-color: #62476C;
}
.TagClassName
{
border-color: #62476C;
}
</style>