Shades of Daisy Bush #603D95
Tints of Daisy Bush #603D95
RGB
CMYK
RGB Variations
Color information
#603D95 (or 0x603D95) is known color: Daisy Bush. HEX triplet: 60, 3D and 95. RGB value is (96,61,149). Sum of RGB (Red+Green+Blue) = 96+61+149=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 149 (58.59% from 255 or 48.69% from 306); Max value from RGB is 149 - color contains mainly: blue. Hex color #603D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D95 is #9FC26A. Grayscale: #515151. Windows color (decimal): -10469995 or 9780576. OLE color: 9780576.
HSL color Cylindrical-coordinate representation of color #603D95: hue angle of 263.86º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #603D95 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 61 | 149 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.42 |
| HSL | 263.86º | 0.42% | 0.41% | - |
| HSV(B) | 263.86º | 0.59% | 0.58% | - |
| XYZ | 11.92 | 7.99 | 29.35 | - |
| YUV | 81.5 | 166.1 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 149 | 0.36 | 0.59 | 0 | 0.42 | 263.86 | 0.42 | 0.41 |
| Hex | 60 | 3D | 95 | 24 | 3B | 0 | 2A | 108 | 2A | 29 |
| Octal | 140 | 75 | 225 | 44 | 73 | 0 | 52 | 410 | 52 | 51 |
| Binary | 1100000 | 111101 | 10010101 | 100100 | 111011 | 0 | 101010 | 100001000 | 101010 | 101001 |
Color Harmonies of #603D95
Complementary color
Monochromatic Colors of #603D95
Black with #603D95
Text Example
Text Example
White with #603D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D95; }
p { color: rgb(96,61,149); }
H1.HeaderClassName
{
color: #603D95;
}
.AnyTagClassName
{
color: #603D95;
}
</style>
background-color css
<style>
a { background-color: #603D95; }
a { background-color: rgb(96,61,149); }
div.DivClassName
{
background-color: #603D95;
}
.BgClassName
{
background-color: #603D95;
}
</style>
border-color css
<style>
span { border-color: #603D95; }
span { border-color: rgb(96,61,149); }
td.TdClassName
{
border-color: #603D95;
}
.TagClassName
{
border-color: #603D95;
}
</style>