Shades of Butterfly Bush #6C4D8E
Tints of Butterfly Bush #6C4D8E
RGB
CMYK
RGB Variations
Color information
#6C4D8E (or 0x6C4D8E) is known color: Butterfly Bush. HEX triplet: 6C, 4D and 8E. RGB value is (108,77,142). Sum of RGB (Red+Green+Blue) = 108+77+142=327 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.03% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C4D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4D8E is #93B271. Grayscale: #5D5D5D. Windows color (decimal): -9679474 or 9325932. OLE color: 9325932.
HSL color Cylindrical-coordinate representation of color #6C4D8E: hue angle of 268.62º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C4D8E is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 77 | 142 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.44 |
| HSL | 268.62º | 0.3% | 0.43% | - |
| HSV(B) | 268.62º | 0.46% | 0.56% | - |
| XYZ | 13.72 | 10.45 | 26.88 | - |
| YUV | 93.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 142 | 0.24 | 0.46 | 0 | 0.44 | 268.62 | 0.3 | 0.43 |
| Hex | 6C | 4D | 8E | 18 | 2E | 0 | 2C | 10D | 1E | 2B |
| Octal | 154 | 115 | 216 | 30 | 56 | 0 | 54 | 415 | 36 | 53 |
| Binary | 1101100 | 1001101 | 10001110 | 11000 | 101110 | 0 | 101100 | 100001101 | 11110 | 101011 |
Color Harmonies of #6C4D8E
Complementary color
Monochromatic Colors of #6C4D8E
Black with #6C4D8E
Text Example
Text Example
White with #6C4D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4D8E; }
p { color: rgb(108,77,142); }
H1.HeaderClassName
{
color: #6C4D8E;
}
.AnyTagClassName
{
color: #6C4D8E;
}
</style>
background-color css
<style>
a { background-color: #6C4D8E; }
a { background-color: rgb(108,77,142); }
div.DivClassName
{
background-color: #6C4D8E;
}
.BgClassName
{
background-color: #6C4D8E;
}
</style>
border-color css
<style>
span { border-color: #6C4D8E; }
span { border-color: rgb(108,77,142); }
td.TdClassName
{
border-color: #6C4D8E;
}
.TagClassName
{
border-color: #6C4D8E;
}
</style>