Shades of Butterfly Bush #6E4F8E
Tints of Butterfly Bush #6E4F8E
RGB
CMYK
RGB Variations
Color information
#6E4F8E (or 0x6E4F8E) is known color: Butterfly Bush. HEX triplet: 6E, 4F and 8E. RGB value is (110,79,142). Sum of RGB (Red+Green+Blue) = 110+79+142=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 79 (31.25% from 255 or 23.87% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E4F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4F8E is #91B071. Grayscale: #5F5F5F. Windows color (decimal): -9547890 or 9326446. OLE color: 9326446.
HSL color Cylindrical-coordinate representation of color #6E4F8E: hue angle of 269.52º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E4F8E is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 79 | 142 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.44 |
| HSL | 269.52º | 0.29% | 0.43% | - |
| HSV(B) | 269.52º | 0.44% | 0.56% | - |
| XYZ | 14.11 | 10.86 | 26.94 | - |
| YUV | 95.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 79 | 142 | 0.23 | 0.44 | 0 | 0.44 | 269.52 | 0.29 | 0.43 |
| Hex | 6E | 4F | 8E | 17 | 2C | 0 | 2C | 10E | 1D | 2B |
| Octal | 156 | 117 | 216 | 27 | 54 | 0 | 54 | 416 | 35 | 53 |
| Binary | 1101110 | 1001111 | 10001110 | 10111 | 101100 | 0 | 101100 | 100001110 | 11101 | 101011 |
Color Harmonies of #6E4F8E
Complementary color
Monochromatic Colors of #6E4F8E
Black with #6E4F8E
Text Example
Text Example
White with #6E4F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4F8E; }
p { color: rgb(110,79,142); }
H1.HeaderClassName
{
color: #6E4F8E;
}
.AnyTagClassName
{
color: #6E4F8E;
}
</style>
background-color css
<style>
a { background-color: #6E4F8E; }
a { background-color: rgb(110,79,142); }
div.DivClassName
{
background-color: #6E4F8E;
}
.BgClassName
{
background-color: #6E4F8E;
}
</style>
border-color css
<style>
span { border-color: #6E4F8E; }
span { border-color: rgb(110,79,142); }
td.TdClassName
{
border-color: #6E4F8E;
}
.TagClassName
{
border-color: #6E4F8E;
}
</style>