Shades of Blue Marguerite #624DB5
Tints of Blue Marguerite #624DB5
RGB
CMYK
RGB Variations
Color information
#624DB5 (or 0x624DB5) is known color: Blue Marguerite. HEX triplet: 62, 4D and B5. RGB value is (98,77,181). Sum of RGB (Red+Green+Blue) = 98+77+181=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #624DB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DB5 is #9DB24A. Grayscale: #5E5E5E. Windows color (decimal): -10334795 or 11881826. OLE color: 11881826.
HSL color Cylindrical-coordinate representation of color #624DB5: hue angle of 252.12º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #624DB5 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 77 | 181 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.29 |
| HSL | 252.12º | 0.41% | 0.51% | - |
| HSV(B) | 252.12º | 0.57% | 0.71% | - |
| XYZ | 16.03 | 11.24 | 45.04 | - |
| YUV | 95.14 | 176.46 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 181 | 0.46 | 0.57 | 0 | 0.29 | 252.12 | 0.41 | 0.51 |
| Hex | 62 | 4D | B5 | 2E | 39 | 0 | 1D | FC | 29 | 33 |
| Octal | 142 | 115 | 265 | 56 | 71 | 0 | 35 | 374 | 51 | 63 |
| Binary | 1100010 | 1001101 | 10110101 | 101110 | 111001 | 0 | 11101 | 11111100 | 101001 | 110011 |
Color Harmonies of #624DB5
Complementary color
Monochromatic Colors of #624DB5
Black with #624DB5
Text Example
Text Example
White with #624DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DB5; }
p { color: rgb(98,77,181); }
H1.HeaderClassName
{
color: #624DB5;
}
.AnyTagClassName
{
color: #624DB5;
}
</style>
background-color css
<style>
a { background-color: #624DB5; }
a { background-color: rgb(98,77,181); }
div.DivClassName
{
background-color: #624DB5;
}
.BgClassName
{
background-color: #624DB5;
}
</style>
border-color css
<style>
span { border-color: #624DB5; }
span { border-color: rgb(98,77,181); }
td.TdClassName
{
border-color: #624DB5;
}
.TagClassName
{
border-color: #624DB5;
}
</style>