Shades of Butterfly Bush #60508F
Tints of Butterfly Bush #60508F
RGB
CMYK
RGB Variations
Color information
#60508F (or 0x60508F) is known color: Butterfly Bush. HEX triplet: 60, 50 and 8F. RGB value is (96,80,143). Sum of RGB (Red+Green+Blue) = 96+80+143=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #60508F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60508F is #9FAF70. Grayscale: #5B5B5B. Windows color (decimal): -10465137 or 9392224. OLE color: 9392224.
HSL color Cylindrical-coordinate representation of color #60508F: hue angle of 255.24º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60508F is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 80 | 143 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.44 |
| HSL | 255.24º | 0.28% | 0.44% | - |
| HSV(B) | 255.24º | 0.44% | 0.56% | - |
| XYZ | 12.65 | 10.21 | 27.29 | - |
| YUV | 91.97 | 156.8 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 143 | 0.33 | 0.44 | 0 | 0.44 | 255.24 | 0.28 | 0.44 |
| Hex | 60 | 50 | 8F | 21 | 2C | 0 | 2C | FF | 1C | 2C |
| Octal | 140 | 120 | 217 | 41 | 54 | 0 | 54 | 377 | 34 | 54 |
| Binary | 1100000 | 1010000 | 10001111 | 100001 | 101100 | 0 | 101100 | 11111111 | 11100 | 101100 |
Color Harmonies of #60508F
Complementary color
Monochromatic Colors of #60508F
Black with #60508F
Text Example
Text Example
White with #60508F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60508F; }
p { color: rgb(96,80,143); }
H1.HeaderClassName
{
color: #60508F;
}
.AnyTagClassName
{
color: #60508F;
}
</style>
background-color css
<style>
a { background-color: #60508F; }
a { background-color: rgb(96,80,143); }
div.DivClassName
{
background-color: #60508F;
}
.BgClassName
{
background-color: #60508F;
}
</style>
border-color css
<style>
span { border-color: #60508F; }
span { border-color: rgb(96,80,143); }
td.TdClassName
{
border-color: #60508F;
}
.TagClassName
{
border-color: #60508F;
}
</style>