Shades of Butterfly Bush #6B528D
Tints of Butterfly Bush #6B528D
RGB
CMYK
RGB Variations
Color information
#6B528D (or 0x6B528D) is known color: Butterfly Bush. HEX triplet: 6B, 52 and 8D. RGB value is (107,82,141). Sum of RGB (Red+Green+Blue) = 107+82+141=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B528D is #94AD72. Grayscale: #5F5F5F. Windows color (decimal): -9743731 or 9261675. OLE color: 9261675.
HSL color Cylindrical-coordinate representation of color #6B528D: hue angle of 265.42º 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 #6B528D is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 82 | 141 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.45 |
| HSL | 265.42º | 0.26% | 0.44% | - |
| HSV(B) | 265.42º | 0.42% | 0.55% | - |
| XYZ | 13.89 | 11.08 | 26.61 | - |
| YUV | 96.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 141 | 0.24 | 0.42 | 0 | 0.45 | 265.42 | 0.26 | 0.44 |
| Hex | 6B | 52 | 8D | 18 | 2A | 0 | 2D | 109 | 1A | 2C |
| Octal | 153 | 122 | 215 | 30 | 52 | 0 | 55 | 411 | 32 | 54 |
| Binary | 1101011 | 1010010 | 10001101 | 11000 | 101010 | 0 | 101101 | 100001001 | 11010 | 101100 |
Color Harmonies of #6B528D
Complementary color
Monochromatic Colors of #6B528D
Black with #6B528D
Text Example
Text Example
White with #6B528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B528D; }
p { color: rgb(107,82,141); }
H1.HeaderClassName
{
color: #6B528D;
}
.AnyTagClassName
{
color: #6B528D;
}
</style>
background-color css
<style>
a { background-color: #6B528D; }
a { background-color: rgb(107,82,141); }
div.DivClassName
{
background-color: #6B528D;
}
.BgClassName
{
background-color: #6B528D;
}
</style>
border-color css
<style>
span { border-color: #6B528D; }
span { border-color: rgb(107,82,141); }
td.TdClassName
{
border-color: #6B528D;
}
.TagClassName
{
border-color: #6B528D;
}
</style>