Shades of Butterfly Bush #6B548E
Tints of Butterfly Bush #6B548E
RGB
CMYK
RGB Variations
Color information
#6B548E (or 0x6B548E) is known color: Butterfly Bush. HEX triplet: 6B, 54 and 8E. RGB value is (107,84,142). Sum of RGB (Red+Green+Blue) = 107+84+142=333 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.13% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B548E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B548E is #94AB71. Grayscale: #616161. Windows color (decimal): -9743218 or 9327723. OLE color: 9327723.
HSL color Cylindrical-coordinate representation of color #6B548E: hue angle of 263.79º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B548E is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 84 | 142 | - |
| CMYK | 0.25 | 0.41 | 0 | 0.44 |
| HSL | 263.79º | 0.26% | 0.44% | - |
| HSV(B) | 263.79º | 0.41% | 0.56% | - |
| XYZ | 14.12 | 11.42 | 27.05 | - |
| YUV | 97.49 | 153.12 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 142 | 0.25 | 0.41 | 0 | 0.44 | 263.79 | 0.26 | 0.44 |
| Hex | 6B | 54 | 8E | 19 | 29 | 0 | 2C | 108 | 1A | 2C |
| Octal | 153 | 124 | 216 | 31 | 51 | 0 | 54 | 410 | 32 | 54 |
| Binary | 1101011 | 1010100 | 10001110 | 11001 | 101001 | 0 | 101100 | 100001000 | 11010 | 101100 |
Color Harmonies of #6B548E
Complementary color
Monochromatic Colors of #6B548E
Black with #6B548E
Text Example
Text Example
White with #6B548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B548E; }
p { color: rgb(107,84,142); }
H1.HeaderClassName
{
color: #6B548E;
}
.AnyTagClassName
{
color: #6B548E;
}
</style>
background-color css
<style>
a { background-color: #6B548E; }
a { background-color: rgb(107,84,142); }
div.DivClassName
{
background-color: #6B548E;
}
.BgClassName
{
background-color: #6B548E;
}
</style>
border-color css
<style>
span { border-color: #6B548E; }
span { border-color: rgb(107,84,142); }
td.TdClassName
{
border-color: #6B548E;
}
.TagClassName
{
border-color: #6B548E;
}
</style>