Shades of Honey Flower #61456D
Tints of Honey Flower #61456D
RGB
CMYK
RGB Variations
Color information
#61456D (or 0x61456D) is known color: Honey Flower. HEX triplet: 61, 45 and 6D. RGB value is (97,69,109). Sum of RGB (Red+Green+Blue) = 97+69+109=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #61456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61456D is #9EBA92. Grayscale: #515151. Windows color (decimal): -10402451 or 7161185. OLE color: 7161185.
HSL color Cylindrical-coordinate representation of color #61456D: hue angle of 282º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61456D is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 69 | 109 | - |
| CMYK | 0.11 | 0.37 | 0 | 0.57 |
| HSL | 282º | 0.22% | 0.35% | - |
| HSV(B) | 282º | 0.37% | 0.43% | - |
| XYZ | 9.82 | 7.9 | 15.48 | - |
| YUV | 81.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 109 | 0.11 | 0.37 | 0 | 0.57 | 282 | 0.22 | 0.35 |
| Hex | 61 | 45 | 6D | B | 25 | 0 | 39 | 11A | 16 | 23 |
| Octal | 141 | 105 | 155 | 13 | 45 | 0 | 71 | 432 | 26 | 43 |
| Binary | 1100001 | 1000101 | 1101101 | 1011 | 100101 | 0 | 111001 | 100011010 | 10110 | 100011 |
Color Harmonies of #61456D
Complementary color
Monochromatic Colors of #61456D
Black with #61456D
Text Example
Text Example
White with #61456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61456D; }
p { color: rgb(97,69,109); }
H1.HeaderClassName
{
color: #61456D;
}
.AnyTagClassName
{
color: #61456D;
}
</style>
background-color css
<style>
a { background-color: #61456D; }
a { background-color: rgb(97,69,109); }
div.DivClassName
{
background-color: #61456D;
}
.BgClassName
{
background-color: #61456D;
}
</style>
border-color css
<style>
span { border-color: #61456D; }
span { border-color: rgb(97,69,109); }
td.TdClassName
{
border-color: #61456D;
}
.TagClassName
{
border-color: #61456D;
}
</style>