Shades of Daisy Bush #603F96
Tints of Daisy Bush #603F96
RGB
CMYK
RGB Variations
Color information
#603F96 (or 0x603F96) is known color: Daisy Bush. HEX triplet: 60, 3F and 96. RGB value is (96,63,150). Sum of RGB (Red+Green+Blue) = 96+63+150=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #603F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F96 is #9FC069. Grayscale: #525252. Windows color (decimal): -10469482 or 9846624. OLE color: 9846624.
HSL color Cylindrical-coordinate representation of color #603F96: hue angle of 262.76º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603F96 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 96 | 63 | 150 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.41 |
| HSL | 262.76º | 0.41% | 0.42% | - |
| HSV(B) | 262.76º | 0.58% | 0.59% | - |
| XYZ | 12.11 | 8.24 | 29.81 | - |
| YUV | 82.79 | 165.93 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 150 | 0.36 | 0.58 | 0 | 0.41 | 262.76 | 0.41 | 0.42 |
| Hex | 60 | 3F | 96 | 24 | 3A | 0 | 29 | 107 | 29 | 2A |
| Octal | 140 | 77 | 226 | 44 | 72 | 0 | 51 | 407 | 51 | 52 |
| Binary | 1100000 | 111111 | 10010110 | 100100 | 111010 | 0 | 101001 | 100000111 | 101001 | 101010 |
Color Harmonies of #603F96
Complementary color
Monochromatic Colors of #603F96
Black with #603F96
Text Example
Text Example
White with #603F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F96; }
p { color: rgb(96,63,150); }
H1.HeaderClassName
{
color: #603F96;
}
.AnyTagClassName
{
color: #603F96;
}
</style>
background-color css
<style>
a { background-color: #603F96; }
a { background-color: rgb(96,63,150); }
div.DivClassName
{
background-color: #603F96;
}
.BgClassName
{
background-color: #603F96;
}
</style>
border-color css
<style>
span { border-color: #603F96; }
span { border-color: rgb(96,63,150); }
td.TdClassName
{
border-color: #603F96;
}
.TagClassName
{
border-color: #603F96;
}
</style>