Shades of Honey Flower #61446D
Tints of Honey Flower #61446D
RGB
CMYK
RGB Variations
Color information
#61446D (or 0x61446D) is known color: Honey Flower. HEX triplet: 61, 44 and 6D. RGB value is (97,68,109). Sum of RGB (Red+Green+Blue) = 97+68+109=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #61446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61446D is #9EBB92. Grayscale: #515151. Windows color (decimal): -10402707 or 7160929. OLE color: 7160929.
HSL color Cylindrical-coordinate representation of color #61446D: hue angle of 282.44º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61446D is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 68 | 109 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.57 |
| HSL | 282.44º | 0.23% | 0.35% | - |
| HSV(B) | 282.44º | 0.38% | 0.43% | - |
| XYZ | 9.76 | 7.78 | 15.46 | - |
| YUV | 81.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 109 | 0.11 | 0.38 | 0 | 0.57 | 282.44 | 0.23 | 0.35 |
| Hex | 61 | 44 | 6D | B | 26 | 0 | 39 | 11A | 17 | 23 |
| Octal | 141 | 104 | 155 | 13 | 46 | 0 | 71 | 432 | 27 | 43 |
| Binary | 1100001 | 1000100 | 1101101 | 1011 | 100110 | 0 | 111001 | 100011010 | 10111 | 100011 |
Color Harmonies of #61446D
Complementary color
Monochromatic Colors of #61446D
Black with #61446D
Text Example
Text Example
White with #61446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61446D; }
p { color: rgb(97,68,109); }
H1.HeaderClassName
{
color: #61446D;
}
.AnyTagClassName
{
color: #61446D;
}
</style>
background-color css
<style>
a { background-color: #61446D; }
a { background-color: rgb(97,68,109); }
div.DivClassName
{
background-color: #61446D;
}
.BgClassName
{
background-color: #61446D;
}
</style>
border-color css
<style>
span { border-color: #61446D; }
span { border-color: rgb(97,68,109); }
td.TdClassName
{
border-color: #61446D;
}
.TagClassName
{
border-color: #61446D;
}
</style>