Shades of Butterfly Bush #60507B
Tints of Butterfly Bush #60507B
RGB
CMYK
RGB Variations
Color information
#60507B (or 0x60507B) is known color: Butterfly Bush. HEX triplet: 60, 50 and 7B. RGB value is (96,80,123). Sum of RGB (Red+Green+Blue) = 96+80+123=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 123 - color contains mainly: blue. Hex color #60507B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60507B is #9FAF84. Grayscale: #595959. Windows color (decimal): -10465157 or 8081504. OLE color: 8081504.
HSL color Cylindrical-coordinate representation of color #60507B: hue angle of 262.33º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60507B is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 80 | 123 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.52 |
| HSL | 262.33º | 0.21% | 0.4% | - |
| HSV(B) | 262.33º | 0.35% | 0.48% | - |
| XYZ | 11.27 | 9.65 | 20.01 | - |
| YUV | 89.69 | 146.8 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 80 | 123 | 0.22 | 0.35 | 0 | 0.52 | 262.33 | 0.21 | 0.4 |
| Hex | 60 | 50 | 7B | 16 | 23 | 0 | 34 | 106 | 15 | 28 |
| Octal | 140 | 120 | 173 | 26 | 43 | 0 | 64 | 406 | 25 | 50 |
| Binary | 1100000 | 1010000 | 1111011 | 10110 | 100011 | 0 | 110100 | 100000110 | 10101 | 101000 |
Color Harmonies of #60507B
Complementary color
Monochromatic Colors of #60507B
Black with #60507B
Text Example
Text Example
White with #60507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60507B; }
p { color: rgb(96,80,123); }
H1.HeaderClassName
{
color: #60507B;
}
.AnyTagClassName
{
color: #60507B;
}
</style>
background-color css
<style>
a { background-color: #60507B; }
a { background-color: rgb(96,80,123); }
div.DivClassName
{
background-color: #60507B;
}
.BgClassName
{
background-color: #60507B;
}
</style>
border-color css
<style>
span { border-color: #60507B; }
span { border-color: rgb(96,80,123); }
td.TdClassName
{
border-color: #60507B;
}
.TagClassName
{
border-color: #60507B;
}
</style>