Shades of Butterfly Bush #6E5597
Tints of Butterfly Bush #6E5597
RGB
CMYK
RGB Variations
Color information
#6E5597 (or 0x6E5597) is known color: Butterfly Bush. HEX triplet: 6E, 55 and 97. RGB value is (110,85,151). Sum of RGB (Red+Green+Blue) = 110+85+151=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #6E5597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5597 is #91AA68. Grayscale: #636363. Windows color (decimal): -9546345 or 9917806. OLE color: 9917806.
HSL color Cylindrical-coordinate representation of color #6E5597: hue angle of 262.73º degrees, saturation: 0.28, 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 #6E5597 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 110 | 85 | 151 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.41 |
| HSL | 262.73º | 0.28% | 0.46% | - |
| HSV(B) | 262.73º | 0.44% | 0.59% | - |
| XYZ | 15.26 | 12.05 | 30.8 | - |
| YUV | 100 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 151 | 0.27 | 0.44 | 0 | 0.41 | 262.73 | 0.28 | 0.46 |
| Hex | 6E | 55 | 97 | 1B | 2C | 0 | 29 | 107 | 1C | 2E |
| Octal | 156 | 125 | 227 | 33 | 54 | 0 | 51 | 407 | 34 | 56 |
| Binary | 1101110 | 1010101 | 10010111 | 11011 | 101100 | 0 | 101001 | 100000111 | 11100 | 101110 |
Color Harmonies of #6E5597
Complementary color
Monochromatic Colors of #6E5597
Black with #6E5597
Text Example
Text Example
White with #6E5597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5597; }
p { color: rgb(110,85,151); }
H1.HeaderClassName
{
color: #6E5597;
}
.AnyTagClassName
{
color: #6E5597;
}
</style>
background-color css
<style>
a { background-color: #6E5597; }
a { background-color: rgb(110,85,151); }
div.DivClassName
{
background-color: #6E5597;
}
.BgClassName
{
background-color: #6E5597;
}
</style>
border-color css
<style>
span { border-color: #6E5597; }
span { border-color: rgb(110,85,151); }
td.TdClassName
{
border-color: #6E5597;
}
.TagClassName
{
border-color: #6E5597;
}
</style>