Shades of Daisy Bush #60478F
Tints of Daisy Bush #60478F
RGB
CMYK
RGB Variations
Color information
#60478F (or 0x60478F) is known color: Daisy Bush. HEX triplet: 60, 47 and 8F. RGB value is (96,71,143). Sum of RGB (Red+Green+Blue) = 96+71+143=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #60478F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60478F is #9FB870. Grayscale: #565656. Windows color (decimal): -10467441 or 9389920. OLE color: 9389920.
HSL color Cylindrical-coordinate representation of color #60478F: hue angle of 260.83º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60478F is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 71 | 143 | - |
| CMYK | 0.33 | 0.50 | 0 | 0.44 |
| HSL | 260.83º | 0.34% | 0.42% | - |
| HSV(B) | 260.83º | 0.5% | 0.56% | - |
| XYZ | 12.04 | 8.98 | 27.08 | - |
| YUV | 86.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 143 | 0.33 | 0.50 | 0 | 0.44 | 260.83 | 0.34 | 0.42 |
| Hex | 60 | 47 | 8F | 21 | 32 | 0 | 2C | 105 | 22 | 2A |
| Octal | 140 | 107 | 217 | 41 | 62 | 0 | 54 | 405 | 42 | 52 |
| Binary | 1100000 | 1000111 | 10001111 | 100001 | 110010 | 0 | 101100 | 100000101 | 100010 | 101010 |
Color Harmonies of #60478F
Complementary color
Monochromatic Colors of #60478F
Black with #60478F
Text Example
Text Example
White with #60478F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60478F; }
p { color: rgb(96,71,143); }
H1.HeaderClassName
{
color: #60478F;
}
.AnyTagClassName
{
color: #60478F;
}
</style>
background-color css
<style>
a { background-color: #60478F; }
a { background-color: rgb(96,71,143); }
div.DivClassName
{
background-color: #60478F;
}
.BgClassName
{
background-color: #60478F;
}
</style>
border-color css
<style>
span { border-color: #60478F; }
span { border-color: rgb(96,71,143); }
td.TdClassName
{
border-color: #60478F;
}
.TagClassName
{
border-color: #60478F;
}
</style>