Shades of Honey Flower #61486A
Tints of Honey Flower #61486A
RGB
CMYK
RGB Variations
Color information
#61486A (or 0x61486A) is known color: Honey Flower. HEX triplet: 61, 48 and 6A. RGB value is (97,72,106). Sum of RGB (Red+Green+Blue) = 97+72+106=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 106 - color contains mainly: blue. Hex color #61486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61486A is #9EB795. Grayscale: #535353. Windows color (decimal): -10401686 or 6965345. OLE color: 6965345.
HSL color Cylindrical-coordinate representation of color #61486A: hue angle of 284.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61486A is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 72 | 106 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.58 |
| HSL | 284.12º | 0.19% | 0.35% | - |
| HSV(B) | 284.12º | 0.32% | 0.42% | - |
| XYZ | 9.85 | 8.22 | 14.7 | - |
| YUV | 83.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 72 | 106 | 0.08 | 0.32 | 0 | 0.58 | 284.12 | 0.19 | 0.35 |
| Hex | 61 | 48 | 6A | 8 | 20 | 0 | 3A | 11C | 13 | 23 |
| Octal | 141 | 110 | 152 | 10 | 40 | 0 | 72 | 434 | 23 | 43 |
| Binary | 1100001 | 1001000 | 1101010 | 1000 | 100000 | 0 | 111010 | 100011100 | 10011 | 100011 |
Color Harmonies of #61486A
Complementary color
Monochromatic Colors of #61486A
Black with #61486A
Text Example
Text Example
White with #61486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61486A; }
p { color: rgb(97,72,106); }
H1.HeaderClassName
{
color: #61486A;
}
.AnyTagClassName
{
color: #61486A;
}
</style>
background-color css
<style>
a { background-color: #61486A; }
a { background-color: rgb(97,72,106); }
div.DivClassName
{
background-color: #61486A;
}
.BgClassName
{
background-color: #61486A;
}
</style>
border-color css
<style>
span { border-color: #61486A; }
span { border-color: rgb(97,72,106); }
td.TdClassName
{
border-color: #61486A;
}
.TagClassName
{
border-color: #61486A;
}
</style>