Shades of Butterfly Bush #60508B
Tints of Butterfly Bush #60508B
RGB
CMYK
RGB Variations
Color information
#60508B (or 0x60508B) is known color: Butterfly Bush. HEX triplet: 60, 50 and 8B. RGB value is (96,80,139). Sum of RGB (Red+Green+Blue) = 96+80+139=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 139 - color contains mainly: blue. Hex color #60508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60508B is #9FAF74. Grayscale: #5B5B5B. Windows color (decimal): -10465141 or 9130080. OLE color: 9130080.
HSL color Cylindrical-coordinate representation of color #60508B: hue angle of 256.27º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60508B is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 80 | 139 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.45 |
| HSL | 256.27º | 0.27% | 0.43% | - |
| HSV(B) | 256.27º | 0.42% | 0.55% | - |
| XYZ | 12.35 | 10.09 | 25.72 | - |
| YUV | 91.51 | 154.8 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 139 | 0.31 | 0.42 | 0 | 0.45 | 256.27 | 0.27 | 0.43 |
| Hex | 60 | 50 | 8B | 1F | 2A | 0 | 2D | 100 | 1B | 2B |
| Octal | 140 | 120 | 213 | 37 | 52 | 0 | 55 | 400 | 33 | 53 |
| Binary | 1100000 | 1010000 | 10001011 | 11111 | 101010 | 0 | 101101 | 100000000 | 11011 | 101011 |
Color Harmonies of #60508B
Complementary color
Monochromatic Colors of #60508B
Black with #60508B
Text Example
Text Example
White with #60508B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60508B; }
p { color: rgb(96,80,139); }
H1.HeaderClassName
{
color: #60508B;
}
.AnyTagClassName
{
color: #60508B;
}
</style>
background-color css
<style>
a { background-color: #60508B; }
a { background-color: rgb(96,80,139); }
div.DivClassName
{
background-color: #60508B;
}
.BgClassName
{
background-color: #60508B;
}
</style>
border-color css
<style>
span { border-color: #60508B; }
span { border-color: rgb(96,80,139); }
td.TdClassName
{
border-color: #60508B;
}
.TagClassName
{
border-color: #60508B;
}
</style>