Shades of Butterfly Bush #6E548B
Tints of Butterfly Bush #6E548B
RGB
CMYK
RGB Variations
Color information
#6E548B (or 0x6E548B) is known color: Butterfly Bush. HEX triplet: 6E, 54 and 8B. RGB value is (110,84,139). Sum of RGB (Red+Green+Blue) = 110+84+139=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #6E548B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E548B is #91AB74. Grayscale: #616161. Windows color (decimal): -9546613 or 9131118. OLE color: 9131118.
HSL color Cylindrical-coordinate representation of color #6E548B: hue angle of 268.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E548B is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 84 | 139 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.45 |
| HSL | 268.36º | 0.25% | 0.44% | - |
| HSV(B) | 268.36º | 0.4% | 0.55% | - |
| XYZ | 14.26 | 11.52 | 25.9 | - |
| YUV | 98.04 | 151.11 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 84 | 139 | 0.21 | 0.40 | 0 | 0.45 | 268.36 | 0.25 | 0.44 |
| Hex | 6E | 54 | 8B | 15 | 28 | 0 | 2D | 10C | 19 | 2C |
| Octal | 156 | 124 | 213 | 25 | 50 | 0 | 55 | 414 | 31 | 54 |
| Binary | 1101110 | 1010100 | 10001011 | 10101 | 101000 | 0 | 101101 | 100001100 | 11001 | 101100 |
Color Harmonies of #6E548B
Complementary color
Monochromatic Colors of #6E548B
Black with #6E548B
Text Example
Text Example
White with #6E548B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E548B; }
p { color: rgb(110,84,139); }
H1.HeaderClassName
{
color: #6E548B;
}
.AnyTagClassName
{
color: #6E548B;
}
</style>
background-color css
<style>
a { background-color: #6E548B; }
a { background-color: rgb(110,84,139); }
div.DivClassName
{
background-color: #6E548B;
}
.BgClassName
{
background-color: #6E548B;
}
</style>
border-color css
<style>
span { border-color: #6E548B; }
span { border-color: rgb(110,84,139); }
td.TdClassName
{
border-color: #6E548B;
}
.TagClassName
{
border-color: #6E548B;
}
</style>