Shades of Butterfly Bush #6C4E91
Tints of Butterfly Bush #6C4E91
RGB
CMYK
RGB Variations
Color information
#6C4E91 (or 0x6C4E91) is known color: Butterfly Bush. HEX triplet: 6C, 4E and 91. RGB value is (108,78,145). Sum of RGB (Red+Green+Blue) = 108+78+145=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #6C4E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4E91 is #93B16E. Grayscale: #5E5E5E. Windows color (decimal): -9679215 or 9522796. OLE color: 9522796.
HSL color Cylindrical-coordinate representation of color #6C4E91: hue angle of 266.87º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C4E91 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 108 | 78 | 145 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.43 |
| HSL | 266.87º | 0.3% | 0.44% | - |
| HSV(B) | 266.87º | 0.46% | 0.57% | - |
| XYZ | 14.02 | 10.68 | 28.11 | - |
| YUV | 94.61 | 156.44 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 145 | 0.26 | 0.46 | 0 | 0.43 | 266.87 | 0.3 | 0.44 |
| Hex | 6C | 4E | 91 | 1A | 2E | 0 | 2B | 10B | 1E | 2C |
| Octal | 154 | 116 | 221 | 32 | 56 | 0 | 53 | 413 | 36 | 54 |
| Binary | 1101100 | 1001110 | 10010001 | 11010 | 101110 | 0 | 101011 | 100001011 | 11110 | 101100 |
Color Harmonies of #6C4E91
Complementary color
Monochromatic Colors of #6C4E91
Black with #6C4E91
Text Example
Text Example
White with #6C4E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4E91; }
p { color: rgb(108,78,145); }
H1.HeaderClassName
{
color: #6C4E91;
}
.AnyTagClassName
{
color: #6C4E91;
}
</style>
background-color css
<style>
a { background-color: #6C4E91; }
a { background-color: rgb(108,78,145); }
div.DivClassName
{
background-color: #6C4E91;
}
.BgClassName
{
background-color: #6C4E91;
}
</style>
border-color css
<style>
span { border-color: #6C4E91; }
span { border-color: rgb(108,78,145); }
td.TdClassName
{
border-color: #6C4E91;
}
.TagClassName
{
border-color: #6C4E91;
}
</style>