Shades of Butterfly Bush #6E5A87
Tints of Butterfly Bush #6E5A87
RGB
CMYK
RGB Variations
Color information
#6E5A87 (or 0x6E5A87) is known color: Butterfly Bush. HEX triplet: 6E, 5A and 87. RGB value is (110,90,135). Sum of RGB (Red+Green+Blue) = 110+90+135=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 90 (35.55% from 255 or 26.87% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #6E5A87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5A87 is #91A578. Grayscale: #646464. Windows color (decimal): -9545081 or 8870510. OLE color: 8870510.
HSL color Cylindrical-coordinate representation of color #6E5A87: hue angle of 266.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E5A87 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 90 | 135 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.47 |
| HSL | 266.67º | 0.2% | 0.44% | - |
| HSV(B) | 266.67º | 0.33% | 0.53% | - |
| XYZ | 14.46 | 12.38 | 24.55 | - |
| YUV | 101.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 135 | 0.19 | 0.33 | 0 | 0.47 | 266.67 | 0.2 | 0.44 |
| Hex | 6E | 5A | 87 | 13 | 21 | 0 | 2F | 10B | 14 | 2C |
| Octal | 156 | 132 | 207 | 23 | 41 | 0 | 57 | 413 | 24 | 54 |
| Binary | 1101110 | 1011010 | 10000111 | 10011 | 100001 | 0 | 101111 | 100001011 | 10100 | 101100 |
Color Harmonies of #6E5A87
Complementary color
Monochromatic Colors of #6E5A87
Black with #6E5A87
Text Example
Text Example
White with #6E5A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A87; }
p { color: rgb(110,90,135); }
H1.HeaderClassName
{
color: #6E5A87;
}
.AnyTagClassName
{
color: #6E5A87;
}
</style>
background-color css
<style>
a { background-color: #6E5A87; }
a { background-color: rgb(110,90,135); }
div.DivClassName
{
background-color: #6E5A87;
}
.BgClassName
{
background-color: #6E5A87;
}
</style>
border-color css
<style>
span { border-color: #6E5A87; }
span { border-color: rgb(110,90,135); }
td.TdClassName
{
border-color: #6E5A87;
}
.TagClassName
{
border-color: #6E5A87;
}
</style>