Shades of Butterfly Bush #6D528B
Tints of Butterfly Bush #6D528B
RGB
CMYK
RGB Variations
Color information
#6D528B (or 0x6D528B) is known color: Butterfly Bush. HEX triplet: 6D, 52 and 8B. RGB value is (109,82,139). Sum of RGB (Red+Green+Blue) = 109+82+139=330 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.03% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #6D528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D528B is #92AD74. Grayscale: #606060. Windows color (decimal): -9612661 or 9130605. OLE color: 9130605.
HSL color Cylindrical-coordinate representation of color #6D528B: hue angle of 268.42º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D528B is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 82 | 139 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.45 |
| HSL | 268.42º | 0.26% | 0.43% | - |
| HSV(B) | 268.42º | 0.41% | 0.55% | - |
| XYZ | 13.98 | 11.15 | 25.84 | - |
| YUV | 96.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 82 | 139 | 0.22 | 0.41 | 0 | 0.45 | 268.42 | 0.26 | 0.43 |
| Hex | 6D | 52 | 8B | 16 | 29 | 0 | 2D | 10C | 1A | 2B |
| Octal | 155 | 122 | 213 | 26 | 51 | 0 | 55 | 414 | 32 | 53 |
| Binary | 1101101 | 1010010 | 10001011 | 10110 | 101001 | 0 | 101101 | 100001100 | 11010 | 101011 |
Color Harmonies of #6D528B
Complementary color
Monochromatic Colors of #6D528B
Black with #6D528B
Text Example
Text Example
White with #6D528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D528B; }
p { color: rgb(109,82,139); }
H1.HeaderClassName
{
color: #6D528B;
}
.AnyTagClassName
{
color: #6D528B;
}
</style>
background-color css
<style>
a { background-color: #6D528B; }
a { background-color: rgb(109,82,139); }
div.DivClassName
{
background-color: #6D528B;
}
.BgClassName
{
background-color: #6D528B;
}
</style>
border-color css
<style>
span { border-color: #6D528B; }
span { border-color: rgb(109,82,139); }
td.TdClassName
{
border-color: #6D528B;
}
.TagClassName
{
border-color: #6D528B;
}
</style>