Shades of Daisy Bush #60468F
Tints of Daisy Bush #60468F
RGB
CMYK
RGB Variations
Color information
#60468F (or 0x60468F) is known color: Daisy Bush. HEX triplet: 60, 46 and 8F. RGB value is (96,70,143). Sum of RGB (Red+Green+Blue) = 96+70+143=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 143 (56.25% from 255 or 46.28% from 309); Max value from RGB is 143 - color contains mainly: blue. Hex color #60468F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60468F is #9FB970. Grayscale: #555555. Windows color (decimal): -10467697 or 9389664. OLE color: 9389664.
HSL color Cylindrical-coordinate representation of color #60468F: hue angle of 261.37º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60468F is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 70 | 143 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.44 |
| HSL | 261.37º | 0.34% | 0.42% | - |
| HSV(B) | 261.37º | 0.51% | 0.56% | - |
| XYZ | 11.97 | 8.85 | 27.06 | - |
| YUV | 86.1 | 160.11 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 70 | 143 | 0.33 | 0.51 | 0 | 0.44 | 261.37 | 0.34 | 0.42 |
| Hex | 60 | 46 | 8F | 21 | 33 | 0 | 2C | 105 | 22 | 2A |
| Octal | 140 | 106 | 217 | 41 | 63 | 0 | 54 | 405 | 42 | 52 |
| Binary | 1100000 | 1000110 | 10001111 | 100001 | 110011 | 0 | 101100 | 100000101 | 100010 | 101010 |
Color Harmonies of #60468F
Complementary color
Monochromatic Colors of #60468F
Black with #60468F
Text Example
Text Example
White with #60468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60468F; }
p { color: rgb(96,70,143); }
H1.HeaderClassName
{
color: #60468F;
}
.AnyTagClassName
{
color: #60468F;
}
</style>
background-color css
<style>
a { background-color: #60468F; }
a { background-color: rgb(96,70,143); }
div.DivClassName
{
background-color: #60468F;
}
.BgClassName
{
background-color: #60468F;
}
</style>
border-color css
<style>
span { border-color: #60468F; }
span { border-color: rgb(96,70,143); }
td.TdClassName
{
border-color: #60468F;
}
.TagClassName
{
border-color: #60468F;
}
</style>