Shades of Blue Marguerite #624DB6
Tints of Blue Marguerite #624DB6
RGB
CMYK
RGB Variations
Color information
#624DB6 (or 0x624DB6) is known color: Blue Marguerite. HEX triplet: 62, 4D and B6. RGB value is (98,77,182). Sum of RGB (Red+Green+Blue) = 98+77+182=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #624DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #624DB6 is #9DB249. Grayscale: #5E5E5E. Windows color (decimal): -10334794 or 11947362. OLE color: 11947362.
HSL color Cylindrical-coordinate representation of color #624DB6: hue angle of 252º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #624DB6 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 77 | 182 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.29 |
| HSL | 252º | 0.42% | 0.51% | - |
| HSV(B) | 252º | 0.58% | 0.71% | - |
| XYZ | 16.13 | 11.28 | 45.58 | - |
| YUV | 95.25 | 176.96 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 182 | 0.46 | 0.58 | 0 | 0.29 | 252 | 0.42 | 0.51 |
| Hex | 62 | 4D | B6 | 2E | 3A | 0 | 1D | FC | 2A | 33 |
| Octal | 142 | 115 | 266 | 56 | 72 | 0 | 35 | 374 | 52 | 63 |
| Binary | 1100010 | 1001101 | 10110110 | 101110 | 111010 | 0 | 11101 | 11111100 | 101010 | 110011 |
Color Harmonies of #624DB6
Complementary color
Monochromatic Colors of #624DB6
Black with #624DB6
Text Example
Text Example
White with #624DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DB6; }
p { color: rgb(98,77,182); }
H1.HeaderClassName
{
color: #624DB6;
}
.AnyTagClassName
{
color: #624DB6;
}
</style>
background-color css
<style>
a { background-color: #624DB6; }
a { background-color: rgb(98,77,182); }
div.DivClassName
{
background-color: #624DB6;
}
.BgClassName
{
background-color: #624DB6;
}
</style>
border-color css
<style>
span { border-color: #624DB6; }
span { border-color: rgb(98,77,182); }
td.TdClassName
{
border-color: #624DB6;
}
.TagClassName
{
border-color: #624DB6;
}
</style>