Shades of Daisy Bush #60488D
Tints of Daisy Bush #60488D
RGB
CMYK
RGB Variations
Color information
#60488D (or 0x60488D) is known color: Daisy Bush. HEX triplet: 60, 48 and 8D. RGB value is (96,72,141). Sum of RGB (Red+Green+Blue) = 96+72+141=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #60488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60488D is #9FB772. Grayscale: #565656. Windows color (decimal): -10467187 or 9259104. OLE color: 9259104.
HSL color Cylindrical-coordinate representation of color #60488D: hue angle of 260.87º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60488D is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 72 | 141 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.45 |
| HSL | 260.87º | 0.32% | 0.42% | - |
| HSV(B) | 260.87º | 0.49% | 0.55% | - |
| XYZ | 11.95 | 9.04 | 26.32 | - |
| YUV | 87.04 | 158.45 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 141 | 0.32 | 0.49 | 0 | 0.45 | 260.87 | 0.32 | 0.42 |
| Hex | 60 | 48 | 8D | 20 | 31 | 0 | 2D | 105 | 20 | 2A |
| Octal | 140 | 110 | 215 | 40 | 61 | 0 | 55 | 405 | 40 | 52 |
| Binary | 1100000 | 1001000 | 10001101 | 100000 | 110001 | 0 | 101101 | 100000101 | 100000 | 101010 |
Color Harmonies of #60488D
Complementary color
Monochromatic Colors of #60488D
Black with #60488D
Text Example
Text Example
White with #60488D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60488D; }
p { color: rgb(96,72,141); }
H1.HeaderClassName
{
color: #60488D;
}
.AnyTagClassName
{
color: #60488D;
}
</style>
background-color css
<style>
a { background-color: #60488D; }
a { background-color: rgb(96,72,141); }
div.DivClassName
{
background-color: #60488D;
}
.BgClassName
{
background-color: #60488D;
}
</style>
border-color css
<style>
span { border-color: #60488D; }
span { border-color: rgb(96,72,141); }
td.TdClassName
{
border-color: #60488D;
}
.TagClassName
{
border-color: #60488D;
}
</style>