Shades of Blue Marguerite #624DB9
Tints of Blue Marguerite #624DB9
RGB
CMYK
RGB Variations
Color information
#624DB9 (or 0x624DB9) is known color: Blue Marguerite. HEX triplet: 62, 4D and B9. RGB value is (98,77,185). Sum of RGB (Red+Green+Blue) = 98+77+185=360 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.22% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #624DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DB9 is #9DB246. Grayscale: #5F5F5F. Windows color (decimal): -10334791 or 12143970. OLE color: 12143970.
HSL color Cylindrical-coordinate representation of color #624DB9: hue angle of 251.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #624DB9 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 77 | 185 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.27 |
| HSL | 251.67º | 0.44% | 0.51% | - |
| HSV(B) | 251.67º | 0.58% | 0.73% | - |
| XYZ | 16.45 | 11.41 | 47.23 | - |
| YUV | 95.59 | 178.46 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 185 | 0.47 | 0.58 | 0 | 0.27 | 251.67 | 0.44 | 0.51 |
| Hex | 62 | 4D | B9 | 2F | 3A | 0 | 1B | FC | 2C | 33 |
| Octal | 142 | 115 | 271 | 57 | 72 | 0 | 33 | 374 | 54 | 63 |
| Binary | 1100010 | 1001101 | 10111001 | 101111 | 111010 | 0 | 11011 | 11111100 | 101100 | 110011 |
Color Harmonies of #624DB9
Complementary color
Monochromatic Colors of #624DB9
Black with #624DB9
Text Example
Text Example
White with #624DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DB9; }
p { color: rgb(98,77,185); }
H1.HeaderClassName
{
color: #624DB9;
}
.AnyTagClassName
{
color: #624DB9;
}
</style>
background-color css
<style>
a { background-color: #624DB9; }
a { background-color: rgb(98,77,185); }
div.DivClassName
{
background-color: #624DB9;
}
.BgClassName
{
background-color: #624DB9;
}
</style>
border-color css
<style>
span { border-color: #624DB9; }
span { border-color: rgb(98,77,185); }
td.TdClassName
{
border-color: #624DB9;
}
.TagClassName
{
border-color: #624DB9;
}
</style>