Shades of Butterfly Bush #6C528D
Tints of Butterfly Bush #6C528D
RGB
CMYK
RGB Variations
Color information
#6C528D (or 0x6C528D) is known color: Butterfly Bush. HEX triplet: 6C, 52 and 8D. RGB value is (108,82,141). Sum of RGB (Red+Green+Blue) = 108+82+141=331 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.63% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C528D is #93AD72. Grayscale: #606060. Windows color (decimal): -9678195 or 9261676. OLE color: 9261676.
HSL color Cylindrical-coordinate representation of color #6C528D: hue angle of 266.44º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C528D is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 82 | 141 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.45 |
| HSL | 266.44º | 0.26% | 0.44% | - |
| HSV(B) | 266.44º | 0.42% | 0.55% | - |
| XYZ | 14.01 | 11.15 | 26.61 | - |
| YUV | 96.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 82 | 141 | 0.23 | 0.42 | 0 | 0.45 | 266.44 | 0.26 | 0.44 |
| Hex | 6C | 52 | 8D | 17 | 2A | 0 | 2D | 10A | 1A | 2C |
| Octal | 154 | 122 | 215 | 27 | 52 | 0 | 55 | 412 | 32 | 54 |
| Binary | 1101100 | 1010010 | 10001101 | 10111 | 101010 | 0 | 101101 | 100001010 | 11010 | 101100 |
Color Harmonies of #6C528D
Complementary color
Monochromatic Colors of #6C528D
Black with #6C528D
Text Example
Text Example
White with #6C528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C528D; }
p { color: rgb(108,82,141); }
H1.HeaderClassName
{
color: #6C528D;
}
.AnyTagClassName
{
color: #6C528D;
}
</style>
background-color css
<style>
a { background-color: #6C528D; }
a { background-color: rgb(108,82,141); }
div.DivClassName
{
background-color: #6C528D;
}
.BgClassName
{
background-color: #6C528D;
}
</style>
border-color css
<style>
span { border-color: #6C528D; }
span { border-color: rgb(108,82,141); }
td.TdClassName
{
border-color: #6C528D;
}
.TagClassName
{
border-color: #6C528D;
}
</style>