Shades of Butterfly Bush #6E5294
Tints of Butterfly Bush #6E5294
RGB
CMYK
RGB Variations
Color information
#6E5294 (or 0x6E5294) is known color: Butterfly Bush. HEX triplet: 6E, 52 and 94. RGB value is (110,82,148). Sum of RGB (Red+Green+Blue) = 110+82+148=340 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.35% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #6E5294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5294 is #91AD6B. Grayscale: #616161. Windows color (decimal): -9547116 or 9720430. OLE color: 9720430.
HSL color Cylindrical-coordinate representation of color #6E5294: hue angle of 265.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E5294 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 82 | 148 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.42 |
| HSL | 265.45º | 0.29% | 0.45% | - |
| HSV(B) | 265.45º | 0.45% | 0.58% | - |
| XYZ | 14.79 | 11.49 | 29.45 | - |
| YUV | 97.9 | 156.28 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 148 | 0.26 | 0.45 | 0 | 0.42 | 265.45 | 0.29 | 0.45 |
| Hex | 6E | 52 | 94 | 1A | 2D | 0 | 2A | 109 | 1D | 2D |
| Octal | 156 | 122 | 224 | 32 | 55 | 0 | 52 | 411 | 35 | 55 |
| Binary | 1101110 | 1010010 | 10010100 | 11010 | 101101 | 0 | 101010 | 100001001 | 11101 | 101101 |
Color Harmonies of #6E5294
Complementary color
Monochromatic Colors of #6E5294
Black with #6E5294
Text Example
Text Example
White with #6E5294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5294; }
p { color: rgb(110,82,148); }
H1.HeaderClassName
{
color: #6E5294;
}
.AnyTagClassName
{
color: #6E5294;
}
</style>
background-color css
<style>
a { background-color: #6E5294; }
a { background-color: rgb(110,82,148); }
div.DivClassName
{
background-color: #6E5294;
}
.BgClassName
{
background-color: #6E5294;
}
</style>
border-color css
<style>
span { border-color: #6E5294; }
span { border-color: rgb(110,82,148); }
td.TdClassName
{
border-color: #6E5294;
}
.TagClassName
{
border-color: #6E5294;
}
</style>