Shades of Butterfly Bush #6E5B8D
Tints of Butterfly Bush #6E5B8D
RGB
CMYK
RGB Variations
Color information
#6E5B8D (or 0x6E5B8D) is known color: Butterfly Bush. HEX triplet: 6E, 5B and 8D. RGB value is (110,91,141). Sum of RGB (Red+Green+Blue) = 110+91+141=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E5B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5B8D is #91A472. Grayscale: #666666. Windows color (decimal): -9544819 or 9263982. OLE color: 9263982.
HSL color Cylindrical-coordinate representation of color #6E5B8D: hue angle of 262.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E5B8D is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 91 | 141 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.45 |
| HSL | 262.8º | 0.22% | 0.45% | - |
| HSV(B) | 262.8º | 0.35% | 0.55% | - |
| XYZ | 14.98 | 12.72 | 26.87 | - |
| YUV | 102.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 91 | 141 | 0.22 | 0.35 | 0 | 0.45 | 262.8 | 0.22 | 0.45 |
| Hex | 6E | 5B | 8D | 16 | 23 | 0 | 2D | 107 | 16 | 2D |
| Octal | 156 | 133 | 215 | 26 | 43 | 0 | 55 | 407 | 26 | 55 |
| Binary | 1101110 | 1011011 | 10001101 | 10110 | 100011 | 0 | 101101 | 100000111 | 10110 | 101101 |
Color Harmonies of #6E5B8D
Complementary color
Monochromatic Colors of #6E5B8D
Black with #6E5B8D
Text Example
Text Example
White with #6E5B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5B8D; }
p { color: rgb(110,91,141); }
H1.HeaderClassName
{
color: #6E5B8D;
}
.AnyTagClassName
{
color: #6E5B8D;
}
</style>
background-color css
<style>
a { background-color: #6E5B8D; }
a { background-color: rgb(110,91,141); }
div.DivClassName
{
background-color: #6E5B8D;
}
.BgClassName
{
background-color: #6E5B8D;
}
</style>
border-color css
<style>
span { border-color: #6E5B8D; }
span { border-color: rgb(110,91,141); }
td.TdClassName
{
border-color: #6E5B8D;
}
.TagClassName
{
border-color: #6E5B8D;
}
</style>