Shades of Butterfly Bush #6E588D
Tints of Butterfly Bush #6E588D
RGB
CMYK
RGB Variations
Color information
#6E588D (or 0x6E588D) is known color: Butterfly Bush. HEX triplet: 6E, 58 and 8D. RGB value is (110,88,141). Sum of RGB (Red+Green+Blue) = 110+88+141=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 88 (34.77% from 255 or 25.96% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E588D is #91A772. Grayscale: #646464. Windows color (decimal): -9545587 or 9263214. OLE color: 9263214.
HSL color Cylindrical-coordinate representation of color #6E588D: hue angle of 264.91º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E588D is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 88 | 141 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.45 |
| HSL | 264.91º | 0.23% | 0.45% | - |
| HSV(B) | 264.91º | 0.38% | 0.55% | - |
| XYZ | 14.73 | 12.22 | 26.78 | - |
| YUV | 100.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 141 | 0.22 | 0.38 | 0 | 0.45 | 264.91 | 0.23 | 0.45 |
| Hex | 6E | 58 | 8D | 16 | 26 | 0 | 2D | 109 | 17 | 2D |
| Octal | 156 | 130 | 215 | 26 | 46 | 0 | 55 | 411 | 27 | 55 |
| Binary | 1101110 | 1011000 | 10001101 | 10110 | 100110 | 0 | 101101 | 100001001 | 10111 | 101101 |
Color Harmonies of #6E588D
Complementary color
Monochromatic Colors of #6E588D
Black with #6E588D
Text Example
Text Example
White with #6E588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E588D; }
p { color: rgb(110,88,141); }
H1.HeaderClassName
{
color: #6E588D;
}
.AnyTagClassName
{
color: #6E588D;
}
</style>
background-color css
<style>
a { background-color: #6E588D; }
a { background-color: rgb(110,88,141); }
div.DivClassName
{
background-color: #6E588D;
}
.BgClassName
{
background-color: #6E588D;
}
</style>
border-color css
<style>
span { border-color: #6E588D; }
span { border-color: rgb(110,88,141); }
td.TdClassName
{
border-color: #6E588D;
}
.TagClassName
{
border-color: #6E588D;
}
</style>