Shades of Daisy Bush #62499D
Tints of Daisy Bush #62499D
RGB
CMYK
RGB Variations
Color information
#62499D (or 0x62499D) is known color: Daisy Bush. HEX triplet: 62, 49 and 9D. RGB value is (98,73,157). Sum of RGB (Red+Green+Blue) = 98+73+157=328 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.88% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #62499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62499D is #9DB662. Grayscale: #595959. Windows color (decimal): -10335843 or 10307938. OLE color: 10307938.
HSL color Cylindrical-coordinate representation of color #62499D: hue angle of 257.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62499D is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 73 | 157 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.38 |
| HSL | 257.86º | 0.37% | 0.45% | - |
| HSV(B) | 257.86º | 0.54% | 0.62% | - |
| XYZ | 13.51 | 9.8 | 33.08 | - |
| YUV | 90.05 | 165.78 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 157 | 0.38 | 0.54 | 0 | 0.38 | 257.86 | 0.37 | 0.45 |
| Hex | 62 | 49 | 9D | 26 | 36 | 0 | 26 | 102 | 25 | 2D |
| Octal | 142 | 111 | 235 | 46 | 66 | 0 | 46 | 402 | 45 | 55 |
| Binary | 1100010 | 1001001 | 10011101 | 100110 | 110110 | 0 | 100110 | 100000010 | 100101 | 101101 |
Color Harmonies of #62499D
Complementary color
Monochromatic Colors of #62499D
Black with #62499D
Text Example
Text Example
White with #62499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62499D; }
p { color: rgb(98,73,157); }
H1.HeaderClassName
{
color: #62499D;
}
.AnyTagClassName
{
color: #62499D;
}
</style>
background-color css
<style>
a { background-color: #62499D; }
a { background-color: rgb(98,73,157); }
div.DivClassName
{
background-color: #62499D;
}
.BgClassName
{
background-color: #62499D;
}
</style>
border-color css
<style>
span { border-color: #62499D; }
span { border-color: rgb(98,73,157); }
td.TdClassName
{
border-color: #62499D;
}
.TagClassName
{
border-color: #62499D;
}
</style>