Shades of Butterfly Bush #6D5696
Tints of Butterfly Bush #6D5696
RGB
CMYK
RGB Variations
Color information
#6D5696 (or 0x6D5696) is known color: Butterfly Bush. HEX triplet: 6D, 56 and 96. RGB value is (109,86,150). Sum of RGB (Red+Green+Blue) = 109+86+150=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D5696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5696 is #92A969. Grayscale: #636363. Windows color (decimal): -9611626 or 9852525. OLE color: 9852525.
HSL color Cylindrical-coordinate representation of color #6D5696: hue angle of 261.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D5696 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 109 | 86 | 150 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.41 |
| HSL | 261.56º | 0.27% | 0.46% | - |
| HSV(B) | 261.56º | 0.43% | 0.59% | - |
| XYZ | 15.14 | 12.11 | 30.39 | - |
| YUV | 100.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 150 | 0.27 | 0.43 | 0 | 0.41 | 261.56 | 0.27 | 0.46 |
| Hex | 6D | 56 | 96 | 1B | 2B | 0 | 29 | 106 | 1B | 2E |
| Octal | 155 | 126 | 226 | 33 | 53 | 0 | 51 | 406 | 33 | 56 |
| Binary | 1101101 | 1010110 | 10010110 | 11011 | 101011 | 0 | 101001 | 100000110 | 11011 | 101110 |
Color Harmonies of #6D5696
Complementary color
Monochromatic Colors of #6D5696
Black with #6D5696
Text Example
Text Example
White with #6D5696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5696; }
p { color: rgb(109,86,150); }
H1.HeaderClassName
{
color: #6D5696;
}
.AnyTagClassName
{
color: #6D5696;
}
</style>
background-color css
<style>
a { background-color: #6D5696; }
a { background-color: rgb(109,86,150); }
div.DivClassName
{
background-color: #6D5696;
}
.BgClassName
{
background-color: #6D5696;
}
</style>
border-color css
<style>
span { border-color: #6D5696; }
span { border-color: rgb(109,86,150); }
td.TdClassName
{
border-color: #6D5696;
}
.TagClassName
{
border-color: #6D5696;
}
</style>