Shades of Honey Flower #61336F
Tints of Honey Flower #61336F
RGB
CMYK
RGB Variations
Color information
#61336F (or 0x61336F) is known color: Honey Flower. HEX triplet: 61, 33 and 6F. RGB value is (97,51,111). Sum of RGB (Red+Green+Blue) = 97+51+111=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 51 (20.31% from 255 or 19.69% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #61336F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61336F is #9ECC90. Grayscale: #474747. Windows color (decimal): -10407057 or 7287649. OLE color: 7287649.
HSL color Cylindrical-coordinate representation of color #61336F: hue angle of 286º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61336F is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 51 | 111 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.56 |
| HSL | 286º | 0.37% | 0.32% | - |
| HSV(B) | 286º | 0.54% | 0.44% | - |
| XYZ | 8.98 | 6.06 | 15.73 | - |
| YUV | 71.59 | 150.24 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 51 | 111 | 0.13 | 0.54 | 0 | 0.56 | 286 | 0.37 | 0.32 |
| Hex | 61 | 33 | 6F | D | 36 | 0 | 38 | 11E | 25 | 20 |
| Octal | 141 | 63 | 157 | 15 | 66 | 0 | 70 | 436 | 45 | 40 |
| Binary | 1100001 | 110011 | 1101111 | 1101 | 110110 | 0 | 111000 | 100011110 | 100101 | 100000 |
Color Harmonies of #61336F
Complementary color
Monochromatic Colors of #61336F
Black with #61336F
Text Example
Text Example
White with #61336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61336F; }
p { color: rgb(97,51,111); }
H1.HeaderClassName
{
color: #61336F;
}
.AnyTagClassName
{
color: #61336F;
}
</style>
background-color css
<style>
a { background-color: #61336F; }
a { background-color: rgb(97,51,111); }
div.DivClassName
{
background-color: #61336F;
}
.BgClassName
{
background-color: #61336F;
}
</style>
border-color css
<style>
span { border-color: #61336F; }
span { border-color: rgb(97,51,111); }
td.TdClassName
{
border-color: #61336F;
}
.TagClassName
{
border-color: #61336F;
}
</style>