Shades of Butterfly Bush #6E528B
Tints of Butterfly Bush #6E528B
RGB
CMYK
RGB Variations
Color information
#6E528B (or 0x6E528B) is known color: Butterfly Bush. HEX triplet: 6E, 52 and 8B. RGB value is (110,82,139). Sum of RGB (Red+Green+Blue) = 110+82+139=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E528B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E528B is #91AD74. Grayscale: #606060. Windows color (decimal): -9547125 or 9130606. OLE color: 9130606.
HSL color Cylindrical-coordinate representation of color #6E528B: hue angle of 269.47º 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 #6E528B is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 82 | 139 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.45 |
| HSL | 269.47º | 0.26% | 0.43% | - |
| HSV(B) | 269.47º | 0.41% | 0.55% | - |
| XYZ | 14.11 | 11.21 | 25.85 | - |
| YUV | 96.87 | 151.78 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 139 | 0.21 | 0.41 | 0 | 0.45 | 269.47 | 0.26 | 0.43 |
| Hex | 6E | 52 | 8B | 15 | 29 | 0 | 2D | 10D | 1A | 2B |
| Octal | 156 | 122 | 213 | 25 | 51 | 0 | 55 | 415 | 32 | 53 |
| Binary | 1101110 | 1010010 | 10001011 | 10101 | 101001 | 0 | 101101 | 100001101 | 11010 | 101011 |
Color Harmonies of #6E528B
Complementary color
Monochromatic Colors of #6E528B
Black with #6E528B
Text Example
Text Example
White with #6E528B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E528B; }
p { color: rgb(110,82,139); }
H1.HeaderClassName
{
color: #6E528B;
}
.AnyTagClassName
{
color: #6E528B;
}
</style>
background-color css
<style>
a { background-color: #6E528B; }
a { background-color: rgb(110,82,139); }
div.DivClassName
{
background-color: #6E528B;
}
.BgClassName
{
background-color: #6E528B;
}
</style>
border-color css
<style>
span { border-color: #6E528B; }
span { border-color: rgb(110,82,139); }
td.TdClassName
{
border-color: #6E528B;
}
.TagClassName
{
border-color: #6E528B;
}
</style>