Shades of Butterfly Bush #6E5293
Tints of Butterfly Bush #6E5293
RGB
CMYK
RGB Variations
Color information
#6E5293 (or 0x6E5293) is known color: Butterfly Bush. HEX triplet: 6E, 52 and 93. RGB value is (110,82,147). Sum of RGB (Red+Green+Blue) = 110+82+147=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E5293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5293 is #91AD6C. Grayscale: #616161. Windows color (decimal): -9547117 or 9654894. OLE color: 9654894.
HSL color Cylindrical-coordinate representation of color #6E5293: hue angle of 265.85º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E5293 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 82 | 147 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.42 |
| HSL | 265.85º | 0.28% | 0.45% | - |
| HSV(B) | 265.85º | 0.44% | 0.58% | - |
| XYZ | 14.71 | 11.46 | 29.04 | - |
| YUV | 97.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 147 | 0.25 | 0.44 | 0 | 0.42 | 265.85 | 0.28 | 0.45 |
| Hex | 6E | 52 | 93 | 19 | 2C | 0 | 2A | 10A | 1C | 2D |
| Octal | 156 | 122 | 223 | 31 | 54 | 0 | 52 | 412 | 34 | 55 |
| Binary | 1101110 | 1010010 | 10010011 | 11001 | 101100 | 0 | 101010 | 100001010 | 11100 | 101101 |
Color Harmonies of #6E5293
Complementary color
Monochromatic Colors of #6E5293
Black with #6E5293
Text Example
Text Example
White with #6E5293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5293; }
p { color: rgb(110,82,147); }
H1.HeaderClassName
{
color: #6E5293;
}
.AnyTagClassName
{
color: #6E5293;
}
</style>
background-color css
<style>
a { background-color: #6E5293; }
a { background-color: rgb(110,82,147); }
div.DivClassName
{
background-color: #6E5293;
}
.BgClassName
{
background-color: #6E5293;
}
</style>
border-color css
<style>
span { border-color: #6E5293; }
span { border-color: rgb(110,82,147); }
td.TdClassName
{
border-color: #6E5293;
}
.TagClassName
{
border-color: #6E5293;
}
</style>