Shades of Butterfly Bush #6B518B
Tints of Butterfly Bush #6B518B
RGB
CMYK
RGB Variations
Color information
#6B518B (or 0x6B518B) is known color: Butterfly Bush. HEX triplet: 6B, 51 and 8B. RGB value is (107,81,139). Sum of RGB (Red+Green+Blue) = 107+81+139=327 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.72% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B518B is #94AE74. Grayscale: #5F5F5F. Windows color (decimal): -9743989 or 9130347. OLE color: 9130347.
HSL color Cylindrical-coordinate representation of color #6B518B: hue angle of 266.9º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B518B is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 81 | 139 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.45 |
| HSL | 266.9º | 0.26% | 0.43% | - |
| HSV(B) | 266.9º | 0.42% | 0.55% | - |
| XYZ | 13.67 | 10.87 | 25.8 | - |
| YUV | 95.39 | 152.61 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 139 | 0.23 | 0.42 | 0 | 0.45 | 266.9 | 0.26 | 0.43 |
| Hex | 6B | 51 | 8B | 17 | 2A | 0 | 2D | 10B | 1A | 2B |
| Octal | 153 | 121 | 213 | 27 | 52 | 0 | 55 | 413 | 32 | 53 |
| Binary | 1101011 | 1010001 | 10001011 | 10111 | 101010 | 0 | 101101 | 100001011 | 11010 | 101011 |
Color Harmonies of #6B518B
Complementary color
Monochromatic Colors of #6B518B
Black with #6B518B
Text Example
Text Example
White with #6B518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B518B; }
p { color: rgb(107,81,139); }
H1.HeaderClassName
{
color: #6B518B;
}
.AnyTagClassName
{
color: #6B518B;
}
</style>
background-color css
<style>
a { background-color: #6B518B; }
a { background-color: rgb(107,81,139); }
div.DivClassName
{
background-color: #6B518B;
}
.BgClassName
{
background-color: #6B518B;
}
</style>
border-color css
<style>
span { border-color: #6B518B; }
span { border-color: rgb(107,81,139); }
td.TdClassName
{
border-color: #6B518B;
}
.TagClassName
{
border-color: #6B518B;
}
</style>