Shades of Daisy Bush #603299
Tints of Daisy Bush #603299
RGB
CMYK
RGB Variations
Color information
#603299 (or 0x603299) is known color: Daisy Bush. HEX triplet: 60, 32 and 99. RGB value is (96,50,153). Sum of RGB (Red+Green+Blue) = 96+50+153=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #603299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603299 is #9FCD66. Grayscale: #4B4B4B. Windows color (decimal): -10472807 or 10039904. OLE color: 10039904.
HSL color Cylindrical-coordinate representation of color #603299: hue angle of 266.8º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #603299 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 96 | 50 | 153 | - |
| CMYK | 0.37 | 0.67 | 0 | 0.4 |
| HSL | 266.8º | 0.51% | 0.4% | - |
| HSV(B) | 266.8º | 0.67% | 0.6% | - |
| XYZ | 11.71 | 7.07 | 30.88 | - |
| YUV | 75.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 153 | 0.37 | 0.67 | 0 | 0.4 | 266.8 | 0.51 | 0.4 |
| Hex | 60 | 32 | 99 | 25 | 43 | 0 | 28 | 10B | 33 | 28 |
| Octal | 140 | 62 | 231 | 45 | 103 | 0 | 50 | 413 | 63 | 50 |
| Binary | 1100000 | 110010 | 10011001 | 100101 | 1000011 | 0 | 101000 | 100001011 | 110011 | 101000 |
Color Harmonies of #603299
Complementary color
Monochromatic Colors of #603299
Black with #603299
Text Example
Text Example
White with #603299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603299; }
p { color: rgb(96,50,153); }
H1.HeaderClassName
{
color: #603299;
}
.AnyTagClassName
{
color: #603299;
}
</style>
background-color css
<style>
a { background-color: #603299; }
a { background-color: rgb(96,50,153); }
div.DivClassName
{
background-color: #603299;
}
.BgClassName
{
background-color: #603299;
}
</style>
border-color css
<style>
span { border-color: #603299; }
span { border-color: rgb(96,50,153); }
td.TdClassName
{
border-color: #603299;
}
.TagClassName
{
border-color: #603299;
}
</style>