Shades of Honey Flower #61456A
Tints of Honey Flower #61456A
RGB
CMYK
RGB Variations
Color information
#61456A (or 0x61456A) is known color: Honey Flower. HEX triplet: 61, 45 and 6A. RGB value is (97,69,106). Sum of RGB (Red+Green+Blue) = 97+69+106=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 106 - color contains mainly: blue. Hex color #61456A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61456A is #9EBA95. Grayscale: #515151. Windows color (decimal): -10402454 or 6964577. OLE color: 6964577.
HSL color Cylindrical-coordinate representation of color #61456A: hue angle of 285.41º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61456A is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 69 | 106 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.58 |
| HSL | 285.41º | 0.21% | 0.34% | - |
| HSV(B) | 285.41º | 0.35% | 0.42% | - |
| XYZ | 9.66 | 7.84 | 14.64 | - |
| YUV | 81.59 | 141.78 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 106 | 0.08 | 0.35 | 0 | 0.58 | 285.41 | 0.21 | 0.34 |
| Hex | 61 | 45 | 6A | 8 | 23 | 0 | 3A | 11D | 15 | 22 |
| Octal | 141 | 105 | 152 | 10 | 43 | 0 | 72 | 435 | 25 | 42 |
| Binary | 1100001 | 1000101 | 1101010 | 1000 | 100011 | 0 | 111010 | 100011101 | 10101 | 100010 |
Color Harmonies of #61456A
Complementary color
Monochromatic Colors of #61456A
Black with #61456A
Text Example
Text Example
White with #61456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61456A; }
p { color: rgb(97,69,106); }
H1.HeaderClassName
{
color: #61456A;
}
.AnyTagClassName
{
color: #61456A;
}
</style>
background-color css
<style>
a { background-color: #61456A; }
a { background-color: rgb(97,69,106); }
div.DivClassName
{
background-color: #61456A;
}
.BgClassName
{
background-color: #61456A;
}
</style>
border-color css
<style>
span { border-color: #61456A; }
span { border-color: rgb(97,69,106); }
td.TdClassName
{
border-color: #61456A;
}
.TagClassName
{
border-color: #61456A;
}
</style>