Shades of Blue Marguerite #624DAB
Tints of Blue Marguerite #624DAB
RGB
CMYK
RGB Variations
Color information
#624DAB (or 0x624DAB) is known color: Blue Marguerite. HEX triplet: 62, 4D and AB. RGB value is (98,77,171). Sum of RGB (Red+Green+Blue) = 98+77+171=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #624DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624DAB is #9DB254. Grayscale: #5D5D5D. Windows color (decimal): -10334805 or 11226466. OLE color: 11226466.
HSL color Cylindrical-coordinate representation of color #624DAB: hue angle of 253.4º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #624DAB is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 77 | 171 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.33 |
| HSL | 253.4º | 0.38% | 0.49% | - |
| HSV(B) | 253.4º | 0.55% | 0.67% | - |
| XYZ | 15.04 | 10.84 | 39.83 | - |
| YUV | 94 | 171.46 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 171 | 0.43 | 0.55 | 0 | 0.33 | 253.4 | 0.38 | 0.49 |
| Hex | 62 | 4D | AB | 2B | 37 | 0 | 21 | FD | 26 | 31 |
| Octal | 142 | 115 | 253 | 53 | 67 | 0 | 41 | 375 | 46 | 61 |
| Binary | 1100010 | 1001101 | 10101011 | 101011 | 110111 | 0 | 100001 | 11111101 | 100110 | 110001 |
Color Harmonies of #624DAB
Complementary color
Monochromatic Colors of #624DAB
Black with #624DAB
Text Example
Text Example
White with #624DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DAB; }
p { color: rgb(98,77,171); }
H1.HeaderClassName
{
color: #624DAB;
}
.AnyTagClassName
{
color: #624DAB;
}
</style>
background-color css
<style>
a { background-color: #624DAB; }
a { background-color: rgb(98,77,171); }
div.DivClassName
{
background-color: #624DAB;
}
.BgClassName
{
background-color: #624DAB;
}
</style>
border-color css
<style>
span { border-color: #624DAB; }
span { border-color: rgb(98,77,171); }
td.TdClassName
{
border-color: #624DAB;
}
.TagClassName
{
border-color: #624DAB;
}
</style>