Shades of Daisy Bush #62498D
Tints of Daisy Bush #62498D
RGB
CMYK
RGB Variations
Color information
#62498D (or 0x62498D) is known color: Daisy Bush. HEX triplet: 62, 49 and 8D. RGB value is (98,73,141). Sum of RGB (Red+Green+Blue) = 98+73+141=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #62498D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62498D is #9DB672. Grayscale: #575757. Windows color (decimal): -10335859 or 9259362. OLE color: 9259362.
HSL color Cylindrical-coordinate representation of color #62498D: hue angle of 262.06º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62498D is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 73 | 141 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.45 |
| HSL | 262.06º | 0.32% | 0.42% | - |
| HSV(B) | 262.06º | 0.48% | 0.55% | - |
| XYZ | 12.23 | 9.28 | 26.35 | - |
| YUV | 88.23 | 157.78 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 141 | 0.30 | 0.48 | 0 | 0.45 | 262.06 | 0.32 | 0.42 |
| Hex | 62 | 49 | 8D | 1E | 30 | 0 | 2D | 106 | 20 | 2A |
| Octal | 142 | 111 | 215 | 36 | 60 | 0 | 55 | 406 | 40 | 52 |
| Binary | 1100010 | 1001001 | 10001101 | 11110 | 110000 | 0 | 101101 | 100000110 | 100000 | 101010 |
Color Harmonies of #62498D
Complementary color
Monochromatic Colors of #62498D
Black with #62498D
Text Example
Text Example
White with #62498D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62498D; }
p { color: rgb(98,73,141); }
H1.HeaderClassName
{
color: #62498D;
}
.AnyTagClassName
{
color: #62498D;
}
</style>
background-color css
<style>
a { background-color: #62498D; }
a { background-color: rgb(98,73,141); }
div.DivClassName
{
background-color: #62498D;
}
.BgClassName
{
background-color: #62498D;
}
</style>
border-color css
<style>
span { border-color: #62498D; }
span { border-color: rgb(98,73,141); }
td.TdClassName
{
border-color: #62498D;
}
.TagClassName
{
border-color: #62498D;
}
</style>