Shades of Butterfly Bush #6E5693
Tints of Butterfly Bush #6E5693
RGB
CMYK
RGB Variations
Color information
#6E5693 (or 0x6E5693) is known color: Butterfly Bush. HEX triplet: 6E, 56 and 93. RGB value is (110,86,147). Sum of RGB (Red+Green+Blue) = 110+86+147=343 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.07% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E5693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5693 is #91A96C. Grayscale: #636363. Windows color (decimal): -9546093 or 9655918. OLE color: 9655918.
HSL color Cylindrical-coordinate representation of color #6E5693: hue angle of 263.61º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6E5693 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 86 | 147 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.42 |
| HSL | 263.61º | 0.26% | 0.46% | - |
| HSV(B) | 263.61º | 0.41% | 0.58% | - |
| XYZ | 15.02 | 12.08 | 29.14 | - |
| YUV | 100.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 147 | 0.25 | 0.41 | 0 | 0.42 | 263.61 | 0.26 | 0.46 |
| Hex | 6E | 56 | 93 | 19 | 29 | 0 | 2A | 108 | 1A | 2E |
| Octal | 156 | 126 | 223 | 31 | 51 | 0 | 52 | 410 | 32 | 56 |
| Binary | 1101110 | 1010110 | 10010011 | 11001 | 101001 | 0 | 101010 | 100001000 | 11010 | 101110 |
Color Harmonies of #6E5693
Complementary color
Monochromatic Colors of #6E5693
Black with #6E5693
Text Example
Text Example
White with #6E5693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5693; }
p { color: rgb(110,86,147); }
H1.HeaderClassName
{
color: #6E5693;
}
.AnyTagClassName
{
color: #6E5693;
}
</style>
background-color css
<style>
a { background-color: #6E5693; }
a { background-color: rgb(110,86,147); }
div.DivClassName
{
background-color: #6E5693;
}
.BgClassName
{
background-color: #6E5693;
}
</style>
border-color css
<style>
span { border-color: #6E5693; }
span { border-color: rgb(110,86,147); }
td.TdClassName
{
border-color: #6E5693;
}
.TagClassName
{
border-color: #6E5693;
}
</style>