Shades of Daisy Bush #60459E
Tints of Daisy Bush #60459E
RGB
CMYK
RGB Variations
Color information
#60459E (or 0x60459E) is known color: Daisy Bush. HEX triplet: 60, 45 and 9E. RGB value is (96,69,158). Sum of RGB (Red+Green+Blue) = 96+69+158=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 158 (62.11% from 255 or 48.92% from 323); Max value from RGB is 158 - color contains mainly: blue. Hex color #60459E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60459E is #9FBA61. Grayscale: #565656. Windows color (decimal): -10467938 or 10372448. OLE color: 10372448.
HSL color Cylindrical-coordinate representation of color #60459E: hue angle of 258.2º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60459E is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 69 | 158 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.38 |
| HSL | 258.2º | 0.39% | 0.45% | - |
| HSV(B) | 258.2º | 0.56% | 0.62% | - |
| XYZ | 13.12 | 9.21 | 33.43 | - |
| YUV | 87.22 | 167.95 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 158 | 0.39 | 0.56 | 0 | 0.38 | 258.2 | 0.39 | 0.45 |
| Hex | 60 | 45 | 9E | 27 | 38 | 0 | 26 | 102 | 27 | 2D |
| Octal | 140 | 105 | 236 | 47 | 70 | 0 | 46 | 402 | 47 | 55 |
| Binary | 1100000 | 1000101 | 10011110 | 100111 | 111000 | 0 | 100110 | 100000010 | 100111 | 101101 |
Color Harmonies of #60459E
Complementary color
Monochromatic Colors of #60459E
Black with #60459E
Text Example
Text Example
White with #60459E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60459E; }
p { color: rgb(96,69,158); }
H1.HeaderClassName
{
color: #60459E;
}
.AnyTagClassName
{
color: #60459E;
}
</style>
background-color css
<style>
a { background-color: #60459E; }
a { background-color: rgb(96,69,158); }
div.DivClassName
{
background-color: #60459E;
}
.BgClassName
{
background-color: #60459E;
}
</style>
border-color css
<style>
span { border-color: #60459E; }
span { border-color: rgb(96,69,158); }
td.TdClassName
{
border-color: #60459E;
}
.TagClassName
{
border-color: #60459E;
}
</style>