Shades of Butterfly Bush #6E5394
Tints of Butterfly Bush #6E5394
RGB
CMYK
RGB Variations
Color information
#6E5394 (or 0x6E5394) is known color: Butterfly Bush. HEX triplet: 6E, 53 and 94. RGB value is (110,83,148). Sum of RGB (Red+Green+Blue) = 110+83+148=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E5394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5394 is #91AC6B. Grayscale: #626262. Windows color (decimal): -9546860 or 9720686. OLE color: 9720686.
HSL color Cylindrical-coordinate representation of color #6E5394: hue angle of 264.92º 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 #6E5394 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 83 | 148 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.42 |
| HSL | 264.92º | 0.28% | 0.45% | - |
| HSV(B) | 264.92º | 0.44% | 0.58% | - |
| XYZ | 14.87 | 11.64 | 29.48 | - |
| YUV | 98.48 | 155.95 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 148 | 0.26 | 0.44 | 0 | 0.42 | 264.92 | 0.28 | 0.45 |
| Hex | 6E | 53 | 94 | 1A | 2C | 0 | 2A | 109 | 1C | 2D |
| Octal | 156 | 123 | 224 | 32 | 54 | 0 | 52 | 411 | 34 | 55 |
| Binary | 1101110 | 1010011 | 10010100 | 11010 | 101100 | 0 | 101010 | 100001001 | 11100 | 101101 |
Color Harmonies of #6E5394
Complementary color
Monochromatic Colors of #6E5394
Black with #6E5394
Text Example
Text Example
White with #6E5394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5394; }
p { color: rgb(110,83,148); }
H1.HeaderClassName
{
color: #6E5394;
}
.AnyTagClassName
{
color: #6E5394;
}
</style>
background-color css
<style>
a { background-color: #6E5394; }
a { background-color: rgb(110,83,148); }
div.DivClassName
{
background-color: #6E5394;
}
.BgClassName
{
background-color: #6E5394;
}
</style>
border-color css
<style>
span { border-color: #6E5394; }
span { border-color: rgb(110,83,148); }
td.TdClassName
{
border-color: #6E5394;
}
.TagClassName
{
border-color: #6E5394;
}
</style>