Shades of Daisy Bush #603D92
Tints of Daisy Bush #603D92
RGB
CMYK
RGB Variations
Color information
#603D92 (or 0x603D92) is known color: Daisy Bush. HEX triplet: 60, 3D and 92. RGB value is (96,61,146). Sum of RGB (Red+Green+Blue) = 96+61+146=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #603D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603D92 is #9FC26D. Grayscale: #505050. Windows color (decimal): -10469998 or 9583968. OLE color: 9583968.
HSL color Cylindrical-coordinate representation of color #603D92: hue angle of 264.71º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #603D92 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 61 | 146 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.43 |
| HSL | 264.71º | 0.41% | 0.41% | - |
| HSV(B) | 264.71º | 0.58% | 0.57% | - |
| XYZ | 11.68 | 7.9 | 28.1 | - |
| YUV | 81.16 | 164.6 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 146 | 0.34 | 0.58 | 0 | 0.43 | 264.71 | 0.41 | 0.41 |
| Hex | 60 | 3D | 92 | 22 | 3A | 0 | 2B | 109 | 29 | 29 |
| Octal | 140 | 75 | 222 | 42 | 72 | 0 | 53 | 411 | 51 | 51 |
| Binary | 1100000 | 111101 | 10010010 | 100010 | 111010 | 0 | 101011 | 100001001 | 101001 | 101001 |
Color Harmonies of #603D92
Complementary color
Monochromatic Colors of #603D92
Black with #603D92
Text Example
Text Example
White with #603D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D92; }
p { color: rgb(96,61,146); }
H1.HeaderClassName
{
color: #603D92;
}
.AnyTagClassName
{
color: #603D92;
}
</style>
background-color css
<style>
a { background-color: #603D92; }
a { background-color: rgb(96,61,146); }
div.DivClassName
{
background-color: #603D92;
}
.BgClassName
{
background-color: #603D92;
}
</style>
border-color css
<style>
span { border-color: #603D92; }
span { border-color: rgb(96,61,146); }
td.TdClassName
{
border-color: #603D92;
}
.TagClassName
{
border-color: #603D92;
}
</style>