Shades of Butterfly Bush #6E5191
Tints of Butterfly Bush #6E5191
RGB
CMYK
RGB Variations
Color information
#6E5191 (or 0x6E5191) is known color: Butterfly Bush. HEX triplet: 6E, 51 and 91. RGB value is (110,81,145). Sum of RGB (Red+Green+Blue) = 110+81+145=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E5191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5191 is #91AE6E. Grayscale: #606060. Windows color (decimal): -9547375 or 9523566. OLE color: 9523566.
HSL color Cylindrical-coordinate representation of color #6E5191: hue angle of 267.19º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E5191 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 81 | 145 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.43 |
| HSL | 267.19º | 0.28% | 0.44% | - |
| HSV(B) | 267.19º | 0.44% | 0.57% | - |
| XYZ | 14.48 | 11.24 | 28.2 | - |
| YUV | 96.97 | 155.11 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 145 | 0.24 | 0.44 | 0 | 0.43 | 267.19 | 0.28 | 0.44 |
| Hex | 6E | 51 | 91 | 18 | 2C | 0 | 2B | 10B | 1C | 2C |
| Octal | 156 | 121 | 221 | 30 | 54 | 0 | 53 | 413 | 34 | 54 |
| Binary | 1101110 | 1010001 | 10010001 | 11000 | 101100 | 0 | 101011 | 100001011 | 11100 | 101100 |
Color Harmonies of #6E5191
Complementary color
Monochromatic Colors of #6E5191
Black with #6E5191
Text Example
Text Example
White with #6E5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5191; }
p { color: rgb(110,81,145); }
H1.HeaderClassName
{
color: #6E5191;
}
.AnyTagClassName
{
color: #6E5191;
}
</style>
background-color css
<style>
a { background-color: #6E5191; }
a { background-color: rgb(110,81,145); }
div.DivClassName
{
background-color: #6E5191;
}
.BgClassName
{
background-color: #6E5191;
}
</style>
border-color css
<style>
span { border-color: #6E5191; }
span { border-color: rgb(110,81,145); }
td.TdClassName
{
border-color: #6E5191;
}
.TagClassName
{
border-color: #6E5191;
}
</style>