Shades of Daisy Bush #60479B
Tints of Daisy Bush #60479B
RGB
CMYK
RGB Variations
Color information
#60479B (or 0x60479B) is known color: Daisy Bush. HEX triplet: 60, 47 and 9B. RGB value is (96,71,155). Sum of RGB (Red+Green+Blue) = 96+71+155=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #60479B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60479B is #9FB864. Grayscale: #575757. Windows color (decimal): -10467429 or 10176352. OLE color: 10176352.
HSL color Cylindrical-coordinate representation of color #60479B: hue angle of 257.86º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60479B is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 71 | 155 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.39 |
| HSL | 257.86º | 0.37% | 0.44% | - |
| HSV(B) | 257.86º | 0.54% | 0.61% | - |
| XYZ | 12.99 | 9.36 | 32.13 | - |
| YUV | 88.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 155 | 0.38 | 0.54 | 0 | 0.39 | 257.86 | 0.37 | 0.44 |
| Hex | 60 | 47 | 9B | 26 | 36 | 0 | 27 | 102 | 25 | 2C |
| Octal | 140 | 107 | 233 | 46 | 66 | 0 | 47 | 402 | 45 | 54 |
| Binary | 1100000 | 1000111 | 10011011 | 100110 | 110110 | 0 | 100111 | 100000010 | 100101 | 101100 |
Color Harmonies of #60479B
Complementary color
Monochromatic Colors of #60479B
Black with #60479B
Text Example
Text Example
White with #60479B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60479B; }
p { color: rgb(96,71,155); }
H1.HeaderClassName
{
color: #60479B;
}
.AnyTagClassName
{
color: #60479B;
}
</style>
background-color css
<style>
a { background-color: #60479B; }
a { background-color: rgb(96,71,155); }
div.DivClassName
{
background-color: #60479B;
}
.BgClassName
{
background-color: #60479B;
}
</style>
border-color css
<style>
span { border-color: #60479B; }
span { border-color: rgb(96,71,155); }
td.TdClassName
{
border-color: #60479B;
}
.TagClassName
{
border-color: #60479B;
}
</style>