Shades of Honey Flower #614B6D
Tints of Honey Flower #614B6D
RGB
CMYK
RGB Variations
Color information
#614B6D (or 0x614B6D) is known color: Honey Flower. HEX triplet: 61, 4B and 6D. RGB value is (97,75,109). Sum of RGB (Red+Green+Blue) = 97+75+109=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 109 - color contains mainly: blue. Hex color #614B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614B6D is #9EB492. Grayscale: #555555. Windows color (decimal): -10400915 or 7162721. OLE color: 7162721.
HSL color Cylindrical-coordinate representation of color #614B6D: hue angle of 278.82º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #614B6D is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 75 | 109 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.57 |
| HSL | 278.82º | 0.18% | 0.36% | - |
| HSV(B) | 278.82º | 0.31% | 0.43% | - |
| XYZ | 10.21 | 8.68 | 15.61 | - |
| YUV | 85.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 109 | 0.11 | 0.31 | 0 | 0.57 | 278.82 | 0.18 | 0.36 |
| Hex | 61 | 4B | 6D | B | 1F | 0 | 39 | 117 | 12 | 24 |
| Octal | 141 | 113 | 155 | 13 | 37 | 0 | 71 | 427 | 22 | 44 |
| Binary | 1100001 | 1001011 | 1101101 | 1011 | 11111 | 0 | 111001 | 100010111 | 10010 | 100100 |
Color Harmonies of #614B6D
Complementary color
Monochromatic Colors of #614B6D
Black with #614B6D
Text Example
Text Example
White with #614B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B6D; }
p { color: rgb(97,75,109); }
H1.HeaderClassName
{
color: #614B6D;
}
.AnyTagClassName
{
color: #614B6D;
}
</style>
background-color css
<style>
a { background-color: #614B6D; }
a { background-color: rgb(97,75,109); }
div.DivClassName
{
background-color: #614B6D;
}
.BgClassName
{
background-color: #614B6D;
}
</style>
border-color css
<style>
span { border-color: #614B6D; }
span { border-color: rgb(97,75,109); }
td.TdClassName
{
border-color: #614B6D;
}
.TagClassName
{
border-color: #614B6D;
}
</style>