Shades of Butterfly Bush #60539B
Tints of Butterfly Bush #60539B
RGB
CMYK
RGB Variations
Color information
#60539B (or 0x60539B) is known color: Butterfly Bush. HEX triplet: 60, 53 and 9B. RGB value is (96,83,155). Sum of RGB (Red+Green+Blue) = 96+83+155=334 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.74% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #60539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60539B is #9FAC64. Grayscale: #5E5E5E. Windows color (decimal): -10464357 or 10179424. OLE color: 10179424.
HSL color Cylindrical-coordinate representation of color #60539B: hue angle of 250.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60539B is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 83 | 155 | - |
| CMYK | 0.38 | 0.46 | 0 | 0.39 |
| HSL | 250.83º | 0.3% | 0.47% | - |
| HSV(B) | 250.83º | 0.46% | 0.61% | - |
| XYZ | 13.83 | 11.04 | 32.41 | - |
| YUV | 95.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 83 | 155 | 0.38 | 0.46 | 0 | 0.39 | 250.83 | 0.3 | 0.47 |
| Hex | 60 | 53 | 9B | 26 | 2E | 0 | 27 | FB | 1E | 2F |
| Octal | 140 | 123 | 233 | 46 | 56 | 0 | 47 | 373 | 36 | 57 |
| Binary | 1100000 | 1010011 | 10011011 | 100110 | 101110 | 0 | 100111 | 11111011 | 11110 | 101111 |
Color Harmonies of #60539B
Complementary color
Monochromatic Colors of #60539B
Black with #60539B
Text Example
Text Example
White with #60539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60539B; }
p { color: rgb(96,83,155); }
H1.HeaderClassName
{
color: #60539B;
}
.AnyTagClassName
{
color: #60539B;
}
</style>
background-color css
<style>
a { background-color: #60539B; }
a { background-color: rgb(96,83,155); }
div.DivClassName
{
background-color: #60539B;
}
.BgClassName
{
background-color: #60539B;
}
</style>
border-color css
<style>
span { border-color: #60539B; }
span { border-color: rgb(96,83,155); }
td.TdClassName
{
border-color: #60539B;
}
.TagClassName
{
border-color: #60539B;
}
</style>