Shades of Butterfly Bush #6E5A8D
Tints of Butterfly Bush #6E5A8D
RGB
CMYK
RGB Variations
Color information
#6E5A8D (or 0x6E5A8D) is known color: Butterfly Bush. HEX triplet: 6E, 5A and 8D. RGB value is (110,90,141). Sum of RGB (Red+Green+Blue) = 110+90+141=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 90 (35.55% from 255 or 26.39% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E5A8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5A8D is #91A572. Grayscale: #656565. Windows color (decimal): -9545075 or 9263726. OLE color: 9263726.
HSL color Cylindrical-coordinate representation of color #6E5A8D: hue angle of 263.53º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E5A8D is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 90 | 141 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.45 |
| HSL | 263.53º | 0.22% | 0.45% | - |
| HSV(B) | 263.53º | 0.36% | 0.55% | - |
| XYZ | 14.89 | 12.55 | 26.84 | - |
| YUV | 101.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 141 | 0.22 | 0.36 | 0 | 0.45 | 263.53 | 0.22 | 0.45 |
| Hex | 6E | 5A | 8D | 16 | 24 | 0 | 2D | 108 | 16 | 2D |
| Octal | 156 | 132 | 215 | 26 | 44 | 0 | 55 | 410 | 26 | 55 |
| Binary | 1101110 | 1011010 | 10001101 | 10110 | 100100 | 0 | 101101 | 100001000 | 10110 | 101101 |
Color Harmonies of #6E5A8D
Complementary color
Monochromatic Colors of #6E5A8D
Black with #6E5A8D
Text Example
Text Example
White with #6E5A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A8D; }
p { color: rgb(110,90,141); }
H1.HeaderClassName
{
color: #6E5A8D;
}
.AnyTagClassName
{
color: #6E5A8D;
}
</style>
background-color css
<style>
a { background-color: #6E5A8D; }
a { background-color: rgb(110,90,141); }
div.DivClassName
{
background-color: #6E5A8D;
}
.BgClassName
{
background-color: #6E5A8D;
}
</style>
border-color css
<style>
span { border-color: #6E5A8D; }
span { border-color: rgb(110,90,141); }
td.TdClassName
{
border-color: #6E5A8D;
}
.TagClassName
{
border-color: #6E5A8D;
}
</style>