Shades of Butterfly Bush #6D5195
Tints of Butterfly Bush #6D5195
RGB
CMYK
RGB Variations
Color information
#6D5195 (or 0x6D5195) is known color: Butterfly Bush. HEX triplet: 6D, 51 and 95. RGB value is (109,81,149). Sum of RGB (Red+Green+Blue) = 109+81+149=339 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.15% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #6D5195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5195 is #92AE6A. Grayscale: #606060. Windows color (decimal): -9612907 or 9785709. OLE color: 9785709.
HSL color Cylindrical-coordinate representation of color #6D5195: hue angle of 264.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D5195 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 81 | 149 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.42 |
| HSL | 264.71º | 0.3% | 0.45% | - |
| HSV(B) | 264.71º | 0.46% | 0.58% | - |
| XYZ | 14.67 | 11.31 | 29.84 | - |
| YUV | 97.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 81 | 149 | 0.27 | 0.46 | 0 | 0.42 | 264.71 | 0.3 | 0.45 |
| Hex | 6D | 51 | 95 | 1B | 2E | 0 | 2A | 109 | 1E | 2D |
| Octal | 155 | 121 | 225 | 33 | 56 | 0 | 52 | 411 | 36 | 55 |
| Binary | 1101101 | 1010001 | 10010101 | 11011 | 101110 | 0 | 101010 | 100001001 | 11110 | 101101 |
Color Harmonies of #6D5195
Complementary color
Monochromatic Colors of #6D5195
Black with #6D5195
Text Example
Text Example
White with #6D5195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5195; }
p { color: rgb(109,81,149); }
H1.HeaderClassName
{
color: #6D5195;
}
.AnyTagClassName
{
color: #6D5195;
}
</style>
background-color css
<style>
a { background-color: #6D5195; }
a { background-color: rgb(109,81,149); }
div.DivClassName
{
background-color: #6D5195;
}
.BgClassName
{
background-color: #6D5195;
}
</style>
border-color css
<style>
span { border-color: #6D5195; }
span { border-color: rgb(109,81,149); }
td.TdClassName
{
border-color: #6D5195;
}
.TagClassName
{
border-color: #6D5195;
}
</style>