Shades of Daisy Bush #624A98
Tints of Daisy Bush #624A98
RGB
CMYK
RGB Variations
Color information
#624A98 (or 0x624A98) is known color: Daisy Bush. HEX triplet: 62, 4A and 98. RGB value is (98,74,152). Sum of RGB (Red+Green+Blue) = 98+74+152=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 152 (59.77% from 255 or 46.91% from 324); Max value from RGB is 152 - color contains mainly: blue. Hex color #624A98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624A98 is #9DB567. Grayscale: #595959. Windows color (decimal): -10335592 or 9980514. OLE color: 9980514.
HSL color Cylindrical-coordinate representation of color #624A98: hue angle of 258.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #624A98 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 74 | 152 | - |
| CMYK | 0.36 | 0.51 | 0 | 0.40 |
| HSL | 258.46º | 0.35% | 0.44% | - |
| HSV(B) | 258.46º | 0.51% | 0.6% | - |
| XYZ | 13.15 | 9.76 | 30.9 | - |
| YUV | 90.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 152 | 0.36 | 0.51 | 0 | 0.40 | 258.46 | 0.35 | 0.44 |
| Hex | 62 | 4A | 98 | 24 | 33 | 0 | 28 | 102 | 23 | 2C |
| Octal | 142 | 112 | 230 | 44 | 63 | 0 | 50 | 402 | 43 | 54 |
| Binary | 1100010 | 1001010 | 10011000 | 100100 | 110011 | 0 | 101000 | 100000010 | 100011 | 101100 |
Color Harmonies of #624A98
Complementary color
Monochromatic Colors of #624A98
Black with #624A98
Text Example
Text Example
White with #624A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A98; }
p { color: rgb(98,74,152); }
H1.HeaderClassName
{
color: #624A98;
}
.AnyTagClassName
{
color: #624A98;
}
</style>
background-color css
<style>
a { background-color: #624A98; }
a { background-color: rgb(98,74,152); }
div.DivClassName
{
background-color: #624A98;
}
.BgClassName
{
background-color: #624A98;
}
</style>
border-color css
<style>
span { border-color: #624A98; }
span { border-color: rgb(98,74,152); }
td.TdClassName
{
border-color: #624A98;
}
.TagClassName
{
border-color: #624A98;
}
</style>