Shades of Butterfly Bush #6F518F
Tints of Butterfly Bush #6F518F
RGB
CMYK
RGB Variations
Color information
#6F518F (or 0x6F518F) is known color: Butterfly Bush. HEX triplet: 6F, 51 and 8F. RGB value is (111,81,143). Sum of RGB (Red+Green+Blue) = 111+81+143=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 143 (56.25% from 255 or 42.69% from 335); Max value from RGB is 143 - color contains mainly: blue. Hex color #6F518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F518F is #90AE70. Grayscale: #606060. Windows color (decimal): -9481841 or 9392495. OLE color: 9392495.
HSL color Cylindrical-coordinate representation of color #6F518F: hue angle of 269.03º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F518F is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 81 | 143 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.44 |
| HSL | 269.03º | 0.28% | 0.44% | - |
| HSV(B) | 269.03º | 0.43% | 0.56% | - |
| XYZ | 14.46 | 11.25 | 27.4 | - |
| YUV | 97.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 81 | 143 | 0.22 | 0.43 | 0 | 0.44 | 269.03 | 0.28 | 0.44 |
| Hex | 6F | 51 | 8F | 16 | 2B | 0 | 2C | 10D | 1C | 2C |
| Octal | 157 | 121 | 217 | 26 | 53 | 0 | 54 | 415 | 34 | 54 |
| Binary | 1101111 | 1010001 | 10001111 | 10110 | 101011 | 0 | 101100 | 100001101 | 11100 | 101100 |
Color Harmonies of #6F518F
Complementary color
Monochromatic Colors of #6F518F
Black with #6F518F
Text Example
Text Example
White with #6F518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F518F; }
p { color: rgb(111,81,143); }
H1.HeaderClassName
{
color: #6F518F;
}
.AnyTagClassName
{
color: #6F518F;
}
</style>
background-color css
<style>
a { background-color: #6F518F; }
a { background-color: rgb(111,81,143); }
div.DivClassName
{
background-color: #6F518F;
}
.BgClassName
{
background-color: #6F518F;
}
</style>
border-color css
<style>
span { border-color: #6F518F; }
span { border-color: rgb(111,81,143); }
td.TdClassName
{
border-color: #6F518F;
}
.TagClassName
{
border-color: #6F518F;
}
</style>