Shades of Daisy Bush #60498D
Tints of Daisy Bush #60498D
RGB
CMYK
RGB Variations
Color information
#60498D (or 0x60498D) is known color: Daisy Bush. HEX triplet: 60, 49 and 8D. RGB value is (96,73,141). Sum of RGB (Red+Green+Blue) = 96+73+141=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #60498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60498D is #9FB672. Grayscale: #575757. Windows color (decimal): -10466931 or 9259360. OLE color: 9259360.
HSL color Cylindrical-coordinate representation of color #60498D: hue angle of 260.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60498D is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 73 | 141 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.45 |
| HSL | 260.29º | 0.32% | 0.42% | - |
| HSV(B) | 260.29º | 0.48% | 0.55% | - |
| XYZ | 12.01 | 9.17 | 26.34 | - |
| YUV | 87.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 141 | 0.32 | 0.48 | 0 | 0.45 | 260.29 | 0.32 | 0.42 |
| Hex | 60 | 49 | 8D | 20 | 30 | 0 | 2D | 104 | 20 | 2A |
| Octal | 140 | 111 | 215 | 40 | 60 | 0 | 55 | 404 | 40 | 52 |
| Binary | 1100000 | 1001001 | 10001101 | 100000 | 110000 | 0 | 101101 | 100000100 | 100000 | 101010 |
Color Harmonies of #60498D
Complementary color
Monochromatic Colors of #60498D
Black with #60498D
Text Example
Text Example
White with #60498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60498D; }
p { color: rgb(96,73,141); }
H1.HeaderClassName
{
color: #60498D;
}
.AnyTagClassName
{
color: #60498D;
}
</style>
background-color css
<style>
a { background-color: #60498D; }
a { background-color: rgb(96,73,141); }
div.DivClassName
{
background-color: #60498D;
}
.BgClassName
{
background-color: #60498D;
}
</style>
border-color css
<style>
span { border-color: #60498D; }
span { border-color: rgb(96,73,141); }
td.TdClassName
{
border-color: #60498D;
}
.TagClassName
{
border-color: #60498D;
}
</style>