Shades of Butterfly Bush #6E579A
Tints of Butterfly Bush #6E579A
RGB
CMYK
RGB Variations
Color information
#6E579A (or 0x6E579A) is known color: Butterfly Bush. HEX triplet: 6E, 57 and 9A. RGB value is (110,87,154). Sum of RGB (Red+Green+Blue) = 110+87+154=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #6E579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E579A is #91A865. Grayscale: #656565. Windows color (decimal): -9545830 or 10114926. OLE color: 10114926.
HSL color Cylindrical-coordinate representation of color #6E579A: hue angle of 260.6º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E579A is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 87 | 154 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.40 |
| HSL | 260.6º | 0.28% | 0.47% | - |
| HSV(B) | 260.6º | 0.44% | 0.6% | - |
| XYZ | 15.67 | 12.46 | 32.15 | - |
| YUV | 101.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 154 | 0.29 | 0.44 | 0 | 0.40 | 260.6 | 0.28 | 0.47 |
| Hex | 6E | 57 | 9A | 1D | 2C | 0 | 28 | 105 | 1C | 2F |
| Octal | 156 | 127 | 232 | 35 | 54 | 0 | 50 | 405 | 34 | 57 |
| Binary | 1101110 | 1010111 | 10011010 | 11101 | 101100 | 0 | 101000 | 100000101 | 11100 | 101111 |
Color Harmonies of #6E579A
Complementary color
Monochromatic Colors of #6E579A
Black with #6E579A
Text Example
Text Example
White with #6E579A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E579A; }
p { color: rgb(110,87,154); }
H1.HeaderClassName
{
color: #6E579A;
}
.AnyTagClassName
{
color: #6E579A;
}
</style>
background-color css
<style>
a { background-color: #6E579A; }
a { background-color: rgb(110,87,154); }
div.DivClassName
{
background-color: #6E579A;
}
.BgClassName
{
background-color: #6E579A;
}
</style>
border-color css
<style>
span { border-color: #6E579A; }
span { border-color: rgb(110,87,154); }
td.TdClassName
{
border-color: #6E579A;
}
.TagClassName
{
border-color: #6E579A;
}
</style>