Shades of Daisy Bush #603294
Tints of Daisy Bush #603294
RGB
CMYK
RGB Variations
Color information
#603294 (or 0x603294) is known color: Daisy Bush. HEX triplet: 60, 32 and 94. RGB value is (96,50,148). Sum of RGB (Red+Green+Blue) = 96+50+148=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 50 (19.92% from 255 or 17.01% from 294); Blue value is 148 (58.20% from 255 or 50.34% from 294); Max value from RGB is 148 - color contains mainly: blue. Hex color #603294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603294 is #9FCD6B. Grayscale: #4A4A4A. Windows color (decimal): -10472812 or 9712224. OLE color: 9712224.
HSL color Cylindrical-coordinate representation of color #603294: hue angle of 268.16º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #603294 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 50 | 148 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.42 |
| HSL | 268.16º | 0.49% | 0.39% | - |
| HSV(B) | 268.16º | 0.66% | 0.58% | - |
| XYZ | 11.31 | 6.91 | 28.75 | - |
| YUV | 74.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 148 | 0.35 | 0.66 | 0 | 0.42 | 268.16 | 0.49 | 0.39 |
| Hex | 60 | 32 | 94 | 23 | 42 | 0 | 2A | 10C | 31 | 27 |
| Octal | 140 | 62 | 224 | 43 | 102 | 0 | 52 | 414 | 61 | 47 |
| Binary | 1100000 | 110010 | 10010100 | 100011 | 1000010 | 0 | 101010 | 100001100 | 110001 | 100111 |
Color Harmonies of #603294
Complementary color
Monochromatic Colors of #603294
Black with #603294
Text Example
Text Example
White with #603294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603294; }
p { color: rgb(96,50,148); }
H1.HeaderClassName
{
color: #603294;
}
.AnyTagClassName
{
color: #603294;
}
</style>
background-color css
<style>
a { background-color: #603294; }
a { background-color: rgb(96,50,148); }
div.DivClassName
{
background-color: #603294;
}
.BgClassName
{
background-color: #603294;
}
</style>
border-color css
<style>
span { border-color: #603294; }
span { border-color: rgb(96,50,148); }
td.TdClassName
{
border-color: #603294;
}
.TagClassName
{
border-color: #603294;
}
</style>