Shades of Butterfly Bush #6E5989
Tints of Butterfly Bush #6E5989
RGB
CMYK
RGB Variations
Color information
#6E5989 (or 0x6E5989) is known color: Butterfly Bush. HEX triplet: 6E, 59 and 89. RGB value is (110,89,137). Sum of RGB (Red+Green+Blue) = 110+89+137=336 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.74% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #6E5989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5989 is #91A676. Grayscale: #646464. Windows color (decimal): -9545335 or 9001326. OLE color: 9001326.
HSL color Cylindrical-coordinate representation of color #6E5989: hue angle of 266.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E5989 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 89 | 137 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.46 |
| HSL | 266.25º | 0.21% | 0.44% | - |
| HSV(B) | 266.25º | 0.35% | 0.54% | - |
| XYZ | 14.52 | 12.27 | 25.27 | - |
| YUV | 100.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 89 | 137 | 0.20 | 0.35 | 0 | 0.46 | 266.25 | 0.21 | 0.44 |
| Hex | 6E | 59 | 89 | 14 | 23 | 0 | 2E | 10A | 15 | 2C |
| Octal | 156 | 131 | 211 | 24 | 43 | 0 | 56 | 412 | 25 | 54 |
| Binary | 1101110 | 1011001 | 10001001 | 10100 | 100011 | 0 | 101110 | 100001010 | 10101 | 101100 |
Color Harmonies of #6E5989
Complementary color
Monochromatic Colors of #6E5989
Black with #6E5989
Text Example
Text Example
White with #6E5989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5989; }
p { color: rgb(110,89,137); }
H1.HeaderClassName
{
color: #6E5989;
}
.AnyTagClassName
{
color: #6E5989;
}
</style>
background-color css
<style>
a { background-color: #6E5989; }
a { background-color: rgb(110,89,137); }
div.DivClassName
{
background-color: #6E5989;
}
.BgClassName
{
background-color: #6E5989;
}
</style>
border-color css
<style>
span { border-color: #6E5989; }
span { border-color: rgb(110,89,137); }
td.TdClassName
{
border-color: #6E5989;
}
.TagClassName
{
border-color: #6E5989;
}
</style>