Shades of Butterfly Bush #6D569C
Tints of Butterfly Bush #6D569C
RGB
CMYK
RGB Variations
Color information
#6D569C (or 0x6D569C) is known color: Butterfly Bush. HEX triplet: 6D, 56 and 9C. RGB value is (109,86,156). Sum of RGB (Red+Green+Blue) = 109+86+156=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #6D569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D569C is #92A963. Grayscale: #646464. Windows color (decimal): -9611620 or 10245741. OLE color: 10245741.
HSL color Cylindrical-coordinate representation of color #6D569C: hue angle of 259.71º 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 #6D569C is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 86 | 156 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.39 |
| HSL | 259.71º | 0.29% | 0.47% | - |
| HSV(B) | 259.71º | 0.45% | 0.61% | - |
| XYZ | 15.64 | 12.31 | 33 | - |
| YUV | 100.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 156 | 0.30 | 0.45 | 0 | 0.39 | 259.71 | 0.29 | 0.47 |
| Hex | 6D | 56 | 9C | 1E | 2D | 0 | 27 | 104 | 1D | 2F |
| Octal | 155 | 126 | 234 | 36 | 55 | 0 | 47 | 404 | 35 | 57 |
| Binary | 1101101 | 1010110 | 10011100 | 11110 | 101101 | 0 | 100111 | 100000100 | 11101 | 101111 |
Color Harmonies of #6D569C
Complementary color
Monochromatic Colors of #6D569C
Black with #6D569C
Text Example
Text Example
White with #6D569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D569C; }
p { color: rgb(109,86,156); }
H1.HeaderClassName
{
color: #6D569C;
}
.AnyTagClassName
{
color: #6D569C;
}
</style>
background-color css
<style>
a { background-color: #6D569C; }
a { background-color: rgb(109,86,156); }
div.DivClassName
{
background-color: #6D569C;
}
.BgClassName
{
background-color: #6D569C;
}
</style>
border-color css
<style>
span { border-color: #6D569C; }
span { border-color: rgb(109,86,156); }
td.TdClassName
{
border-color: #6D569C;
}
.TagClassName
{
border-color: #6D569C;
}
</style>