Shades of Daisy Bush #603D93
Tints of Daisy Bush #603D93
RGB
CMYK
RGB Variations
Color information
#603D93 (or 0x603D93) is known color: Daisy Bush. HEX triplet: 60, 3D and 93. RGB value is (96,61,147). Sum of RGB (Red+Green+Blue) = 96+61+147=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #603D93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D93 is #9FC26C. Grayscale: #505050. Windows color (decimal): -10469997 or 9649504. OLE color: 9649504.
HSL color Cylindrical-coordinate representation of color #603D93: hue angle of 264.42º degrees, saturation: 0.41, 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 #603D93 is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 61 | 147 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.42 |
| HSL | 264.42º | 0.41% | 0.41% | - |
| HSV(B) | 264.42º | 0.59% | 0.58% | - |
| XYZ | 11.76 | 7.93 | 28.51 | - |
| YUV | 81.27 | 165.1 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 147 | 0.35 | 0.59 | 0 | 0.42 | 264.42 | 0.41 | 0.41 |
| Hex | 60 | 3D | 93 | 23 | 3B | 0 | 2A | 108 | 29 | 29 |
| Octal | 140 | 75 | 223 | 43 | 73 | 0 | 52 | 410 | 51 | 51 |
| Binary | 1100000 | 111101 | 10010011 | 100011 | 111011 | 0 | 101010 | 100001000 | 101001 | 101001 |
Color Harmonies of #603D93
Complementary color
Monochromatic Colors of #603D93
Black with #603D93
Text Example
Text Example
White with #603D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D93; }
p { color: rgb(96,61,147); }
H1.HeaderClassName
{
color: #603D93;
}
.AnyTagClassName
{
color: #603D93;
}
</style>
background-color css
<style>
a { background-color: #603D93; }
a { background-color: rgb(96,61,147); }
div.DivClassName
{
background-color: #603D93;
}
.BgClassName
{
background-color: #603D93;
}
</style>
border-color css
<style>
span { border-color: #603D93; }
span { border-color: rgb(96,61,147); }
td.TdClassName
{
border-color: #603D93;
}
.TagClassName
{
border-color: #603D93;
}
</style>