Shades of Honey Flower #61446C
Tints of Honey Flower #61446C
RGB
CMYK
RGB Variations
Color information
#61446C (or 0x61446C) is known color: Honey Flower. HEX triplet: 61, 44 and 6C. RGB value is (97,68,108). Sum of RGB (Red+Green+Blue) = 97+68+108=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #61446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61446C is #9EBB93. Grayscale: #515151. Windows color (decimal): -10402708 or 7095393. OLE color: 7095393.
HSL color Cylindrical-coordinate representation of color #61446C: hue angle of 283.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61446C is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 68 | 108 | - |
| CMYK | 0.10 | 0.37 | 0 | 0.58 |
| HSL | 283.5º | 0.23% | 0.35% | - |
| HSV(B) | 283.5º | 0.37% | 0.42% | - |
| XYZ | 9.7 | 7.76 | 15.17 | - |
| YUV | 81.23 | 143.11 | 139.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 68 | 108 | 0.10 | 0.37 | 0 | 0.58 | 283.5 | 0.23 | 0.35 |
| Hex | 61 | 44 | 6C | A | 25 | 0 | 3A | 11C | 17 | 23 |
| Octal | 141 | 104 | 154 | 12 | 45 | 0 | 72 | 434 | 27 | 43 |
| Binary | 1100001 | 1000100 | 1101100 | 1010 | 100101 | 0 | 111010 | 100011100 | 10111 | 100011 |
Color Harmonies of #61446C
Complementary color
Monochromatic Colors of #61446C
Black with #61446C
Text Example
Text Example
White with #61446C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61446C; }
p { color: rgb(97,68,108); }
H1.HeaderClassName
{
color: #61446C;
}
.AnyTagClassName
{
color: #61446C;
}
</style>
background-color css
<style>
a { background-color: #61446C; }
a { background-color: rgb(97,68,108); }
div.DivClassName
{
background-color: #61446C;
}
.BgClassName
{
background-color: #61446C;
}
</style>
border-color css
<style>
span { border-color: #61446C; }
span { border-color: rgb(97,68,108); }
td.TdClassName
{
border-color: #61446C;
}
.TagClassName
{
border-color: #61446C;
}
</style>