Shades of Daisy Bush #603199
Tints of Daisy Bush #603199
RGB
CMYK
RGB Variations
Color information
#603199 (or 0x603199) is known color: Daisy Bush. HEX triplet: 60, 31 and 99. RGB value is (96,49,153). Sum of RGB (Red+Green+Blue) = 96+49+153=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #603199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603199 is #9FCE66. Grayscale: #4A4A4A. Windows color (decimal): -10473063 or 10039648. OLE color: 10039648.
HSL color Cylindrical-coordinate representation of color #603199: hue angle of 267.12º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #603199 is Cyan = 0.37, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 49 | 153 | - |
| CMYK | 0.37 | 0.68 | 0 | 0.4 |
| HSL | 267.12º | 0.51% | 0.4% | - |
| HSV(B) | 267.12º | 0.68% | 0.6% | - |
| XYZ | 11.67 | 6.98 | 30.87 | - |
| YUV | 74.91 | 172.07 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 49 | 153 | 0.37 | 0.68 | 0 | 0.4 | 267.12 | 0.51 | 0.4 |
| Hex | 60 | 31 | 99 | 25 | 44 | 0 | 28 | 10B | 33 | 28 |
| Octal | 140 | 61 | 231 | 45 | 104 | 0 | 50 | 413 | 63 | 50 |
| Binary | 1100000 | 110001 | 10011001 | 100101 | 1000100 | 0 | 101000 | 100001011 | 110011 | 101000 |
Color Harmonies of #603199
Complementary color
Monochromatic Colors of #603199
Black with #603199
Text Example
Text Example
White with #603199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603199; }
p { color: rgb(96,49,153); }
H1.HeaderClassName
{
color: #603199;
}
.AnyTagClassName
{
color: #603199;
}
</style>
background-color css
<style>
a { background-color: #603199; }
a { background-color: rgb(96,49,153); }
div.DivClassName
{
background-color: #603199;
}
.BgClassName
{
background-color: #603199;
}
</style>
border-color css
<style>
span { border-color: #603199; }
span { border-color: rgb(96,49,153); }
td.TdClassName
{
border-color: #603199;
}
.TagClassName
{
border-color: #603199;
}
</style>