Shades of Butterfly Bush #6C578D
Tints of Butterfly Bush #6C578D
RGB
CMYK
RGB Variations
Color information
#6C578D (or 0x6C578D) is known color: Butterfly Bush. HEX triplet: 6C, 57 and 8D. RGB value is (108,87,141). Sum of RGB (Red+Green+Blue) = 108+87+141=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 87 (34.38% from 255 or 25.89% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C578D is #93A872. Grayscale: #636363. Windows color (decimal): -9676915 or 9262956. OLE color: 9262956.
HSL color Cylindrical-coordinate representation of color #6C578D: hue angle of 263.33º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C578D is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 87 | 141 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.45 |
| HSL | 263.33º | 0.24% | 0.45% | - |
| HSV(B) | 263.33º | 0.38% | 0.55% | - |
| XYZ | 14.4 | 11.93 | 26.74 | - |
| YUV | 99.44 | 151.46 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 87 | 141 | 0.23 | 0.38 | 0 | 0.45 | 263.33 | 0.24 | 0.45 |
| Hex | 6C | 57 | 8D | 17 | 26 | 0 | 2D | 107 | 18 | 2D |
| Octal | 154 | 127 | 215 | 27 | 46 | 0 | 55 | 407 | 30 | 55 |
| Binary | 1101100 | 1010111 | 10001101 | 10111 | 100110 | 0 | 101101 | 100000111 | 11000 | 101101 |
Color Harmonies of #6C578D
Complementary color
Monochromatic Colors of #6C578D
Black with #6C578D
Text Example
Text Example
White with #6C578D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C578D; }
p { color: rgb(108,87,141); }
H1.HeaderClassName
{
color: #6C578D;
}
.AnyTagClassName
{
color: #6C578D;
}
</style>
background-color css
<style>
a { background-color: #6C578D; }
a { background-color: rgb(108,87,141); }
div.DivClassName
{
background-color: #6C578D;
}
.BgClassName
{
background-color: #6C578D;
}
</style>
border-color css
<style>
span { border-color: #6C578D; }
span { border-color: rgb(108,87,141); }
td.TdClassName
{
border-color: #6C578D;
}
.TagClassName
{
border-color: #6C578D;
}
</style>