Shades of Butterfly Bush #6F548D
Tints of Butterfly Bush #6F548D
RGB
CMYK
RGB Variations
Color information
#6F548D (or 0x6F548D) is known color: Butterfly Bush. HEX triplet: 6F, 54 and 8D. RGB value is (111,84,141). Sum of RGB (Red+Green+Blue) = 111+84+141=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 141 - color contains mainly: blue. Hex color #6F548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F548D is #90AB72. Grayscale: #626262. Windows color (decimal): -9481075 or 9262191. OLE color: 9262191.
HSL color Cylindrical-coordinate representation of color #6F548D: hue angle of 268.42º 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 #6F548D is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 84 | 141 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.45 |
| HSL | 268.42º | 0.25% | 0.44% | - |
| HSV(B) | 268.42º | 0.4% | 0.55% | - |
| XYZ | 14.53 | 11.64 | 26.68 | - |
| YUV | 98.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 84 | 141 | 0.21 | 0.40 | 0 | 0.45 | 268.42 | 0.25 | 0.44 |
| Hex | 6F | 54 | 8D | 15 | 28 | 0 | 2D | 10C | 19 | 2C |
| Octal | 157 | 124 | 215 | 25 | 50 | 0 | 55 | 414 | 31 | 54 |
| Binary | 1101111 | 1010100 | 10001101 | 10101 | 101000 | 0 | 101101 | 100001100 | 11001 | 101100 |
Color Harmonies of #6F548D
Complementary color
Monochromatic Colors of #6F548D
Black with #6F548D
Text Example
Text Example
White with #6F548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F548D; }
p { color: rgb(111,84,141); }
H1.HeaderClassName
{
color: #6F548D;
}
.AnyTagClassName
{
color: #6F548D;
}
</style>
background-color css
<style>
a { background-color: #6F548D; }
a { background-color: rgb(111,84,141); }
div.DivClassName
{
background-color: #6F548D;
}
.BgClassName
{
background-color: #6F548D;
}
</style>
border-color css
<style>
span { border-color: #6F548D; }
span { border-color: rgb(111,84,141); }
td.TdClassName
{
border-color: #6F548D;
}
.TagClassName
{
border-color: #6F548D;
}
</style>