Shades of Daisy Bush #60388C
Tints of Daisy Bush #60388C
RGB
CMYK
RGB Variations
Color information
#60388C (or 0x60388C) is known color: Daisy Bush. HEX triplet: 60, 38 and 8C. RGB value is (96,56,140). Sum of RGB (Red+Green+Blue) = 96+56+140=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #60388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60388C is #9FC773. Grayscale: #4D4D4D. Windows color (decimal): -10471284 or 9189472. OLE color: 9189472.
HSL color Cylindrical-coordinate representation of color #60388C: hue angle of 268.57º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60388C is Cyan = 0.31, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 56 | 140 | - |
| CMYK | 0.31 | 0.6 | 0 | 0.45 |
| HSL | 268.57º | 0.43% | 0.38% | - |
| HSV(B) | 268.57º | 0.6% | 0.55% | - |
| XYZ | 10.97 | 7.21 | 25.62 | - |
| YUV | 77.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 140 | 0.31 | 0.6 | 0 | 0.45 | 268.57 | 0.43 | 0.38 |
| Hex | 60 | 38 | 8C | 1F | 3C | 0 | 2D | 10D | 2B | 26 |
| Octal | 140 | 70 | 214 | 37 | 74 | 0 | 55 | 415 | 53 | 46 |
| Binary | 1100000 | 111000 | 10001100 | 11111 | 111100 | 0 | 101101 | 100001101 | 101011 | 100110 |
Color Harmonies of #60388C
Complementary color
Monochromatic Colors of #60388C
Black with #60388C
Text Example
Text Example
White with #60388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60388C; }
p { color: rgb(96,56,140); }
H1.HeaderClassName
{
color: #60388C;
}
.AnyTagClassName
{
color: #60388C;
}
</style>
background-color css
<style>
a { background-color: #60388C; }
a { background-color: rgb(96,56,140); }
div.DivClassName
{
background-color: #60388C;
}
.BgClassName
{
background-color: #60388C;
}
</style>
border-color css
<style>
span { border-color: #60388C; }
span { border-color: rgb(96,56,140); }
td.TdClassName
{
border-color: #60388C;
}
.TagClassName
{
border-color: #60388C;
}
</style>