Shades of Butterfly Bush #6A518E
Tints of Butterfly Bush #6A518E
RGB
CMYK
RGB Variations
Color information
#6A518E (or 0x6A518E) is known color: Butterfly Bush. HEX triplet: 6A, 51 and 8E. RGB value is (106,81,142). Sum of RGB (Red+Green+Blue) = 106+81+142=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A518E is #95AE71. Grayscale: #5F5F5F. Windows color (decimal): -9809522 or 9326954. OLE color: 9326954.
HSL color Cylindrical-coordinate representation of color #6A518E: hue angle of 264.59º degrees, saturation: 0.27, 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 #6A518E is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 81 | 142 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.44 |
| HSL | 264.59º | 0.27% | 0.44% | - |
| HSV(B) | 264.59º | 0.43% | 0.56% | - |
| XYZ | 13.77 | 10.9 | 26.97 | - |
| YUV | 95.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 81 | 142 | 0.25 | 0.43 | 0 | 0.44 | 264.59 | 0.27 | 0.44 |
| Hex | 6A | 51 | 8E | 19 | 2B | 0 | 2C | 109 | 1B | 2C |
| Octal | 152 | 121 | 216 | 31 | 53 | 0 | 54 | 411 | 33 | 54 |
| Binary | 1101010 | 1010001 | 10001110 | 11001 | 101011 | 0 | 101100 | 100001001 | 11011 | 101100 |
Color Harmonies of #6A518E
Complementary color
Monochromatic Colors of #6A518E
Black with #6A518E
Text Example
Text Example
White with #6A518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A518E; }
p { color: rgb(106,81,142); }
H1.HeaderClassName
{
color: #6A518E;
}
.AnyTagClassName
{
color: #6A518E;
}
</style>
background-color css
<style>
a { background-color: #6A518E; }
a { background-color: rgb(106,81,142); }
div.DivClassName
{
background-color: #6A518E;
}
.BgClassName
{
background-color: #6A518E;
}
</style>
border-color css
<style>
span { border-color: #6A518E; }
span { border-color: rgb(106,81,142); }
td.TdClassName
{
border-color: #6A518E;
}
.TagClassName
{
border-color: #6A518E;
}
</style>