Shades of Daisy Bush #604C98
Tints of Daisy Bush #604C98
RGB
CMYK
RGB Variations
Color information
#604C98 (or 0x604C98) is known color: Daisy Bush. HEX triplet: 60, 4C and 98. RGB value is (96,76,152). Sum of RGB (Red+Green+Blue) = 96+76+152=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #604C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604C98 is #9FB367. Grayscale: #5A5A5A. Windows color (decimal): -10466152 or 9981024. OLE color: 9981024.
HSL color Cylindrical-coordinate representation of color #604C98: hue angle of 255.79º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604C98 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 96 | 76 | 152 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.40 |
| HSL | 255.79º | 0.33% | 0.45% | - |
| HSV(B) | 255.79º | 0.5% | 0.6% | - |
| XYZ | 13.08 | 9.92 | 30.93 | - |
| YUV | 90.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 152 | 0.37 | 0.50 | 0 | 0.40 | 255.79 | 0.33 | 0.45 |
| Hex | 60 | 4C | 98 | 25 | 32 | 0 | 28 | 100 | 21 | 2D |
| Octal | 140 | 114 | 230 | 45 | 62 | 0 | 50 | 400 | 41 | 55 |
| Binary | 1100000 | 1001100 | 10011000 | 100101 | 110010 | 0 | 101000 | 100000000 | 100001 | 101101 |
Color Harmonies of #604C98
Complementary color
Monochromatic Colors of #604C98
Black with #604C98
Text Example
Text Example
White with #604C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C98; }
p { color: rgb(96,76,152); }
H1.HeaderClassName
{
color: #604C98;
}
.AnyTagClassName
{
color: #604C98;
}
</style>
background-color css
<style>
a { background-color: #604C98; }
a { background-color: rgb(96,76,152); }
div.DivClassName
{
background-color: #604C98;
}
.BgClassName
{
background-color: #604C98;
}
</style>
border-color css
<style>
span { border-color: #604C98; }
span { border-color: rgb(96,76,152); }
td.TdClassName
{
border-color: #604C98;
}
.TagClassName
{
border-color: #604C98;
}
</style>