Shades of Honey Flower #614C71
Tints of Honey Flower #614C71
RGB
CMYK
RGB Variations
Color information
#614C71 (or 0x614C71) is known color: Honey Flower. HEX triplet: 61, 4C and 71. RGB value is (97,76,113). Sum of RGB (Red+Green+Blue) = 97+76+113=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 76 (30.08% from 255 or 26.57% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #614C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614C71 is #9EB38E. Grayscale: #565656. Windows color (decimal): -10400655 or 7425121. OLE color: 7425121.
HSL color Cylindrical-coordinate representation of color #614C71: hue angle of 274.05º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #614C71 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 76 | 113 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.56 |
| HSL | 274.05º | 0.2% | 0.37% | - |
| HSV(B) | 274.05º | 0.33% | 0.44% | - |
| XYZ | 10.49 | 8.9 | 16.79 | - |
| YUV | 86.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 113 | 0.14 | 0.33 | 0 | 0.56 | 274.05 | 0.2 | 0.37 |
| Hex | 61 | 4C | 71 | E | 21 | 0 | 38 | 112 | 14 | 25 |
| Octal | 141 | 114 | 161 | 16 | 41 | 0 | 70 | 422 | 24 | 45 |
| Binary | 1100001 | 1001100 | 1110001 | 1110 | 100001 | 0 | 111000 | 100010010 | 10100 | 100101 |
Color Harmonies of #614C71
Complementary color
Monochromatic Colors of #614C71
Black with #614C71
Text Example
Text Example
White with #614C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C71; }
p { color: rgb(97,76,113); }
H1.HeaderClassName
{
color: #614C71;
}
.AnyTagClassName
{
color: #614C71;
}
</style>
background-color css
<style>
a { background-color: #614C71; }
a { background-color: rgb(97,76,113); }
div.DivClassName
{
background-color: #614C71;
}
.BgClassName
{
background-color: #614C71;
}
</style>
border-color css
<style>
span { border-color: #614C71; }
span { border-color: rgb(97,76,113); }
td.TdClassName
{
border-color: #614C71;
}
.TagClassName
{
border-color: #614C71;
}
</style>