Shades of Daisy Bush #604492
Tints of Daisy Bush #604492
RGB
CMYK
RGB Variations
Color information
#604492 (or 0x604492) is known color: Daisy Bush. HEX triplet: 60, 44 and 92. RGB value is (96,68,146). Sum of RGB (Red+Green+Blue) = 96+68+146=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 146 (57.42% from 255 or 47.10% from 310); Max value from RGB is 146 - color contains mainly: blue. Hex color #604492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604492 is #9FBB6D. Grayscale: #545454. Windows color (decimal): -10468206 or 9585760. OLE color: 9585760.
HSL color Cylindrical-coordinate representation of color #604492: hue angle of 261.54º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #604492 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 68 | 146 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.43 |
| HSL | 261.54º | 0.36% | 0.42% | - |
| HSV(B) | 261.54º | 0.53% | 0.57% | - |
| XYZ | 12.08 | 8.7 | 28.24 | - |
| YUV | 85.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 146 | 0.34 | 0.53 | 0 | 0.43 | 261.54 | 0.36 | 0.42 |
| Hex | 60 | 44 | 92 | 22 | 35 | 0 | 2B | 106 | 24 | 2A |
| Octal | 140 | 104 | 222 | 42 | 65 | 0 | 53 | 406 | 44 | 52 |
| Binary | 1100000 | 1000100 | 10010010 | 100010 | 110101 | 0 | 101011 | 100000110 | 100100 | 101010 |
Color Harmonies of #604492
Complementary color
Monochromatic Colors of #604492
Black with #604492
Text Example
Text Example
White with #604492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604492; }
p { color: rgb(96,68,146); }
H1.HeaderClassName
{
color: #604492;
}
.AnyTagClassName
{
color: #604492;
}
</style>
background-color css
<style>
a { background-color: #604492; }
a { background-color: rgb(96,68,146); }
div.DivClassName
{
background-color: #604492;
}
.BgClassName
{
background-color: #604492;
}
</style>
border-color css
<style>
span { border-color: #604492; }
span { border-color: rgb(96,68,146); }
td.TdClassName
{
border-color: #604492;
}
.TagClassName
{
border-color: #604492;
}
</style>