Shades of Daisy Bush #60419D
Tints of Daisy Bush #60419D
RGB
CMYK
RGB Variations
Color information
#60419D (or 0x60419D) is known color: Daisy Bush. HEX triplet: 60, 41 and 9D. RGB value is (96,65,157). Sum of RGB (Red+Green+Blue) = 96+65+157=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #60419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60419D is #9FBE62. Grayscale: #545454. Windows color (decimal): -10468963 or 10305888. OLE color: 10305888.
HSL color Cylindrical-coordinate representation of color #60419D: hue angle of 260.22º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60419D is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 96 | 65 | 157 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.38 |
| HSL | 260.22º | 0.41% | 0.44% | - |
| HSV(B) | 260.22º | 0.59% | 0.62% | - |
| XYZ | 12.8 | 8.7 | 32.9 | - |
| YUV | 84.76 | 168.77 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 157 | 0.39 | 0.59 | 0 | 0.38 | 260.22 | 0.41 | 0.44 |
| Hex | 60 | 41 | 9D | 27 | 3B | 0 | 26 | 104 | 29 | 2C |
| Octal | 140 | 101 | 235 | 47 | 73 | 0 | 46 | 404 | 51 | 54 |
| Binary | 1100000 | 1000001 | 10011101 | 100111 | 111011 | 0 | 100110 | 100000100 | 101001 | 101100 |
Color Harmonies of #60419D
Complementary color
Monochromatic Colors of #60419D
Black with #60419D
Text Example
Text Example
White with #60419D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60419D; }
p { color: rgb(96,65,157); }
H1.HeaderClassName
{
color: #60419D;
}
.AnyTagClassName
{
color: #60419D;
}
</style>
background-color css
<style>
a { background-color: #60419D; }
a { background-color: rgb(96,65,157); }
div.DivClassName
{
background-color: #60419D;
}
.BgClassName
{
background-color: #60419D;
}
</style>
border-color css
<style>
span { border-color: #60419D; }
span { border-color: rgb(96,65,157); }
td.TdClassName
{
border-color: #60419D;
}
.TagClassName
{
border-color: #60419D;
}
</style>