Shades of Daisy Bush #60479C
Tints of Daisy Bush #60479C
RGB
CMYK
RGB Variations
Color information
#60479C (or 0x60479C) is known color: Daisy Bush. HEX triplet: 60, 47 and 9C. RGB value is (96,71,156). Sum of RGB (Red+Green+Blue) = 96+71+156=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #60479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60479C is #9FB863. Grayscale: #575757. Windows color (decimal): -10467428 or 10241888. OLE color: 10241888.
HSL color Cylindrical-coordinate representation of color #60479C: hue angle of 257.65º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60479C is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 96 | 71 | 156 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.39 |
| HSL | 257.65º | 0.37% | 0.45% | - |
| HSV(B) | 257.65º | 0.54% | 0.61% | - |
| XYZ | 13.08 | 9.39 | 32.58 | - |
| YUV | 88.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 156 | 0.38 | 0.54 | 0 | 0.39 | 257.65 | 0.37 | 0.45 |
| Hex | 60 | 47 | 9C | 26 | 36 | 0 | 27 | 102 | 25 | 2D |
| Octal | 140 | 107 | 234 | 46 | 66 | 0 | 47 | 402 | 45 | 55 |
| Binary | 1100000 | 1000111 | 10011100 | 100110 | 110110 | 0 | 100111 | 100000010 | 100101 | 101101 |
Color Harmonies of #60479C
Complementary color
Monochromatic Colors of #60479C
Black with #60479C
Text Example
Text Example
White with #60479C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60479C; }
p { color: rgb(96,71,156); }
H1.HeaderClassName
{
color: #60479C;
}
.AnyTagClassName
{
color: #60479C;
}
</style>
background-color css
<style>
a { background-color: #60479C; }
a { background-color: rgb(96,71,156); }
div.DivClassName
{
background-color: #60479C;
}
.BgClassName
{
background-color: #60479C;
}
</style>
border-color css
<style>
span { border-color: #60479C; }
span { border-color: rgb(96,71,156); }
td.TdClassName
{
border-color: #60479C;
}
.TagClassName
{
border-color: #60479C;
}
</style>