Shades of Butterfly Bush #6E5691
Tints of Butterfly Bush #6E5691
RGB
CMYK
RGB Variations
Color information
#6E5691 (or 0x6E5691) is known color: Butterfly Bush. HEX triplet: 6E, 56 and 91. RGB value is (110,86,145). Sum of RGB (Red+Green+Blue) = 110+86+145=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E5691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5691 is #91A96E. Grayscale: #636363. Windows color (decimal): -9546095 or 9524846. OLE color: 9524846.
HSL color Cylindrical-coordinate representation of color #6E5691: hue angle of 264.41º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E5691 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 86 | 145 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.43 |
| HSL | 264.41º | 0.26% | 0.45% | - |
| HSV(B) | 264.41º | 0.41% | 0.57% | - |
| XYZ | 14.87 | 12.01 | 28.32 | - |
| YUV | 99.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 145 | 0.24 | 0.41 | 0 | 0.43 | 264.41 | 0.26 | 0.45 |
| Hex | 6E | 56 | 91 | 18 | 29 | 0 | 2B | 108 | 1A | 2D |
| Octal | 156 | 126 | 221 | 30 | 51 | 0 | 53 | 410 | 32 | 55 |
| Binary | 1101110 | 1010110 | 10010001 | 11000 | 101001 | 0 | 101011 | 100001000 | 11010 | 101101 |
Color Harmonies of #6E5691
Complementary color
Monochromatic Colors of #6E5691
Black with #6E5691
Text Example
Text Example
White with #6E5691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5691; }
p { color: rgb(110,86,145); }
H1.HeaderClassName
{
color: #6E5691;
}
.AnyTagClassName
{
color: #6E5691;
}
</style>
background-color css
<style>
a { background-color: #6E5691; }
a { background-color: rgb(110,86,145); }
div.DivClassName
{
background-color: #6E5691;
}
.BgClassName
{
background-color: #6E5691;
}
</style>
border-color css
<style>
span { border-color: #6E5691; }
span { border-color: rgb(110,86,145); }
td.TdClassName
{
border-color: #6E5691;
}
.TagClassName
{
border-color: #6E5691;
}
</style>