Shades of Daisy Bush #603D91
Tints of Daisy Bush #603D91
RGB
CMYK
RGB Variations
Color information
#603D91 (or 0x603D91) is known color: Daisy Bush. HEX triplet: 60, 3D and 91. RGB value is (96,61,145). Sum of RGB (Red+Green+Blue) = 96+61+145=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 145 (57.03% from 255 or 48.01% from 302); Max value from RGB is 145 - color contains mainly: blue. Hex color #603D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D91 is #9FC26E. Grayscale: #505050. Windows color (decimal): -10469999 or 9518432. OLE color: 9518432.
HSL color Cylindrical-coordinate representation of color #603D91: hue angle of 265º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603D91 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 61 | 145 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.43 |
| HSL | 265º | 0.41% | 0.4% | - |
| HSV(B) | 265º | 0.58% | 0.57% | - |
| XYZ | 11.6 | 7.87 | 27.7 | - |
| YUV | 81.04 | 164.1 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 145 | 0.34 | 0.58 | 0 | 0.43 | 265 | 0.41 | 0.4 |
| Hex | 60 | 3D | 91 | 22 | 3A | 0 | 2B | 109 | 29 | 28 |
| Octal | 140 | 75 | 221 | 42 | 72 | 0 | 53 | 411 | 51 | 50 |
| Binary | 1100000 | 111101 | 10010001 | 100010 | 111010 | 0 | 101011 | 100001001 | 101001 | 101000 |
Color Harmonies of #603D91
Complementary color
Monochromatic Colors of #603D91
Black with #603D91
Text Example
Text Example
White with #603D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D91; }
p { color: rgb(96,61,145); }
H1.HeaderClassName
{
color: #603D91;
}
.AnyTagClassName
{
color: #603D91;
}
</style>
background-color css
<style>
a { background-color: #603D91; }
a { background-color: rgb(96,61,145); }
div.DivClassName
{
background-color: #603D91;
}
.BgClassName
{
background-color: #603D91;
}
</style>
border-color css
<style>
span { border-color: #603D91; }
span { border-color: rgb(96,61,145); }
td.TdClassName
{
border-color: #603D91;
}
.TagClassName
{
border-color: #603D91;
}
</style>