Shades of Honey Flower #61466C
Tints of Honey Flower #61466C
RGB
CMYK
RGB Variations
Color information
#61466C (or 0x61466C) is known color: Honey Flower. HEX triplet: 61, 46 and 6C. RGB value is (97,70,108). Sum of RGB (Red+Green+Blue) = 97+70+108=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 108 - color contains mainly: blue. Hex color #61466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61466C is #9EB993. Grayscale: #525252. Windows color (decimal): -10402196 or 7095905. OLE color: 7095905.
HSL color Cylindrical-coordinate representation of color #61466C: hue angle of 282.63º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61466C is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 70 | 108 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.58 |
| HSL | 282.63º | 0.21% | 0.35% | - |
| HSV(B) | 282.63º | 0.35% | 0.42% | - |
| XYZ | 9.83 | 8 | 15.21 | - |
| YUV | 82.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 70 | 108 | 0.10 | 0.35 | 0 | 0.58 | 282.63 | 0.21 | 0.35 |
| Hex | 61 | 46 | 6C | A | 23 | 0 | 3A | 11B | 15 | 23 |
| Octal | 141 | 106 | 154 | 12 | 43 | 0 | 72 | 433 | 25 | 43 |
| Binary | 1100001 | 1000110 | 1101100 | 1010 | 100011 | 0 | 111010 | 100011011 | 10101 | 100011 |
Color Harmonies of #61466C
Complementary color
Monochromatic Colors of #61466C
Black with #61466C
Text Example
Text Example
White with #61466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61466C; }
p { color: rgb(97,70,108); }
H1.HeaderClassName
{
color: #61466C;
}
.AnyTagClassName
{
color: #61466C;
}
</style>
background-color css
<style>
a { background-color: #61466C; }
a { background-color: rgb(97,70,108); }
div.DivClassName
{
background-color: #61466C;
}
.BgClassName
{
background-color: #61466C;
}
</style>
border-color css
<style>
span { border-color: #61466C; }
span { border-color: rgb(97,70,108); }
td.TdClassName
{
border-color: #61466C;
}
.TagClassName
{
border-color: #61466C;
}
</style>