Shades of Daisy Bush #60418F
Tints of Daisy Bush #60418F
RGB
CMYK
RGB Variations
Color information
#60418F (or 0x60418F) is known color: Daisy Bush. HEX triplet: 60, 41 and 8F. RGB value is (96,65,143). Sum of RGB (Red+Green+Blue) = 96+65+143=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #60418F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60418F is #9FBE70. Grayscale: #525252. Windows color (decimal): -10468977 or 9388384. OLE color: 9388384.
HSL color Cylindrical-coordinate representation of color #60418F: hue angle of 263.85º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60418F is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 65 | 143 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.44 |
| HSL | 263.85º | 0.38% | 0.41% | - |
| HSV(B) | 263.85º | 0.55% | 0.56% | - |
| XYZ | 11.67 | 8.25 | 26.96 | - |
| YUV | 83.16 | 161.77 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 143 | 0.33 | 0.55 | 0 | 0.44 | 263.85 | 0.38 | 0.41 |
| Hex | 60 | 41 | 8F | 21 | 37 | 0 | 2C | 108 | 26 | 29 |
| Octal | 140 | 101 | 217 | 41 | 67 | 0 | 54 | 410 | 46 | 51 |
| Binary | 1100000 | 1000001 | 10001111 | 100001 | 110111 | 0 | 101100 | 100001000 | 100110 | 101001 |
Color Harmonies of #60418F
Complementary color
Monochromatic Colors of #60418F
Black with #60418F
Text Example
Text Example
White with #60418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60418F; }
p { color: rgb(96,65,143); }
H1.HeaderClassName
{
color: #60418F;
}
.AnyTagClassName
{
color: #60418F;
}
</style>
background-color css
<style>
a { background-color: #60418F; }
a { background-color: rgb(96,65,143); }
div.DivClassName
{
background-color: #60418F;
}
.BgClassName
{
background-color: #60418F;
}
</style>
border-color css
<style>
span { border-color: #60418F; }
span { border-color: rgb(96,65,143); }
td.TdClassName
{
border-color: #60418F;
}
.TagClassName
{
border-color: #60418F;
}
</style>