Shades of Blue Marguerite #624CB1
Tints of Blue Marguerite #624CB1
RGB
CMYK
RGB Variations
Color information
#624CB1 (or 0x624CB1) is known color: Blue Marguerite. HEX triplet: 62, 4C and B1. RGB value is (98,76,177). Sum of RGB (Red+Green+Blue) = 98+76+177=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #624CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624CB1 is #9DB34E. Grayscale: #5D5D5D. Windows color (decimal): -10335055 or 11619426. OLE color: 11619426.
HSL color Cylindrical-coordinate representation of color #624CB1: hue angle of 253.07º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #624CB1 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 76 | 177 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.31 |
| HSL | 253.07º | 0.4% | 0.5% | - |
| HSV(B) | 253.07º | 0.57% | 0.69% | - |
| XYZ | 15.56 | 10.94 | 42.89 | - |
| YUV | 94.09 | 174.79 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 177 | 0.45 | 0.57 | 0 | 0.31 | 253.07 | 0.4 | 0.5 |
| Hex | 62 | 4C | B1 | 2D | 39 | 0 | 1F | FD | 28 | 32 |
| Octal | 142 | 114 | 261 | 55 | 71 | 0 | 37 | 375 | 50 | 62 |
| Binary | 1100010 | 1001100 | 10110001 | 101101 | 111001 | 0 | 11111 | 11111101 | 101000 | 110010 |
Color Harmonies of #624CB1
Complementary color
Monochromatic Colors of #624CB1
Black with #624CB1
Text Example
Text Example
White with #624CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624CB1; }
p { color: rgb(98,76,177); }
H1.HeaderClassName
{
color: #624CB1;
}
.AnyTagClassName
{
color: #624CB1;
}
</style>
background-color css
<style>
a { background-color: #624CB1; }
a { background-color: rgb(98,76,177); }
div.DivClassName
{
background-color: #624CB1;
}
.BgClassName
{
background-color: #624CB1;
}
</style>
border-color css
<style>
span { border-color: #624CB1; }
span { border-color: rgb(98,76,177); }
td.TdClassName
{
border-color: #624CB1;
}
.TagClassName
{
border-color: #624CB1;
}
</style>