Shades of Butterfly Bush #6B518D
Tints of Butterfly Bush #6B518D
RGB
CMYK
RGB Variations
Color information
#6B518D (or 0x6B518D) is known color: Butterfly Bush. HEX triplet: 6B, 51 and 8D. RGB value is (107,81,141). Sum of RGB (Red+Green+Blue) = 107+81+141=329 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.52% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #6B518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B518D is #94AE72. Grayscale: #5F5F5F. Windows color (decimal): -9743987 or 9261419. OLE color: 9261419.
HSL color Cylindrical-coordinate representation of color #6B518D: hue angle of 266º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B518D is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 81 | 141 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.45 |
| HSL | 266º | 0.27% | 0.44% | - |
| HSV(B) | 266º | 0.43% | 0.55% | - |
| XYZ | 13.81 | 10.93 | 26.58 | - |
| YUV | 95.61 | 153.61 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 81 | 141 | 0.24 | 0.43 | 0 | 0.45 | 266 | 0.27 | 0.44 |
| Hex | 6B | 51 | 8D | 18 | 2B | 0 | 2D | 10A | 1B | 2C |
| Octal | 153 | 121 | 215 | 30 | 53 | 0 | 55 | 412 | 33 | 54 |
| Binary | 1101011 | 1010001 | 10001101 | 11000 | 101011 | 0 | 101101 | 100001010 | 11011 | 101100 |
Color Harmonies of #6B518D
Complementary color
Monochromatic Colors of #6B518D
Black with #6B518D
Text Example
Text Example
White with #6B518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B518D; }
p { color: rgb(107,81,141); }
H1.HeaderClassName
{
color: #6B518D;
}
.AnyTagClassName
{
color: #6B518D;
}
</style>
background-color css
<style>
a { background-color: #6B518D; }
a { background-color: rgb(107,81,141); }
div.DivClassName
{
background-color: #6B518D;
}
.BgClassName
{
background-color: #6B518D;
}
</style>
border-color css
<style>
span { border-color: #6B518D; }
span { border-color: rgb(107,81,141); }
td.TdClassName
{
border-color: #6B518D;
}
.TagClassName
{
border-color: #6B518D;
}
</style>