Shades of Butterfly Bush #6C518F
Tints of Butterfly Bush #6C518F
RGB
CMYK
RGB Variations
Color information
#6C518F (or 0x6C518F) is known color: Butterfly Bush. HEX triplet: 6C, 51 and 8F. RGB value is (108,81,143). Sum of RGB (Red+Green+Blue) = 108+81+143=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 143 - color contains mainly: blue. Hex color #6C518F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C518F is #93AE70. Grayscale: #5F5F5F. Windows color (decimal): -9678449 or 9392492. OLE color: 9392492.
HSL color Cylindrical-coordinate representation of color #6C518F: hue angle of 266.13º 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 #6C518F is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 81 | 143 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.44 |
| HSL | 266.13º | 0.28% | 0.44% | - |
| HSV(B) | 266.13º | 0.43% | 0.56% | - |
| XYZ | 14.08 | 11.06 | 27.38 | - |
| YUV | 96.14 | 154.45 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 81 | 143 | 0.24 | 0.43 | 0 | 0.44 | 266.13 | 0.28 | 0.44 |
| Hex | 6C | 51 | 8F | 18 | 2B | 0 | 2C | 10A | 1C | 2C |
| Octal | 154 | 121 | 217 | 30 | 53 | 0 | 54 | 412 | 34 | 54 |
| Binary | 1101100 | 1010001 | 10001111 | 11000 | 101011 | 0 | 101100 | 100001010 | 11100 | 101100 |
Color Harmonies of #6C518F
Complementary color
Monochromatic Colors of #6C518F
Black with #6C518F
Text Example
Text Example
White with #6C518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C518F; }
p { color: rgb(108,81,143); }
H1.HeaderClassName
{
color: #6C518F;
}
.AnyTagClassName
{
color: #6C518F;
}
</style>
background-color css
<style>
a { background-color: #6C518F; }
a { background-color: rgb(108,81,143); }
div.DivClassName
{
background-color: #6C518F;
}
.BgClassName
{
background-color: #6C518F;
}
</style>
border-color css
<style>
span { border-color: #6C518F; }
span { border-color: rgb(108,81,143); }
td.TdClassName
{
border-color: #6C518F;
}
.TagClassName
{
border-color: #6C518F;
}
</style>