Shades of Daisy Bush #60498C
Tints of Daisy Bush #60498C
RGB
CMYK
RGB Variations
Color information
#60498C (or 0x60498C) is known color: Daisy Bush. HEX triplet: 60, 49 and 8C. RGB value is (96,73,140). Sum of RGB (Red+Green+Blue) = 96+73+140=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #60498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60498C is #9FB673. Grayscale: #575757. Windows color (decimal): -10466932 or 9193824. OLE color: 9193824.
HSL color Cylindrical-coordinate representation of color #60498C: hue angle of 260.6º degrees, saturation: 0.31, 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 #60498C is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 73 | 140 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.45 |
| HSL | 260.6º | 0.31% | 0.42% | - |
| HSV(B) | 260.6º | 0.48% | 0.55% | - |
| XYZ | 11.94 | 9.15 | 25.95 | - |
| YUV | 87.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 140 | 0.31 | 0.48 | 0 | 0.45 | 260.6 | 0.31 | 0.42 |
| Hex | 60 | 49 | 8C | 1F | 30 | 0 | 2D | 105 | 1F | 2A |
| Octal | 140 | 111 | 214 | 37 | 60 | 0 | 55 | 405 | 37 | 52 |
| Binary | 1100000 | 1001001 | 10001100 | 11111 | 110000 | 0 | 101101 | 100000101 | 11111 | 101010 |
Color Harmonies of #60498C
Complementary color
Monochromatic Colors of #60498C
Black with #60498C
Text Example
Text Example
White with #60498C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60498C; }
p { color: rgb(96,73,140); }
H1.HeaderClassName
{
color: #60498C;
}
.AnyTagClassName
{
color: #60498C;
}
</style>
background-color css
<style>
a { background-color: #60498C; }
a { background-color: rgb(96,73,140); }
div.DivClassName
{
background-color: #60498C;
}
.BgClassName
{
background-color: #60498C;
}
</style>
border-color css
<style>
span { border-color: #60498C; }
span { border-color: rgb(96,73,140); }
td.TdClassName
{
border-color: #60498C;
}
.TagClassName
{
border-color: #60498C;
}
</style>