Shades of Honey Flower #61466A
Tints of Honey Flower #61466A
RGB
CMYK
RGB Variations
Color information
#61466A (or 0x61466A) is known color: Honey Flower. HEX triplet: 61, 46 and 6A. RGB value is (97,70,106). Sum of RGB (Red+Green+Blue) = 97+70+106=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 106 - color contains mainly: blue. Hex color #61466A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61466A is #9EB995. Grayscale: #525252. Windows color (decimal): -10402198 or 6964833. OLE color: 6964833.
HSL color Cylindrical-coordinate representation of color #61466A: hue angle of 285º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61466A is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 70 | 106 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.58 |
| HSL | 285º | 0.2% | 0.35% | - |
| HSV(B) | 285º | 0.34% | 0.42% | - |
| XYZ | 9.72 | 7.96 | 14.66 | - |
| YUV | 82.18 | 141.45 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 70 | 106 | 0.08 | 0.34 | 0 | 0.58 | 285 | 0.2 | 0.35 |
| Hex | 61 | 46 | 6A | 8 | 22 | 0 | 3A | 11D | 14 | 23 |
| Octal | 141 | 106 | 152 | 10 | 42 | 0 | 72 | 435 | 24 | 43 |
| Binary | 1100001 | 1000110 | 1101010 | 1000 | 100010 | 0 | 111010 | 100011101 | 10100 | 100011 |
Color Harmonies of #61466A
Complementary color
Monochromatic Colors of #61466A
Black with #61466A
Text Example
Text Example
White with #61466A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61466A; }
p { color: rgb(97,70,106); }
H1.HeaderClassName
{
color: #61466A;
}
.AnyTagClassName
{
color: #61466A;
}
</style>
background-color css
<style>
a { background-color: #61466A; }
a { background-color: rgb(97,70,106); }
div.DivClassName
{
background-color: #61466A;
}
.BgClassName
{
background-color: #61466A;
}
</style>
border-color css
<style>
span { border-color: #61466A; }
span { border-color: rgb(97,70,106); }
td.TdClassName
{
border-color: #61466A;
}
.TagClassName
{
border-color: #61466A;
}
</style>