Shades of Daisy Bush #603F90
Tints of Daisy Bush #603F90
RGB
CMYK
RGB Variations
Color information
#603F90 (or 0x603F90) is known color: Daisy Bush. HEX triplet: 60, 3F and 90. RGB value is (96,63,144). Sum of RGB (Red+Green+Blue) = 96+63+144=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 63 (25% from 255 or 20.79% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #603F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603F90 is #9FC06F. Grayscale: #515151. Windows color (decimal): -10469488 or 9453408. OLE color: 9453408.
HSL color Cylindrical-coordinate representation of color #603F90: hue angle of 264.44º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #603F90 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 63 | 144 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.44 |
| HSL | 264.44º | 0.39% | 0.41% | - |
| HSV(B) | 264.44º | 0.56% | 0.56% | - |
| XYZ | 11.64 | 8.06 | 27.33 | - |
| YUV | 82.1 | 162.93 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 144 | 0.33 | 0.56 | 0 | 0.44 | 264.44 | 0.39 | 0.41 |
| Hex | 60 | 3F | 90 | 21 | 38 | 0 | 2C | 108 | 27 | 29 |
| Octal | 140 | 77 | 220 | 41 | 70 | 0 | 54 | 410 | 47 | 51 |
| Binary | 1100000 | 111111 | 10010000 | 100001 | 111000 | 0 | 101100 | 100001000 | 100111 | 101001 |
Color Harmonies of #603F90
Complementary color
Monochromatic Colors of #603F90
Black with #603F90
Text Example
Text Example
White with #603F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F90; }
p { color: rgb(96,63,144); }
H1.HeaderClassName
{
color: #603F90;
}
.AnyTagClassName
{
color: #603F90;
}
</style>
background-color css
<style>
a { background-color: #603F90; }
a { background-color: rgb(96,63,144); }
div.DivClassName
{
background-color: #603F90;
}
.BgClassName
{
background-color: #603F90;
}
</style>
border-color css
<style>
span { border-color: #603F90; }
span { border-color: rgb(96,63,144); }
td.TdClassName
{
border-color: #603F90;
}
.TagClassName
{
border-color: #603F90;
}
</style>