Shades of Butterfly Bush #6D5E95
Tints of Butterfly Bush #6D5E95
RGB
CMYK
RGB Variations
Color information
#6D5E95 (or 0x6D5E95) is known color: Butterfly Bush. HEX triplet: 6D, 5E and 95. RGB value is (109,94,149). Sum of RGB (Red+Green+Blue) = 109+94+149=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 149 (58.59% from 255 or 42.33% from 352); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D5E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5E95 is #92A16A. Grayscale: #686868. Windows color (decimal): -9609579 or 9789037. OLE color: 9789037.
HSL color Cylindrical-coordinate representation of color #6D5E95: hue angle of 256.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D5E95 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 94 | 149 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.42 |
| HSL | 256.36º | 0.23% | 0.48% | - |
| HSV(B) | 256.36º | 0.37% | 0.58% | - |
| XYZ | 15.73 | 13.43 | 30.2 | - |
| YUV | 104.76 | 152.97 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 94 | 149 | 0.27 | 0.37 | 0 | 0.42 | 256.36 | 0.23 | 0.48 |
| Hex | 6D | 5E | 95 | 1B | 25 | 0 | 2A | 100 | 17 | 30 |
| Octal | 155 | 136 | 225 | 33 | 45 | 0 | 52 | 400 | 27 | 60 |
| Binary | 1101101 | 1011110 | 10010101 | 11011 | 100101 | 0 | 101010 | 100000000 | 10111 | 110000 |
Color Harmonies of #6D5E95
Complementary color
Monochromatic Colors of #6D5E95
Black with #6D5E95
Text Example
Text Example
White with #6D5E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5E95; }
p { color: rgb(109,94,149); }
H1.HeaderClassName
{
color: #6D5E95;
}
.AnyTagClassName
{
color: #6D5E95;
}
</style>
background-color css
<style>
a { background-color: #6D5E95; }
a { background-color: rgb(109,94,149); }
div.DivClassName
{
background-color: #6D5E95;
}
.BgClassName
{
background-color: #6D5E95;
}
</style>
border-color css
<style>
span { border-color: #6D5E95; }
span { border-color: rgb(109,94,149); }
td.TdClassName
{
border-color: #6D5E95;
}
.TagClassName
{
border-color: #6D5E95;
}
</style>