Shades of Butterfly Bush #6E588B
Tints of Butterfly Bush #6E588B
RGB
CMYK
RGB Variations
Color information
#6E588B (or 0x6E588B) is known color: Butterfly Bush. HEX triplet: 6E, 58 and 8B. RGB value is (110,88,139). Sum of RGB (Red+Green+Blue) = 110+88+139=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E588B is #91A774. Grayscale: #646464. Windows color (decimal): -9545589 or 9132142. OLE color: 9132142.
HSL color Cylindrical-coordinate representation of color #6E588B: hue angle of 265.88º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E588B is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 88 | 139 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.45 |
| HSL | 265.88º | 0.22% | 0.45% | - |
| HSV(B) | 265.88º | 0.37% | 0.55% | - |
| XYZ | 14.58 | 12.16 | 26 | - |
| YUV | 100.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 139 | 0.21 | 0.37 | 0 | 0.45 | 265.88 | 0.22 | 0.45 |
| Hex | 6E | 58 | 8B | 15 | 25 | 0 | 2D | 10A | 16 | 2D |
| Octal | 156 | 130 | 213 | 25 | 45 | 0 | 55 | 412 | 26 | 55 |
| Binary | 1101110 | 1011000 | 10001011 | 10101 | 100101 | 0 | 101101 | 100001010 | 10110 | 101101 |
Color Harmonies of #6E588B
Complementary color
Monochromatic Colors of #6E588B
Black with #6E588B
Text Example
Text Example
White with #6E588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E588B; }
p { color: rgb(110,88,139); }
H1.HeaderClassName
{
color: #6E588B;
}
.AnyTagClassName
{
color: #6E588B;
}
</style>
background-color css
<style>
a { background-color: #6E588B; }
a { background-color: rgb(110,88,139); }
div.DivClassName
{
background-color: #6E588B;
}
.BgClassName
{
background-color: #6E588B;
}
</style>
border-color css
<style>
span { border-color: #6E588B; }
span { border-color: rgb(110,88,139); }
td.TdClassName
{
border-color: #6E588B;
}
.TagClassName
{
border-color: #6E588B;
}
</style>