Shades of Butterfly Bush #61508D
Tints of Butterfly Bush #61508D
RGB
CMYK
RGB Variations
Color information
#61508D (or 0x61508D) is known color: Butterfly Bush. HEX triplet: 61, 50 and 8D. RGB value is (97,80,141). Sum of RGB (Red+Green+Blue) = 97+80+141=318 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.50% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #61508D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61508D is #9EAF72. Grayscale: #5B5B5B. Windows color (decimal): -10399603 or 9261153. OLE color: 9261153.
HSL color Cylindrical-coordinate representation of color #61508D: hue angle of 256.72º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61508D is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 80 | 141 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.45 |
| HSL | 256.72º | 0.28% | 0.43% | - |
| HSV(B) | 256.72º | 0.43% | 0.55% | - |
| XYZ | 12.61 | 10.2 | 26.5 | - |
| YUV | 92.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 141 | 0.31 | 0.43 | 0 | 0.45 | 256.72 | 0.28 | 0.43 |
| Hex | 61 | 50 | 8D | 1F | 2B | 0 | 2D | 101 | 1C | 2B |
| Octal | 141 | 120 | 215 | 37 | 53 | 0 | 55 | 401 | 34 | 53 |
| Binary | 1100001 | 1010000 | 10001101 | 11111 | 101011 | 0 | 101101 | 100000001 | 11100 | 101011 |
Color Harmonies of #61508D
Complementary color
Monochromatic Colors of #61508D
Black with #61508D
Text Example
Text Example
White with #61508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61508D; }
p { color: rgb(97,80,141); }
H1.HeaderClassName
{
color: #61508D;
}
.AnyTagClassName
{
color: #61508D;
}
</style>
background-color css
<style>
a { background-color: #61508D; }
a { background-color: rgb(97,80,141); }
div.DivClassName
{
background-color: #61508D;
}
.BgClassName
{
background-color: #61508D;
}
</style>
border-color css
<style>
span { border-color: #61508D; }
span { border-color: rgb(97,80,141); }
td.TdClassName
{
border-color: #61508D;
}
.TagClassName
{
border-color: #61508D;
}
</style>