Shades of Blue Marguerite #624DB7
Tints of Blue Marguerite #624DB7
RGB
CMYK
RGB Variations
Color information
#624DB7 (or 0x624DB7) is known color: Blue Marguerite. HEX triplet: 62, 4D and B7. RGB value is (98,77,183). Sum of RGB (Red+Green+Blue) = 98+77+183=358 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.37% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #624DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DB7 is #9DB248. Grayscale: #5E5E5E. Windows color (decimal): -10334793 or 12012898. OLE color: 12012898.
HSL color Cylindrical-coordinate representation of color #624DB7: hue angle of 251.89º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #624DB7 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 98 | 77 | 183 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.28 |
| HSL | 251.89º | 0.42% | 0.51% | - |
| HSV(B) | 251.89º | 0.58% | 0.72% | - |
| XYZ | 16.24 | 11.32 | 46.13 | - |
| YUV | 95.36 | 177.46 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 183 | 0.46 | 0.58 | 0 | 0.28 | 251.89 | 0.42 | 0.51 |
| Hex | 62 | 4D | B7 | 2E | 3A | 0 | 1C | FC | 2A | 33 |
| Octal | 142 | 115 | 267 | 56 | 72 | 0 | 34 | 374 | 52 | 63 |
| Binary | 1100010 | 1001101 | 10110111 | 101110 | 111010 | 0 | 11100 | 11111100 | 101010 | 110011 |
Color Harmonies of #624DB7
Complementary color
Monochromatic Colors of #624DB7
Black with #624DB7
Text Example
Text Example
White with #624DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DB7; }
p { color: rgb(98,77,183); }
H1.HeaderClassName
{
color: #624DB7;
}
.AnyTagClassName
{
color: #624DB7;
}
</style>
background-color css
<style>
a { background-color: #624DB7; }
a { background-color: rgb(98,77,183); }
div.DivClassName
{
background-color: #624DB7;
}
.BgClassName
{
background-color: #624DB7;
}
</style>
border-color css
<style>
span { border-color: #624DB7; }
span { border-color: rgb(98,77,183); }
td.TdClassName
{
border-color: #624DB7;
}
.TagClassName
{
border-color: #624DB7;
}
</style>