Shades of Daisy Bush #60408F
Tints of Daisy Bush #60408F
RGB
CMYK
RGB Variations
Color information
#60408F (or 0x60408F) is known color: Daisy Bush. HEX triplet: 60, 40 and 8F. RGB value is (96,64,143). Sum of RGB (Red+Green+Blue) = 96+64+143=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 143 (56.25% from 255 or 47.19% from 303); Max value from RGB is 143 - color contains mainly: blue. Hex color #60408F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60408F is #9FBF70. Grayscale: #525252. Windows color (decimal): -10469233 or 9388128. OLE color: 9388128.
HSL color Cylindrical-coordinate representation of color #60408F: hue angle of 264.3º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60408F is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 64 | 143 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.44 |
| HSL | 264.3º | 0.38% | 0.41% | - |
| HSV(B) | 264.3º | 0.55% | 0.56% | - |
| XYZ | 11.62 | 8.14 | 26.94 | - |
| YUV | 82.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 143 | 0.33 | 0.55 | 0 | 0.44 | 264.3 | 0.38 | 0.41 |
| Hex | 60 | 40 | 8F | 21 | 37 | 0 | 2C | 108 | 26 | 29 |
| Octal | 140 | 100 | 217 | 41 | 67 | 0 | 54 | 410 | 46 | 51 |
| Binary | 1100000 | 1000000 | 10001111 | 100001 | 110111 | 0 | 101100 | 100001000 | 100110 | 101001 |
Color Harmonies of #60408F
Complementary color
Monochromatic Colors of #60408F
Black with #60408F
Text Example
Text Example
White with #60408F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60408F; }
p { color: rgb(96,64,143); }
H1.HeaderClassName
{
color: #60408F;
}
.AnyTagClassName
{
color: #60408F;
}
</style>
background-color css
<style>
a { background-color: #60408F; }
a { background-color: rgb(96,64,143); }
div.DivClassName
{
background-color: #60408F;
}
.BgClassName
{
background-color: #60408F;
}
</style>
border-color css
<style>
span { border-color: #60408F; }
span { border-color: rgb(96,64,143); }
td.TdClassName
{
border-color: #60408F;
}
.TagClassName
{
border-color: #60408F;
}
</style>