Shades of Butterfly Bush #6D569B
Tints of Butterfly Bush #6D569B
RGB
CMYK
RGB Variations
Color information
#6D569B (or 0x6D569B) is known color: Butterfly Bush. HEX triplet: 6D, 56 and 9B. RGB value is (109,86,155). Sum of RGB (Red+Green+Blue) = 109+86+155=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D569B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D569B is #92A964. Grayscale: #646464. Windows color (decimal): -9611621 or 10180205. OLE color: 10180205.
HSL color Cylindrical-coordinate representation of color #6D569B: hue angle of 260º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D569B is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 86 | 155 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.39 |
| HSL | 260º | 0.29% | 0.47% | - |
| HSV(B) | 260º | 0.45% | 0.61% | - |
| XYZ | 15.55 | 12.27 | 32.56 | - |
| YUV | 100.74 | 158.62 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 155 | 0.30 | 0.45 | 0 | 0.39 | 260 | 0.29 | 0.47 |
| Hex | 6D | 56 | 9B | 1E | 2D | 0 | 27 | 104 | 1D | 2F |
| Octal | 155 | 126 | 233 | 36 | 55 | 0 | 47 | 404 | 35 | 57 |
| Binary | 1101101 | 1010110 | 10011011 | 11110 | 101101 | 0 | 100111 | 100000100 | 11101 | 101111 |
Color Harmonies of #6D569B
Complementary color
Monochromatic Colors of #6D569B
Black with #6D569B
Text Example
Text Example
White with #6D569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D569B; }
p { color: rgb(109,86,155); }
H1.HeaderClassName
{
color: #6D569B;
}
.AnyTagClassName
{
color: #6D569B;
}
</style>
background-color css
<style>
a { background-color: #6D569B; }
a { background-color: rgb(109,86,155); }
div.DivClassName
{
background-color: #6D569B;
}
.BgClassName
{
background-color: #6D569B;
}
</style>
border-color css
<style>
span { border-color: #6D569B; }
span { border-color: rgb(109,86,155); }
td.TdClassName
{
border-color: #6D569B;
}
.TagClassName
{
border-color: #6D569B;
}
</style>