Shades of Daisy Bush #603C94
Tints of Daisy Bush #603C94
RGB
CMYK
RGB Variations
Color information
#603C94 (or 0x603C94) is known color: Daisy Bush. HEX triplet: 60, 3C and 94. RGB value is (96,60,148). Sum of RGB (Red+Green+Blue) = 96+60+148=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #603C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603C94 is #9FC36B. Grayscale: #505050. Windows color (decimal): -10470252 or 9714784. OLE color: 9714784.
HSL color Cylindrical-coordinate representation of color #603C94: hue angle of 264.55º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #603C94 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 60 | 148 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.42 |
| HSL | 264.55º | 0.42% | 0.41% | - |
| HSV(B) | 264.55º | 0.59% | 0.58% | - |
| XYZ | 11.79 | 7.86 | 28.91 | - |
| YUV | 80.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 148 | 0.35 | 0.59 | 0 | 0.42 | 264.55 | 0.42 | 0.41 |
| Hex | 60 | 3C | 94 | 23 | 3B | 0 | 2A | 109 | 2A | 29 |
| Octal | 140 | 74 | 224 | 43 | 73 | 0 | 52 | 411 | 52 | 51 |
| Binary | 1100000 | 111100 | 10010100 | 100011 | 111011 | 0 | 101010 | 100001001 | 101010 | 101001 |
Color Harmonies of #603C94
Complementary color
Monochromatic Colors of #603C94
Black with #603C94
Text Example
Text Example
White with #603C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C94; }
p { color: rgb(96,60,148); }
H1.HeaderClassName
{
color: #603C94;
}
.AnyTagClassName
{
color: #603C94;
}
</style>
background-color css
<style>
a { background-color: #603C94; }
a { background-color: rgb(96,60,148); }
div.DivClassName
{
background-color: #603C94;
}
.BgClassName
{
background-color: #603C94;
}
</style>
border-color css
<style>
span { border-color: #603C94; }
span { border-color: rgb(96,60,148); }
td.TdClassName
{
border-color: #603C94;
}
.TagClassName
{
border-color: #603C94;
}
</style>