Shades of Blue Marguerite #624DAC
Tints of Blue Marguerite #624DAC
RGB
CMYK
RGB Variations
Color information
#624DAC (or 0x624DAC) is known color: Blue Marguerite. HEX triplet: 62, 4D and AC. RGB value is (98,77,172). Sum of RGB (Red+Green+Blue) = 98+77+172=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #624DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624DAC is #9DB253. Grayscale: #5D5D5D. Windows color (decimal): -10334804 or 11292002. OLE color: 11292002.
HSL color Cylindrical-coordinate representation of color #624DAC: hue angle of 253.26º 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 #624DAC is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 77 | 172 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.33 |
| HSL | 253.26º | 0.38% | 0.49% | - |
| HSV(B) | 253.26º | 0.55% | 0.67% | - |
| XYZ | 15.14 | 10.88 | 40.33 | - |
| YUV | 94.11 | 171.96 | 130.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 172 | 0.43 | 0.55 | 0 | 0.33 | 253.26 | 0.38 | 0.49 |
| Hex | 62 | 4D | AC | 2B | 37 | 0 | 21 | FD | 26 | 31 |
| Octal | 142 | 115 | 254 | 53 | 67 | 0 | 41 | 375 | 46 | 61 |
| Binary | 1100010 | 1001101 | 10101100 | 101011 | 110111 | 0 | 100001 | 11111101 | 100110 | 110001 |
Color Harmonies of #624DAC
Complementary color
Monochromatic Colors of #624DAC
Black with #624DAC
Text Example
Text Example
White with #624DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624DAC; }
p { color: rgb(98,77,172); }
H1.HeaderClassName
{
color: #624DAC;
}
.AnyTagClassName
{
color: #624DAC;
}
</style>
background-color css
<style>
a { background-color: #624DAC; }
a { background-color: rgb(98,77,172); }
div.DivClassName
{
background-color: #624DAC;
}
.BgClassName
{
background-color: #624DAC;
}
</style>
border-color css
<style>
span { border-color: #624DAC; }
span { border-color: rgb(98,77,172); }
td.TdClassName
{
border-color: #624DAC;
}
.TagClassName
{
border-color: #624DAC;
}
</style>