Shades of Honey Flower #614D6D
Tints of Honey Flower #614D6D
RGB
CMYK
RGB Variations
Color information
#614D6D (or 0x614D6D) is known color: Honey Flower. HEX triplet: 61, 4D and 6D. RGB value is (97,77,109). Sum of RGB (Red+Green+Blue) = 97+77+109=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 109 - color contains mainly: blue. Hex color #614D6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D6D is #9EB292. Grayscale: #565656. Windows color (decimal): -10400403 or 7163233. OLE color: 7163233.
HSL color Cylindrical-coordinate representation of color #614D6D: hue angle of 277.5º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #614D6D is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 77 | 109 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.57 |
| HSL | 277.5º | 0.17% | 0.36% | - |
| HSV(B) | 277.5º | 0.29% | 0.43% | - |
| XYZ | 10.34 | 8.95 | 15.65 | - |
| YUV | 86.63 | 140.63 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 109 | 0.11 | 0.29 | 0 | 0.57 | 277.5 | 0.17 | 0.36 |
| Hex | 61 | 4D | 6D | B | 1D | 0 | 39 | 116 | 11 | 24 |
| Octal | 141 | 115 | 155 | 13 | 35 | 0 | 71 | 426 | 21 | 44 |
| Binary | 1100001 | 1001101 | 1101101 | 1011 | 11101 | 0 | 111001 | 100010110 | 10001 | 100100 |
Color Harmonies of #614D6D
Complementary color
Monochromatic Colors of #614D6D
Black with #614D6D
Text Example
Text Example
White with #614D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D6D; }
p { color: rgb(97,77,109); }
H1.HeaderClassName
{
color: #614D6D;
}
.AnyTagClassName
{
color: #614D6D;
}
</style>
background-color css
<style>
a { background-color: #614D6D; }
a { background-color: rgb(97,77,109); }
div.DivClassName
{
background-color: #614D6D;
}
.BgClassName
{
background-color: #614D6D;
}
</style>
border-color css
<style>
span { border-color: #614D6D; }
span { border-color: rgb(97,77,109); }
td.TdClassName
{
border-color: #614D6D;
}
.TagClassName
{
border-color: #614D6D;
}
</style>