Shades of Butterfly Bush #61598F
Tints of Butterfly Bush #61598F
RGB
CMYK
RGB Variations
Color information
#61598F (or 0x61598F) is known color: Butterfly Bush. HEX triplet: 61, 59 and 8F. RGB value is (97,89,143). Sum of RGB (Red+Green+Blue) = 97+89+143=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 143 (56.25% from 255 or 43.47% from 329); Max value from RGB is 143 - color contains mainly: blue. Hex color #61598F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61598F is #9EA670. Grayscale: #616161. Windows color (decimal): -10397297 or 9394529. OLE color: 9394529.
HSL color Cylindrical-coordinate representation of color #61598F: hue angle of 248.89º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61598F is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 89 | 143 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.44 |
| HSL | 248.89º | 0.23% | 0.45% | - |
| HSV(B) | 248.89º | 0.38% | 0.56% | - |
| XYZ | 13.46 | 11.67 | 27.53 | - |
| YUV | 97.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 143 | 0.32 | 0.38 | 0 | 0.44 | 248.89 | 0.23 | 0.45 |
| Hex | 61 | 59 | 8F | 20 | 26 | 0 | 2C | F9 | 17 | 2D |
| Octal | 141 | 131 | 217 | 40 | 46 | 0 | 54 | 371 | 27 | 55 |
| Binary | 1100001 | 1011001 | 10001111 | 100000 | 100110 | 0 | 101100 | 11111001 | 10111 | 101101 |
Color Harmonies of #61598F
Complementary color
Monochromatic Colors of #61598F
Black with #61598F
Text Example
Text Example
White with #61598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61598F; }
p { color: rgb(97,89,143); }
H1.HeaderClassName
{
color: #61598F;
}
.AnyTagClassName
{
color: #61598F;
}
</style>
background-color css
<style>
a { background-color: #61598F; }
a { background-color: rgb(97,89,143); }
div.DivClassName
{
background-color: #61598F;
}
.BgClassName
{
background-color: #61598F;
}
</style>
border-color css
<style>
span { border-color: #61598F; }
span { border-color: rgb(97,89,143); }
td.TdClassName
{
border-color: #61598F;
}
.TagClassName
{
border-color: #61598F;
}
</style>