Shades of Daisy Bush #60478C
Tints of Daisy Bush #60478C
RGB
CMYK
RGB Variations
Color information
#60478C (or 0x60478C) is known color: Daisy Bush. HEX triplet: 60, 47 and 8C. RGB value is (96,71,140). Sum of RGB (Red+Green+Blue) = 96+71+140=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 140 - color contains mainly: blue. Hex color #60478C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60478C is #9FB873. Grayscale: #565656. Windows color (decimal): -10467444 or 9193312. OLE color: 9193312.
HSL color Cylindrical-coordinate representation of color #60478C: hue angle of 261.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60478C is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 71 | 140 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.45 |
| HSL | 261.74º | 0.33% | 0.41% | - |
| HSV(B) | 261.74º | 0.49% | 0.55% | - |
| XYZ | 11.81 | 8.89 | 25.9 | - |
| YUV | 86.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 140 | 0.31 | 0.49 | 0 | 0.45 | 261.74 | 0.33 | 0.41 |
| Hex | 60 | 47 | 8C | 1F | 31 | 0 | 2D | 106 | 21 | 29 |
| Octal | 140 | 107 | 214 | 37 | 61 | 0 | 55 | 406 | 41 | 51 |
| Binary | 1100000 | 1000111 | 10001100 | 11111 | 110001 | 0 | 101101 | 100000110 | 100001 | 101001 |
Color Harmonies of #60478C
Complementary color
Monochromatic Colors of #60478C
Black with #60478C
Text Example
Text Example
White with #60478C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60478C; }
p { color: rgb(96,71,140); }
H1.HeaderClassName
{
color: #60478C;
}
.AnyTagClassName
{
color: #60478C;
}
</style>
background-color css
<style>
a { background-color: #60478C; }
a { background-color: rgb(96,71,140); }
div.DivClassName
{
background-color: #60478C;
}
.BgClassName
{
background-color: #60478C;
}
</style>
border-color css
<style>
span { border-color: #60478C; }
span { border-color: rgb(96,71,140); }
td.TdClassName
{
border-color: #60478C;
}
.TagClassName
{
border-color: #60478C;
}
</style>