Shades of Daisy Bush #603F91
Tints of Daisy Bush #603F91
RGB
CMYK
RGB Variations
Color information
#603F91 (or 0x603F91) is known color: Daisy Bush. HEX triplet: 60, 3F and 91. RGB value is (96,63,145). Sum of RGB (Red+Green+Blue) = 96+63+145=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #603F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F91 is #9FC06E. Grayscale: #515151. Windows color (decimal): -10469487 or 9518944. OLE color: 9518944.
HSL color Cylindrical-coordinate representation of color #603F91: hue angle of 264.15º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #603F91 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 63 | 145 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.43 |
| HSL | 264.15º | 0.39% | 0.41% | - |
| HSV(B) | 264.15º | 0.57% | 0.57% | - |
| XYZ | 11.71 | 8.09 | 27.73 | - |
| YUV | 82.22 | 163.43 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 145 | 0.34 | 0.57 | 0 | 0.43 | 264.15 | 0.39 | 0.41 |
| Hex | 60 | 3F | 91 | 22 | 39 | 0 | 2B | 108 | 27 | 29 |
| Octal | 140 | 77 | 221 | 42 | 71 | 0 | 53 | 410 | 47 | 51 |
| Binary | 1100000 | 111111 | 10010001 | 100010 | 111001 | 0 | 101011 | 100001000 | 100111 | 101001 |
Color Harmonies of #603F91
Complementary color
Monochromatic Colors of #603F91
Black with #603F91
Text Example
Text Example
White with #603F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F91; }
p { color: rgb(96,63,145); }
H1.HeaderClassName
{
color: #603F91;
}
.AnyTagClassName
{
color: #603F91;
}
</style>
background-color css
<style>
a { background-color: #603F91; }
a { background-color: rgb(96,63,145); }
div.DivClassName
{
background-color: #603F91;
}
.BgClassName
{
background-color: #603F91;
}
</style>
border-color css
<style>
span { border-color: #603F91; }
span { border-color: rgb(96,63,145); }
td.TdClassName
{
border-color: #603F91;
}
.TagClassName
{
border-color: #603F91;
}
</style>