Shades of Butterfly Bush #6E578A
Tints of Butterfly Bush #6E578A
RGB
CMYK
RGB Variations
Color information
#6E578A (or 0x6E578A) is known color: Butterfly Bush. HEX triplet: 6E, 57 and 8A. RGB value is (110,87,138). Sum of RGB (Red+Green+Blue) = 110+87+138=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 87 (34.38% from 255 or 25.97% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 138 - color contains mainly: blue. Hex color #6E578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E578A is #91A875. Grayscale: #636363. Windows color (decimal): -9545846 or 9066350. OLE color: 9066350.
HSL color Cylindrical-coordinate representation of color #6E578A: hue angle of 267.06º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E578A is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 87 | 138 | - |
| CMYK | 0.20 | 0.37 | 0 | 0.46 |
| HSL | 267.06º | 0.23% | 0.44% | - |
| HSV(B) | 267.06º | 0.37% | 0.54% | - |
| XYZ | 14.43 | 11.97 | 25.59 | - |
| YUV | 99.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 87 | 138 | 0.20 | 0.37 | 0 | 0.46 | 267.06 | 0.23 | 0.44 |
| Hex | 6E | 57 | 8A | 14 | 25 | 0 | 2E | 10B | 17 | 2C |
| Octal | 156 | 127 | 212 | 24 | 45 | 0 | 56 | 413 | 27 | 54 |
| Binary | 1101110 | 1010111 | 10001010 | 10100 | 100101 | 0 | 101110 | 100001011 | 10111 | 101100 |
Color Harmonies of #6E578A
Complementary color
Monochromatic Colors of #6E578A
Black with #6E578A
Text Example
Text Example
White with #6E578A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E578A; }
p { color: rgb(110,87,138); }
H1.HeaderClassName
{
color: #6E578A;
}
.AnyTagClassName
{
color: #6E578A;
}
</style>
background-color css
<style>
a { background-color: #6E578A; }
a { background-color: rgb(110,87,138); }
div.DivClassName
{
background-color: #6E578A;
}
.BgClassName
{
background-color: #6E578A;
}
</style>
border-color css
<style>
span { border-color: #6E578A; }
span { border-color: rgb(110,87,138); }
td.TdClassName
{
border-color: #6E578A;
}
.TagClassName
{
border-color: #6E578A;
}
</style>