Shades of Butterfly Bush #60578B
Tints of Butterfly Bush #60578B
RGB
CMYK
RGB Variations
Color information
#60578B (or 0x60578B) is known color: Butterfly Bush. HEX triplet: 60, 57 and 8B. RGB value is (96,87,139). Sum of RGB (Red+Green+Blue) = 96+87+139=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 139 (54.69% from 255 or 43.17% from 322); Max value from RGB is 139 - color contains mainly: blue. Hex color #60578B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60578B is #9FA874. Grayscale: #5F5F5F. Windows color (decimal): -10463349 or 9131872. OLE color: 9131872.
HSL color Cylindrical-coordinate representation of color #60578B: hue angle of 250.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #60578B is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 87 | 139 | - |
| CMYK | 0.31 | 0.37 | 0 | 0.45 |
| HSL | 250.38º | 0.23% | 0.44% | - |
| HSV(B) | 250.38º | 0.37% | 0.55% | - |
| XYZ | 12.89 | 11.17 | 25.9 | - |
| YUV | 95.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 87 | 139 | 0.31 | 0.37 | 0 | 0.45 | 250.38 | 0.23 | 0.44 |
| Hex | 60 | 57 | 8B | 1F | 25 | 0 | 2D | FA | 17 | 2C |
| Octal | 140 | 127 | 213 | 37 | 45 | 0 | 55 | 372 | 27 | 54 |
| Binary | 1100000 | 1010111 | 10001011 | 11111 | 100101 | 0 | 101101 | 11111010 | 10111 | 101100 |
Color Harmonies of #60578B
Complementary color
Monochromatic Colors of #60578B
Black with #60578B
Text Example
Text Example
White with #60578B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60578B; }
p { color: rgb(96,87,139); }
H1.HeaderClassName
{
color: #60578B;
}
.AnyTagClassName
{
color: #60578B;
}
</style>
background-color css
<style>
a { background-color: #60578B; }
a { background-color: rgb(96,87,139); }
div.DivClassName
{
background-color: #60578B;
}
.BgClassName
{
background-color: #60578B;
}
</style>
border-color css
<style>
span { border-color: #60578B; }
span { border-color: rgb(96,87,139); }
td.TdClassName
{
border-color: #60578B;
}
.TagClassName
{
border-color: #60578B;
}
</style>