Shades of Honey Flower #61386D
Tints of Honey Flower #61386D
RGB
CMYK
RGB Variations
Color information
#61386D (or 0x61386D) is known color: Honey Flower. HEX triplet: 61, 38 and 6D. RGB value is (97,56,109). Sum of RGB (Red+Green+Blue) = 97+56+109=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 109 (42.97% from 255 or 41.60% from 262); Max value from RGB is 109 - color contains mainly: blue. Hex color #61386D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61386D is #9EC792. Grayscale: #4A4A4A. Windows color (decimal): -10405779 or 7157857. OLE color: 7157857.
HSL color Cylindrical-coordinate representation of color #61386D: hue angle of 286.42º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61386D is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 56 | 109 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.57 |
| HSL | 286.42º | 0.32% | 0.32% | - |
| HSV(B) | 286.42º | 0.49% | 0.43% | - |
| XYZ | 9.1 | 6.47 | 15.24 | - |
| YUV | 74.3 | 147.58 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 109 | 0.11 | 0.49 | 0 | 0.57 | 286.42 | 0.32 | 0.32 |
| Hex | 61 | 38 | 6D | B | 31 | 0 | 39 | 11E | 20 | 20 |
| Octal | 141 | 70 | 155 | 13 | 61 | 0 | 71 | 436 | 40 | 40 |
| Binary | 1100001 | 111000 | 1101101 | 1011 | 110001 | 0 | 111001 | 100011110 | 100000 | 100000 |
Color Harmonies of #61386D
Complementary color
Monochromatic Colors of #61386D
Black with #61386D
Text Example
Text Example
White with #61386D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61386D; }
p { color: rgb(97,56,109); }
H1.HeaderClassName
{
color: #61386D;
}
.AnyTagClassName
{
color: #61386D;
}
</style>
background-color css
<style>
a { background-color: #61386D; }
a { background-color: rgb(97,56,109); }
div.DivClassName
{
background-color: #61386D;
}
.BgClassName
{
background-color: #61386D;
}
</style>
border-color css
<style>
span { border-color: #61386D; }
span { border-color: rgb(97,56,109); }
td.TdClassName
{
border-color: #61386D;
}
.TagClassName
{
border-color: #61386D;
}
</style>