Shades of Honey Flower #61376F
Tints of Honey Flower #61376F
RGB
CMYK
RGB Variations
Color information
#61376F (or 0x61376F) is known color: Honey Flower. HEX triplet: 61, 37 and 6F. RGB value is (97,55,111). Sum of RGB (Red+Green+Blue) = 97+55+111=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #61376F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61376F is #9EC890. Grayscale: #494949. Windows color (decimal): -10406033 or 7288673. OLE color: 7288673.
HSL color Cylindrical-coordinate representation of color #61376F: hue angle of 285º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61376F is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 55 | 111 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.56 |
| HSL | 285º | 0.34% | 0.33% | - |
| HSV(B) | 285º | 0.5% | 0.44% | - |
| XYZ | 9.17 | 6.42 | 15.8 | - |
| YUV | 73.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 111 | 0.13 | 0.50 | 0 | 0.56 | 285 | 0.34 | 0.33 |
| Hex | 61 | 37 | 6F | D | 32 | 0 | 38 | 11D | 22 | 21 |
| Octal | 141 | 67 | 157 | 15 | 62 | 0 | 70 | 435 | 42 | 41 |
| Binary | 1100001 | 110111 | 1101111 | 1101 | 110010 | 0 | 111000 | 100011101 | 100010 | 100001 |
Color Harmonies of #61376F
Complementary color
Monochromatic Colors of #61376F
Black with #61376F
Text Example
Text Example
White with #61376F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61376F; }
p { color: rgb(97,55,111); }
H1.HeaderClassName
{
color: #61376F;
}
.AnyTagClassName
{
color: #61376F;
}
</style>
background-color css
<style>
a { background-color: #61376F; }
a { background-color: rgb(97,55,111); }
div.DivClassName
{
background-color: #61376F;
}
.BgClassName
{
background-color: #61376F;
}
</style>
border-color css
<style>
span { border-color: #61376F; }
span { border-color: rgb(97,55,111); }
td.TdClassName
{
border-color: #61376F;
}
.TagClassName
{
border-color: #61376F;
}
</style>