Shades of Butterfly Bush #60518E
Tints of Butterfly Bush #60518E
RGB
CMYK
RGB Variations
Color information
#60518E (or 0x60518E) is known color: Butterfly Bush. HEX triplet: 60, 51 and 8E. RGB value is (96,81,142). Sum of RGB (Red+Green+Blue) = 96+81+142=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #60518E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60518E is #9FAE71. Grayscale: #5C5C5C. Windows color (decimal): -10464882 or 9326944. OLE color: 9326944.
HSL color Cylindrical-coordinate representation of color #60518E: hue angle of 254.75º 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 #60518E is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 81 | 142 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.44 |
| HSL | 254.75º | 0.27% | 0.44% | - |
| HSV(B) | 254.75º | 0.43% | 0.56% | - |
| XYZ | 12.65 | 10.32 | 26.92 | - |
| YUV | 92.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 142 | 0.32 | 0.43 | 0 | 0.44 | 254.75 | 0.27 | 0.44 |
| Hex | 60 | 51 | 8E | 20 | 2B | 0 | 2C | FF | 1B | 2C |
| Octal | 140 | 121 | 216 | 40 | 53 | 0 | 54 | 377 | 33 | 54 |
| Binary | 1100000 | 1010001 | 10001110 | 100000 | 101011 | 0 | 101100 | 11111111 | 11011 | 101100 |
Color Harmonies of #60518E
Complementary color
Monochromatic Colors of #60518E
Black with #60518E
Text Example
Text Example
White with #60518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60518E; }
p { color: rgb(96,81,142); }
H1.HeaderClassName
{
color: #60518E;
}
.AnyTagClassName
{
color: #60518E;
}
</style>
background-color css
<style>
a { background-color: #60518E; }
a { background-color: rgb(96,81,142); }
div.DivClassName
{
background-color: #60518E;
}
.BgClassName
{
background-color: #60518E;
}
</style>
border-color css
<style>
span { border-color: #60518E; }
span { border-color: rgb(96,81,142); }
td.TdClassName
{
border-color: #60518E;
}
.TagClassName
{
border-color: #60518E;
}
</style>