Shades of Butterfly Bush #60548A
Tints of Butterfly Bush #60548A
RGB
CMYK
RGB Variations
Color information
#60548A (or 0x60548A) is known color: Butterfly Bush. HEX triplet: 60, 54 and 8A. RGB value is (96,84,138). Sum of RGB (Red+Green+Blue) = 96+84+138=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #60548A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60548A is #9FAB75. Grayscale: #5D5D5D. Windows color (decimal): -10464118 or 9065568. OLE color: 9065568.
HSL color Cylindrical-coordinate representation of color #60548A: hue angle of 253.33º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60548A is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 84 | 138 | - |
| CMYK | 0.30 | 0.39 | 0 | 0.46 |
| HSL | 253.33º | 0.24% | 0.44% | - |
| HSV(B) | 253.33º | 0.39% | 0.54% | - |
| XYZ | 12.58 | 10.66 | 25.44 | - |
| YUV | 93.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 84 | 138 | 0.30 | 0.39 | 0 | 0.46 | 253.33 | 0.24 | 0.44 |
| Hex | 60 | 54 | 8A | 1E | 27 | 0 | 2E | FD | 18 | 2C |
| Octal | 140 | 124 | 212 | 36 | 47 | 0 | 56 | 375 | 30 | 54 |
| Binary | 1100000 | 1010100 | 10001010 | 11110 | 100111 | 0 | 101110 | 11111101 | 11000 | 101100 |
Color Harmonies of #60548A
Complementary color
Monochromatic Colors of #60548A
Black with #60548A
Text Example
Text Example
White with #60548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60548A; }
p { color: rgb(96,84,138); }
H1.HeaderClassName
{
color: #60548A;
}
.AnyTagClassName
{
color: #60548A;
}
</style>
background-color css
<style>
a { background-color: #60548A; }
a { background-color: rgb(96,84,138); }
div.DivClassName
{
background-color: #60548A;
}
.BgClassName
{
background-color: #60548A;
}
</style>
border-color css
<style>
span { border-color: #60548A; }
span { border-color: rgb(96,84,138); }
td.TdClassName
{
border-color: #60548A;
}
.TagClassName
{
border-color: #60548A;
}
</style>