Shades of Butterfly Bush #6C4D8D
Tints of Butterfly Bush #6C4D8D
RGB
CMYK
RGB Variations
Color information
#6C4D8D (or 0x6C4D8D) is known color: Butterfly Bush. HEX triplet: 6C, 4D and 8D. RGB value is (108,77,141). Sum of RGB (Red+Green+Blue) = 108+77+141=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C4D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4D8D is #93B272. Grayscale: #5D5D5D. Windows color (decimal): -9679475 or 9260396. OLE color: 9260396.
HSL color Cylindrical-coordinate representation of color #6C4D8D: hue angle of 269.06º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C4D8D is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 77 | 141 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.45 |
| HSL | 269.06º | 0.29% | 0.43% | - |
| HSV(B) | 269.06º | 0.45% | 0.55% | - |
| XYZ | 13.65 | 10.42 | 26.49 | - |
| YUV | 93.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 141 | 0.23 | 0.45 | 0 | 0.45 | 269.06 | 0.29 | 0.43 |
| Hex | 6C | 4D | 8D | 17 | 2D | 0 | 2D | 10D | 1D | 2B |
| Octal | 154 | 115 | 215 | 27 | 55 | 0 | 55 | 415 | 35 | 53 |
| Binary | 1101100 | 1001101 | 10001101 | 10111 | 101101 | 0 | 101101 | 100001101 | 11101 | 101011 |
Color Harmonies of #6C4D8D
Complementary color
Monochromatic Colors of #6C4D8D
Black with #6C4D8D
Text Example
Text Example
White with #6C4D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4D8D; }
p { color: rgb(108,77,141); }
H1.HeaderClassName
{
color: #6C4D8D;
}
.AnyTagClassName
{
color: #6C4D8D;
}
</style>
background-color css
<style>
a { background-color: #6C4D8D; }
a { background-color: rgb(108,77,141); }
div.DivClassName
{
background-color: #6C4D8D;
}
.BgClassName
{
background-color: #6C4D8D;
}
</style>
border-color css
<style>
span { border-color: #6C4D8D; }
span { border-color: rgb(108,77,141); }
td.TdClassName
{
border-color: #6C4D8D;
}
.TagClassName
{
border-color: #6C4D8D;
}
</style>