Shades of Daisy Bush #60488A
Tints of Daisy Bush #60488A
RGB
CMYK
RGB Variations
Color information
#60488A (or 0x60488A) is known color: Daisy Bush. HEX triplet: 60, 48 and 8A. RGB value is (96,72,138). Sum of RGB (Red+Green+Blue) = 96+72+138=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 138 (54.30% from 255 or 45.10% from 306); Max value from RGB is 138 - color contains mainly: blue. Hex color #60488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60488A is #9FB775. Grayscale: #565656. Windows color (decimal): -10467190 or 9062496. OLE color: 9062496.
HSL color Cylindrical-coordinate representation of color #60488A: hue angle of 261.82º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60488A is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 72 | 138 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.46 |
| HSL | 261.82º | 0.31% | 0.41% | - |
| HSV(B) | 261.82º | 0.48% | 0.54% | - |
| XYZ | 11.73 | 8.96 | 25.16 | - |
| YUV | 86.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 138 | 0.30 | 0.48 | 0 | 0.46 | 261.82 | 0.31 | 0.41 |
| Hex | 60 | 48 | 8A | 1E | 30 | 0 | 2E | 106 | 1F | 29 |
| Octal | 140 | 110 | 212 | 36 | 60 | 0 | 56 | 406 | 37 | 51 |
| Binary | 1100000 | 1001000 | 10001010 | 11110 | 110000 | 0 | 101110 | 100000110 | 11111 | 101001 |
Color Harmonies of #60488A
Complementary color
Monochromatic Colors of #60488A
Black with #60488A
Text Example
Text Example
White with #60488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60488A; }
p { color: rgb(96,72,138); }
H1.HeaderClassName
{
color: #60488A;
}
.AnyTagClassName
{
color: #60488A;
}
</style>
background-color css
<style>
a { background-color: #60488A; }
a { background-color: rgb(96,72,138); }
div.DivClassName
{
background-color: #60488A;
}
.BgClassName
{
background-color: #60488A;
}
</style>
border-color css
<style>
span { border-color: #60488A; }
span { border-color: rgb(96,72,138); }
td.TdClassName
{
border-color: #60488A;
}
.TagClassName
{
border-color: #60488A;
}
</style>