Shades of Butterfly Bush #61549B
Tints of Butterfly Bush #61549B
RGB
CMYK
RGB Variations
Color information
#61549B (or 0x61549B) is known color: Butterfly Bush. HEX triplet: 61, 54 and 9B. RGB value is (97,84,155). Sum of RGB (Red+Green+Blue) = 97+84+155=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #61549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61549B is #9EAB64. Grayscale: #5F5F5F. Windows color (decimal): -10398565 or 10179681. OLE color: 10179681.
HSL color Cylindrical-coordinate representation of color #61549B: hue angle of 250.99º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61549B is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 84 | 155 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.39 |
| HSL | 250.99º | 0.3% | 0.47% | - |
| HSV(B) | 250.99º | 0.46% | 0.61% | - |
| XYZ | 14.02 | 11.25 | 32.44 | - |
| YUV | 95.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 155 | 0.37 | 0.46 | 0 | 0.39 | 250.99 | 0.3 | 0.47 |
| Hex | 61 | 54 | 9B | 25 | 2E | 0 | 27 | FB | 1E | 2F |
| Octal | 141 | 124 | 233 | 45 | 56 | 0 | 47 | 373 | 36 | 57 |
| Binary | 1100001 | 1010100 | 10011011 | 100101 | 101110 | 0 | 100111 | 11111011 | 11110 | 101111 |
Color Harmonies of #61549B
Complementary color
Monochromatic Colors of #61549B
Black with #61549B
Text Example
Text Example
White with #61549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61549B; }
p { color: rgb(97,84,155); }
H1.HeaderClassName
{
color: #61549B;
}
.AnyTagClassName
{
color: #61549B;
}
</style>
background-color css
<style>
a { background-color: #61549B; }
a { background-color: rgb(97,84,155); }
div.DivClassName
{
background-color: #61549B;
}
.BgClassName
{
background-color: #61549B;
}
</style>
border-color css
<style>
span { border-color: #61549B; }
span { border-color: rgb(97,84,155); }
td.TdClassName
{
border-color: #61549B;
}
.TagClassName
{
border-color: #61549B;
}
</style>