Shades of Daisy Bush #62498B
Tints of Daisy Bush #62498B
RGB
CMYK
RGB Variations
Color information
#62498B (or 0x62498B) is known color: Daisy Bush. HEX triplet: 62, 49 and 8B. RGB value is (98,73,139). Sum of RGB (Red+Green+Blue) = 98+73+139=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #62498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62498B is #9DB674. Grayscale: #575757. Windows color (decimal): -10335861 or 9128290. OLE color: 9128290.
HSL color Cylindrical-coordinate representation of color #62498B: hue angle of 262.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62498B is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 73 | 139 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.45 |
| HSL | 262.73º | 0.31% | 0.42% | - |
| HSV(B) | 262.73º | 0.47% | 0.55% | - |
| XYZ | 12.08 | 9.23 | 25.57 | - |
| YUV | 88 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 139 | 0.29 | 0.47 | 0 | 0.45 | 262.73 | 0.31 | 0.42 |
| Hex | 62 | 49 | 8B | 1D | 2F | 0 | 2D | 107 | 1F | 2A |
| Octal | 142 | 111 | 213 | 35 | 57 | 0 | 55 | 407 | 37 | 52 |
| Binary | 1100010 | 1001001 | 10001011 | 11101 | 101111 | 0 | 101101 | 100000111 | 11111 | 101010 |
Color Harmonies of #62498B
Complementary color
Monochromatic Colors of #62498B
Black with #62498B
Text Example
Text Example
White with #62498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62498B; }
p { color: rgb(98,73,139); }
H1.HeaderClassName
{
color: #62498B;
}
.AnyTagClassName
{
color: #62498B;
}
</style>
background-color css
<style>
a { background-color: #62498B; }
a { background-color: rgb(98,73,139); }
div.DivClassName
{
background-color: #62498B;
}
.BgClassName
{
background-color: #62498B;
}
</style>
border-color css
<style>
span { border-color: #62498B; }
span { border-color: rgb(98,73,139); }
td.TdClassName
{
border-color: #62498B;
}
.TagClassName
{
border-color: #62498B;
}
</style>