Shades of Honey Flower #61356F
Tints of Honey Flower #61356F
RGB
CMYK
RGB Variations
Color information
#61356F (or 0x61356F) is known color: Honey Flower. HEX triplet: 61, 35 and 6F. RGB value is (97,53,111). Sum of RGB (Red+Green+Blue) = 97+53+111=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 111 - color contains mainly: blue. Hex color #61356F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61356F is #9ECA90. Grayscale: #484848. Windows color (decimal): -10406545 or 7288161. OLE color: 7288161.
HSL color Cylindrical-coordinate representation of color #61356F: hue angle of 285.52º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61356F is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 53 | 111 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.56 |
| HSL | 285.52º | 0.35% | 0.32% | - |
| HSV(B) | 285.52º | 0.52% | 0.44% | - |
| XYZ | 9.07 | 6.24 | 15.76 | - |
| YUV | 72.77 | 149.58 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 53 | 111 | 0.13 | 0.52 | 0 | 0.56 | 285.52 | 0.35 | 0.32 |
| Hex | 61 | 35 | 6F | D | 34 | 0 | 38 | 11E | 23 | 20 |
| Octal | 141 | 65 | 157 | 15 | 64 | 0 | 70 | 436 | 43 | 40 |
| Binary | 1100001 | 110101 | 1101111 | 1101 | 110100 | 0 | 111000 | 100011110 | 100011 | 100000 |
Color Harmonies of #61356F
Complementary color
Monochromatic Colors of #61356F
Black with #61356F
Text Example
Text Example
White with #61356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61356F; }
p { color: rgb(97,53,111); }
H1.HeaderClassName
{
color: #61356F;
}
.AnyTagClassName
{
color: #61356F;
}
</style>
background-color css
<style>
a { background-color: #61356F; }
a { background-color: rgb(97,53,111); }
div.DivClassName
{
background-color: #61356F;
}
.BgClassName
{
background-color: #61356F;
}
</style>
border-color css
<style>
span { border-color: #61356F; }
span { border-color: rgb(97,53,111); }
td.TdClassName
{
border-color: #61356F;
}
.TagClassName
{
border-color: #61356F;
}
</style>