Shades of Butterfly Bush #6E5688
Tints of Butterfly Bush #6E5688
RGB
CMYK
RGB Variations
Color information
#6E5688 (or 0x6E5688) is known color: Butterfly Bush. HEX triplet: 6E, 56 and 88. RGB value is (110,86,136). Sum of RGB (Red+Green+Blue) = 110+86+136=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 136 - color contains mainly: blue. Hex color #6E5688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5688 is #91A977. Grayscale: #626262. Windows color (decimal): -9546104 or 8935022. OLE color: 8935022.
HSL color Cylindrical-coordinate representation of color #6E5688: hue angle of 268.8º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E5688 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 86 | 136 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.47 |
| HSL | 268.8º | 0.23% | 0.44% | - |
| HSV(B) | 268.8º | 0.37% | 0.53% | - |
| XYZ | 14.2 | 11.75 | 24.81 | - |
| YUV | 98.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 136 | 0.19 | 0.37 | 0 | 0.47 | 268.8 | 0.23 | 0.44 |
| Hex | 6E | 56 | 88 | 13 | 25 | 0 | 2F | 10D | 17 | 2C |
| Octal | 156 | 126 | 210 | 23 | 45 | 0 | 57 | 415 | 27 | 54 |
| Binary | 1101110 | 1010110 | 10001000 | 10011 | 100101 | 0 | 101111 | 100001101 | 10111 | 101100 |
Color Harmonies of #6E5688
Complementary color
Monochromatic Colors of #6E5688
Black with #6E5688
Text Example
Text Example
White with #6E5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5688; }
p { color: rgb(110,86,136); }
H1.HeaderClassName
{
color: #6E5688;
}
.AnyTagClassName
{
color: #6E5688;
}
</style>
background-color css
<style>
a { background-color: #6E5688; }
a { background-color: rgb(110,86,136); }
div.DivClassName
{
background-color: #6E5688;
}
.BgClassName
{
background-color: #6E5688;
}
</style>
border-color css
<style>
span { border-color: #6E5688; }
span { border-color: rgb(110,86,136); }
td.TdClassName
{
border-color: #6E5688;
}
.TagClassName
{
border-color: #6E5688;
}
</style>