Shades of Butterfly Bush #6E5497
Tints of Butterfly Bush #6E5497
RGB
CMYK
RGB Variations
Color information
#6E5497 (or 0x6E5497) is known color: Butterfly Bush. HEX triplet: 6E, 54 and 97. RGB value is (110,84,151). Sum of RGB (Red+Green+Blue) = 110+84+151=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 151 (59.38% from 255 or 43.77% from 345); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E5497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5497 is #91AB68. Grayscale: #636363. Windows color (decimal): -9546601 or 9917550. OLE color: 9917550.
HSL color Cylindrical-coordinate representation of color #6E5497: hue angle of 263.28º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E5497 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 84 | 151 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.41 |
| HSL | 263.28º | 0.29% | 0.46% | - |
| HSV(B) | 263.28º | 0.44% | 0.59% | - |
| XYZ | 15.19 | 11.89 | 30.77 | - |
| YUV | 99.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 84 | 151 | 0.27 | 0.44 | 0 | 0.41 | 263.28 | 0.29 | 0.46 |
| Hex | 6E | 54 | 97 | 1B | 2C | 0 | 29 | 107 | 1D | 2E |
| Octal | 156 | 124 | 227 | 33 | 54 | 0 | 51 | 407 | 35 | 56 |
| Binary | 1101110 | 1010100 | 10010111 | 11011 | 101100 | 0 | 101001 | 100000111 | 11101 | 101110 |
Color Harmonies of #6E5497
Complementary color
Monochromatic Colors of #6E5497
Black with #6E5497
Text Example
Text Example
White with #6E5497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5497; }
p { color: rgb(110,84,151); }
H1.HeaderClassName
{
color: #6E5497;
}
.AnyTagClassName
{
color: #6E5497;
}
</style>
background-color css
<style>
a { background-color: #6E5497; }
a { background-color: rgb(110,84,151); }
div.DivClassName
{
background-color: #6E5497;
}
.BgClassName
{
background-color: #6E5497;
}
</style>
border-color css
<style>
span { border-color: #6E5497; }
span { border-color: rgb(110,84,151); }
td.TdClassName
{
border-color: #6E5497;
}
.TagClassName
{
border-color: #6E5497;
}
</style>