Shades of Honey Flower #61457A
Tints of Honey Flower #61457A
RGB
CMYK
RGB Variations
Color information
#61457A (or 0x61457A) is known color: Honey Flower. HEX triplet: 61, 45 and 7A. RGB value is (97,69,122). Sum of RGB (Red+Green+Blue) = 97+69+122=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #61457A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61457A is #9EBA85. Grayscale: #535353. Windows color (decimal): -10402438 or 8013153. OLE color: 8013153.
HSL color Cylindrical-coordinate representation of color #61457A: hue angle of 271.7º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61457A is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 69 | 122 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.52 |
| HSL | 271.7º | 0.28% | 0.37% | - |
| HSV(B) | 271.7º | 0.43% | 0.48% | - |
| XYZ | 10.57 | 8.2 | 19.44 | - |
| YUV | 83.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 69 | 122 | 0.20 | 0.43 | 0 | 0.52 | 271.7 | 0.28 | 0.37 |
| Hex | 61 | 45 | 7A | 14 | 2B | 0 | 34 | 110 | 1C | 25 |
| Octal | 141 | 105 | 172 | 24 | 53 | 0 | 64 | 420 | 34 | 45 |
| Binary | 1100001 | 1000101 | 1111010 | 10100 | 101011 | 0 | 110100 | 100010000 | 11100 | 100101 |
Color Harmonies of #61457A
Complementary color
Monochromatic Colors of #61457A
Black with #61457A
Text Example
Text Example
White with #61457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61457A; }
p { color: rgb(97,69,122); }
H1.HeaderClassName
{
color: #61457A;
}
.AnyTagClassName
{
color: #61457A;
}
</style>
background-color css
<style>
a { background-color: #61457A; }
a { background-color: rgb(97,69,122); }
div.DivClassName
{
background-color: #61457A;
}
.BgClassName
{
background-color: #61457A;
}
</style>
border-color css
<style>
span { border-color: #61457A; }
span { border-color: rgb(97,69,122); }
td.TdClassName
{
border-color: #61457A;
}
.TagClassName
{
border-color: #61457A;
}
</style>