Shades of Butterfly Bush #6B549B
Tints of Butterfly Bush #6B549B
RGB
CMYK
RGB Variations
Color information
#6B549B (or 0x6B549B) is known color: Butterfly Bush. HEX triplet: 6B, 54 and 9B. RGB value is (107,84,155). Sum of RGB (Red+Green+Blue) = 107+84+155=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B549B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B549B is #94AB64. Grayscale: #626262. Windows color (decimal): -9743205 or 10179691. OLE color: 10179691.
HSL color Cylindrical-coordinate representation of color #6B549B: hue angle of 259.44º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B549B is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 107 | 84 | 155 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.39 |
| HSL | 259.44º | 0.3% | 0.47% | - |
| HSV(B) | 259.44º | 0.46% | 0.61% | - |
| XYZ | 15.15 | 11.83 | 32.5 | - |
| YUV | 98.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 84 | 155 | 0.31 | 0.46 | 0 | 0.39 | 259.44 | 0.3 | 0.47 |
| Hex | 6B | 54 | 9B | 1F | 2E | 0 | 27 | 103 | 1E | 2F |
| Octal | 153 | 124 | 233 | 37 | 56 | 0 | 47 | 403 | 36 | 57 |
| Binary | 1101011 | 1010100 | 10011011 | 11111 | 101110 | 0 | 100111 | 100000011 | 11110 | 101111 |
Color Harmonies of #6B549B
Complementary color
Monochromatic Colors of #6B549B
Black with #6B549B
Text Example
Text Example
White with #6B549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B549B; }
p { color: rgb(107,84,155); }
H1.HeaderClassName
{
color: #6B549B;
}
.AnyTagClassName
{
color: #6B549B;
}
</style>
background-color css
<style>
a { background-color: #6B549B; }
a { background-color: rgb(107,84,155); }
div.DivClassName
{
background-color: #6B549B;
}
.BgClassName
{
background-color: #6B549B;
}
</style>
border-color css
<style>
span { border-color: #6B549B; }
span { border-color: rgb(107,84,155); }
td.TdClassName
{
border-color: #6B549B;
}
.TagClassName
{
border-color: #6B549B;
}
</style>