Shades of Daisy Bush #60488B
Tints of Daisy Bush #60488B
RGB
CMYK
RGB Variations
Color information
#60488B (or 0x60488B) is known color: Daisy Bush. HEX triplet: 60, 48 and 8B. RGB value is (96,72,139). Sum of RGB (Red+Green+Blue) = 96+72+139=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #60488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60488B is #9FB774. Grayscale: #565656. Windows color (decimal): -10467189 or 9128032. OLE color: 9128032.
HSL color Cylindrical-coordinate representation of color #60488B: hue angle of 261.49º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60488B is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 72 | 139 | - |
| CMYK | 0.31 | 0.48 | 0 | 0.45 |
| HSL | 261.49º | 0.32% | 0.41% | - |
| HSV(B) | 261.49º | 0.48% | 0.55% | - |
| XYZ | 11.8 | 8.99 | 25.54 | - |
| YUV | 86.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 139 | 0.31 | 0.48 | 0 | 0.45 | 261.49 | 0.32 | 0.41 |
| Hex | 60 | 48 | 8B | 1F | 30 | 0 | 2D | 105 | 20 | 29 |
| Octal | 140 | 110 | 213 | 37 | 60 | 0 | 55 | 405 | 40 | 51 |
| Binary | 1100000 | 1001000 | 10001011 | 11111 | 110000 | 0 | 101101 | 100000101 | 100000 | 101001 |
Color Harmonies of #60488B
Complementary color
Monochromatic Colors of #60488B
Black with #60488B
Text Example
Text Example
White with #60488B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60488B; }
p { color: rgb(96,72,139); }
H1.HeaderClassName
{
color: #60488B;
}
.AnyTagClassName
{
color: #60488B;
}
</style>
background-color css
<style>
a { background-color: #60488B; }
a { background-color: rgb(96,72,139); }
div.DivClassName
{
background-color: #60488B;
}
.BgClassName
{
background-color: #60488B;
}
</style>
border-color css
<style>
span { border-color: #60488B; }
span { border-color: rgb(96,72,139); }
td.TdClassName
{
border-color: #60488B;
}
.TagClassName
{
border-color: #60488B;
}
</style>