Shades of Daisy Bush #62479A
Tints of Daisy Bush #62479A
RGB
CMYK
RGB Variations
Color information
#62479A (or 0x62479A) is known color: Daisy Bush. HEX triplet: 62, 47 and 9A. RGB value is (98,71,154). Sum of RGB (Red+Green+Blue) = 98+71+154=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 154 (60.55% from 255 or 47.68% from 323); Max value from RGB is 154 - color contains mainly: blue. Hex color #62479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62479A is #9DB865. Grayscale: #585858. Windows color (decimal): -10336358 or 10110818. OLE color: 10110818.
HSL color Cylindrical-coordinate representation of color #62479A: hue angle of 259.52º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62479A is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 71 | 154 | - |
| CMYK | 0.36 | 0.54 | 0 | 0.40 |
| HSL | 259.52º | 0.37% | 0.44% | - |
| HSV(B) | 259.52º | 0.54% | 0.6% | - |
| XYZ | 13.12 | 9.44 | 31.7 | - |
| YUV | 88.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 71 | 154 | 0.36 | 0.54 | 0 | 0.40 | 259.52 | 0.37 | 0.44 |
| Hex | 62 | 47 | 9A | 24 | 36 | 0 | 28 | 104 | 25 | 2C |
| Octal | 142 | 107 | 232 | 44 | 66 | 0 | 50 | 404 | 45 | 54 |
| Binary | 1100010 | 1000111 | 10011010 | 100100 | 110110 | 0 | 101000 | 100000100 | 100101 | 101100 |
Color Harmonies of #62479A
Complementary color
Monochromatic Colors of #62479A
Black with #62479A
Text Example
Text Example
White with #62479A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62479A; }
p { color: rgb(98,71,154); }
H1.HeaderClassName
{
color: #62479A;
}
.AnyTagClassName
{
color: #62479A;
}
</style>
background-color css
<style>
a { background-color: #62479A; }
a { background-color: rgb(98,71,154); }
div.DivClassName
{
background-color: #62479A;
}
.BgClassName
{
background-color: #62479A;
}
</style>
border-color css
<style>
span { border-color: #62479A; }
span { border-color: rgb(98,71,154); }
td.TdClassName
{
border-color: #62479A;
}
.TagClassName
{
border-color: #62479A;
}
</style>