Shades of Daisy Bush #624A91
Tints of Daisy Bush #624A91
RGB
CMYK
RGB Variations
Color information
#624A91 (or 0x624A91) is known color: Daisy Bush. HEX triplet: 62, 4A and 91. RGB value is (98,74,145). Sum of RGB (Red+Green+Blue) = 98+74+145=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #624A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624A91 is #9DB56E. Grayscale: #595959. Windows color (decimal): -10335599 or 9521762. OLE color: 9521762.
HSL color Cylindrical-coordinate representation of color #624A91: hue angle of 260.28º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #624A91 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 74 | 145 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.43 |
| HSL | 260.28º | 0.32% | 0.43% | - |
| HSV(B) | 260.28º | 0.49% | 0.57% | - |
| XYZ | 12.6 | 9.54 | 27.97 | - |
| YUV | 89.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 145 | 0.32 | 0.49 | 0 | 0.43 | 260.28 | 0.32 | 0.43 |
| Hex | 62 | 4A | 91 | 20 | 31 | 0 | 2B | 104 | 20 | 2B |
| Octal | 142 | 112 | 221 | 40 | 61 | 0 | 53 | 404 | 40 | 53 |
| Binary | 1100010 | 1001010 | 10010001 | 100000 | 110001 | 0 | 101011 | 100000100 | 100000 | 101011 |
Color Harmonies of #624A91
Complementary color
Monochromatic Colors of #624A91
Black with #624A91
Text Example
Text Example
White with #624A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A91; }
p { color: rgb(98,74,145); }
H1.HeaderClassName
{
color: #624A91;
}
.AnyTagClassName
{
color: #624A91;
}
</style>
background-color css
<style>
a { background-color: #624A91; }
a { background-color: rgb(98,74,145); }
div.DivClassName
{
background-color: #624A91;
}
.BgClassName
{
background-color: #624A91;
}
</style>
border-color css
<style>
span { border-color: #624A91; }
span { border-color: rgb(98,74,145); }
td.TdClassName
{
border-color: #624A91;
}
.TagClassName
{
border-color: #624A91;
}
</style>