Shades of Daisy Bush #60459D
Tints of Daisy Bush #60459D
RGB
CMYK
RGB Variations
Color information
#60459D (or 0x60459D) is known color: Daisy Bush. HEX triplet: 60, 45 and 9D. RGB value is (96,69,157). Sum of RGB (Red+Green+Blue) = 96+69+157=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #60459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60459D is #9FBA62. Grayscale: #565656. Windows color (decimal): -10467939 or 10306912. OLE color: 10306912.
HSL color Cylindrical-coordinate representation of color #60459D: hue angle of 258.41º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60459D is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 69 | 157 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.38 |
| HSL | 258.41º | 0.39% | 0.44% | - |
| HSV(B) | 258.41º | 0.56% | 0.62% | - |
| XYZ | 13.04 | 9.18 | 32.98 | - |
| YUV | 87.11 | 167.45 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 157 | 0.39 | 0.56 | 0 | 0.38 | 258.41 | 0.39 | 0.44 |
| Hex | 60 | 45 | 9D | 27 | 38 | 0 | 26 | 102 | 27 | 2C |
| Octal | 140 | 105 | 235 | 47 | 70 | 0 | 46 | 402 | 47 | 54 |
| Binary | 1100000 | 1000101 | 10011101 | 100111 | 111000 | 0 | 100110 | 100000010 | 100111 | 101100 |
Color Harmonies of #60459D
Complementary color
Monochromatic Colors of #60459D
Black with #60459D
Text Example
Text Example
White with #60459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60459D; }
p { color: rgb(96,69,157); }
H1.HeaderClassName
{
color: #60459D;
}
.AnyTagClassName
{
color: #60459D;
}
</style>
background-color css
<style>
a { background-color: #60459D; }
a { background-color: rgb(96,69,157); }
div.DivClassName
{
background-color: #60459D;
}
.BgClassName
{
background-color: #60459D;
}
</style>
border-color css
<style>
span { border-color: #60459D; }
span { border-color: rgb(96,69,157); }
td.TdClassName
{
border-color: #60459D;
}
.TagClassName
{
border-color: #60459D;
}
</style>