Shades of Honey Flower #614D6F
Tints of Honey Flower #614D6F
RGB
CMYK
RGB Variations
Color information
#614D6F (or 0x614D6F) is known color: Honey Flower. HEX triplet: 61, 4D and 6F. RGB value is (97,77,111). Sum of RGB (Red+Green+Blue) = 97+77+111=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 111 - color contains mainly: blue. Hex color #614D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D6F is #9EB290. Grayscale: #565656. Windows color (decimal): -10400401 or 7294305. OLE color: 7294305.
HSL color Cylindrical-coordinate representation of color #614D6F: hue angle of 275.29º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #614D6F is Cyan = 0.13, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 77 | 111 | - |
| CMYK | 0.13 | 0.31 | 0 | 0.56 |
| HSL | 275.29º | 0.18% | 0.37% | - |
| HSV(B) | 275.29º | 0.31% | 0.44% | - |
| XYZ | 10.45 | 9 | 16.22 | - |
| YUV | 86.86 | 141.63 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 111 | 0.13 | 0.31 | 0 | 0.56 | 275.29 | 0.18 | 0.37 |
| Hex | 61 | 4D | 6F | D | 1F | 0 | 38 | 113 | 12 | 25 |
| Octal | 141 | 115 | 157 | 15 | 37 | 0 | 70 | 423 | 22 | 45 |
| Binary | 1100001 | 1001101 | 1101111 | 1101 | 11111 | 0 | 111000 | 100010011 | 10010 | 100101 |
Color Harmonies of #614D6F
Complementary color
Monochromatic Colors of #614D6F
Black with #614D6F
Text Example
Text Example
White with #614D6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D6F; }
p { color: rgb(97,77,111); }
H1.HeaderClassName
{
color: #614D6F;
}
.AnyTagClassName
{
color: #614D6F;
}
</style>
background-color css
<style>
a { background-color: #614D6F; }
a { background-color: rgb(97,77,111); }
div.DivClassName
{
background-color: #614D6F;
}
.BgClassName
{
background-color: #614D6F;
}
</style>
border-color css
<style>
span { border-color: #614D6F; }
span { border-color: rgb(97,77,111); }
td.TdClassName
{
border-color: #614D6F;
}
.TagClassName
{
border-color: #614D6F;
}
</style>