Shades of Honey Flower #624A77
Tints of Honey Flower #624A77
RGB
CMYK
RGB Variations
Color information
#624A77 (or 0x624A77) is known color: Honey Flower. HEX triplet: 62, 4A and 77. RGB value is (98,74,119). Sum of RGB (Red+Green+Blue) = 98+74+119=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 119 - color contains mainly: blue. Hex color #624A77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624A77 is #9DB588. Grayscale: #565656. Windows color (decimal): -10335625 or 7817826. OLE color: 7817826.
HSL color Cylindrical-coordinate representation of color #624A77: hue angle of 272º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #624A77 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 74 | 119 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.53 |
| HSL | 272º | 0.23% | 0.38% | - |
| HSV(B) | 272º | 0.38% | 0.47% | - |
| XYZ | 10.82 | 8.83 | 18.59 | - |
| YUV | 86.31 | 146.45 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 119 | 0.18 | 0.38 | 0 | 0.53 | 272 | 0.23 | 0.38 |
| Hex | 62 | 4A | 77 | 12 | 26 | 0 | 35 | 110 | 17 | 26 |
| Octal | 142 | 112 | 167 | 22 | 46 | 0 | 65 | 420 | 27 | 46 |
| Binary | 1100010 | 1001010 | 1110111 | 10010 | 100110 | 0 | 110101 | 100010000 | 10111 | 100110 |
Color Harmonies of #624A77
Complementary color
Monochromatic Colors of #624A77
Black with #624A77
Text Example
Text Example
White with #624A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A77; }
p { color: rgb(98,74,119); }
H1.HeaderClassName
{
color: #624A77;
}
.AnyTagClassName
{
color: #624A77;
}
</style>
background-color css
<style>
a { background-color: #624A77; }
a { background-color: rgb(98,74,119); }
div.DivClassName
{
background-color: #624A77;
}
.BgClassName
{
background-color: #624A77;
}
</style>
border-color css
<style>
span { border-color: #624A77; }
span { border-color: rgb(98,74,119); }
td.TdClassName
{
border-color: #624A77;
}
.TagClassName
{
border-color: #624A77;
}
</style>