Shades of Daisy Bush #62418C
Tints of Daisy Bush #62418C
RGB
CMYK
RGB Variations
Color information
#62418C (or 0x62418C) is known color: Daisy Bush. HEX triplet: 62, 41 and 8C. RGB value is (98,65,140). Sum of RGB (Red+Green+Blue) = 98+65+140=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 140 - color contains mainly: blue. Hex color #62418C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62418C is #9DBE73. Grayscale: #535353. Windows color (decimal): -10337908 or 9191778. OLE color: 9191778.
HSL color Cylindrical-coordinate representation of color #62418C: hue angle of 266.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62418C is Cyan = 0.3, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 65 | 140 | - |
| CMYK | 0.3 | 0.54 | 0 | 0.45 |
| HSL | 266.4º | 0.37% | 0.4% | - |
| HSV(B) | 266.4º | 0.54% | 0.55% | - |
| XYZ | 11.66 | 8.27 | 25.79 | - |
| YUV | 83.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 140 | 0.3 | 0.54 | 0 | 0.45 | 266.4 | 0.37 | 0.4 |
| Hex | 62 | 41 | 8C | 1E | 36 | 0 | 2D | 10A | 25 | 28 |
| Octal | 142 | 101 | 214 | 36 | 66 | 0 | 55 | 412 | 45 | 50 |
| Binary | 1100010 | 1000001 | 10001100 | 11110 | 110110 | 0 | 101101 | 100001010 | 100101 | 101000 |
Color Harmonies of #62418C
Complementary color
Monochromatic Colors of #62418C
Black with #62418C
Text Example
Text Example
White with #62418C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62418C; }
p { color: rgb(98,65,140); }
H1.HeaderClassName
{
color: #62418C;
}
.AnyTagClassName
{
color: #62418C;
}
</style>
background-color css
<style>
a { background-color: #62418C; }
a { background-color: rgb(98,65,140); }
div.DivClassName
{
background-color: #62418C;
}
.BgClassName
{
background-color: #62418C;
}
</style>
border-color css
<style>
span { border-color: #62418C; }
span { border-color: rgb(98,65,140); }
td.TdClassName
{
border-color: #62418C;
}
.TagClassName
{
border-color: #62418C;
}
</style>