Shades of Butterfly Bush #61558D
Tints of Butterfly Bush #61558D
RGB
CMYK
RGB Variations
Color information
#61558D (or 0x61558D) is known color: Butterfly Bush. HEX triplet: 61, 55 and 8D. RGB value is (97,85,141). Sum of RGB (Red+Green+Blue) = 97+85+141=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 141 - color contains mainly: blue. Hex color #61558D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61558D is #9EAA72. Grayscale: #5E5E5E. Windows color (decimal): -10398323 or 9262433. OLE color: 9262433.
HSL color Cylindrical-coordinate representation of color #61558D: hue angle of 252.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61558D is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 85 | 141 | - |
| CMYK | 0.31 | 0.40 | 0 | 0.45 |
| HSL | 252.86º | 0.25% | 0.44% | - |
| HSV(B) | 252.86º | 0.4% | 0.55% | - |
| XYZ | 12.99 | 10.96 | 26.63 | - |
| YUV | 94.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 141 | 0.31 | 0.40 | 0 | 0.45 | 252.86 | 0.25 | 0.44 |
| Hex | 61 | 55 | 8D | 1F | 28 | 0 | 2D | FD | 19 | 2C |
| Octal | 141 | 125 | 215 | 37 | 50 | 0 | 55 | 375 | 31 | 54 |
| Binary | 1100001 | 1010101 | 10001101 | 11111 | 101000 | 0 | 101101 | 11111101 | 11001 | 101100 |
Color Harmonies of #61558D
Complementary color
Monochromatic Colors of #61558D
Black with #61558D
Text Example
Text Example
White with #61558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61558D; }
p { color: rgb(97,85,141); }
H1.HeaderClassName
{
color: #61558D;
}
.AnyTagClassName
{
color: #61558D;
}
</style>
background-color css
<style>
a { background-color: #61558D; }
a { background-color: rgb(97,85,141); }
div.DivClassName
{
background-color: #61558D;
}
.BgClassName
{
background-color: #61558D;
}
</style>
border-color css
<style>
span { border-color: #61558D; }
span { border-color: rgb(97,85,141); }
td.TdClassName
{
border-color: #61558D;
}
.TagClassName
{
border-color: #61558D;
}
</style>