Shades of Blue Marguerite #624CAC
Tints of Blue Marguerite #624CAC
RGB
CMYK
RGB Variations
Color information
#624CAC (or 0x624CAC) is known color: Blue Marguerite. HEX triplet: 62, 4C and AC. RGB value is (98,76,172). Sum of RGB (Red+Green+Blue) = 98+76+172=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 172 (67.58% from 255 or 49.71% from 346); Max value from RGB is 172 - color contains mainly: blue. Hex color #624CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624CAC is #9DB353. Grayscale: #5D5D5D. Windows color (decimal): -10335060 or 11291746. OLE color: 11291746.
HSL color Cylindrical-coordinate representation of color #624CAC: hue angle of 253.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #624CAC is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 76 | 172 | - |
| CMYK | 0.43 | 0.56 | 0 | 0.33 |
| HSL | 253.75º | 0.39% | 0.49% | - |
| HSV(B) | 253.75º | 0.56% | 0.67% | - |
| XYZ | 15.07 | 10.74 | 40.31 | - |
| YUV | 93.52 | 172.29 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 172 | 0.43 | 0.56 | 0 | 0.33 | 253.75 | 0.39 | 0.49 |
| Hex | 62 | 4C | AC | 2B | 38 | 0 | 21 | FE | 27 | 31 |
| Octal | 142 | 114 | 254 | 53 | 70 | 0 | 41 | 376 | 47 | 61 |
| Binary | 1100010 | 1001100 | 10101100 | 101011 | 111000 | 0 | 100001 | 11111110 | 100111 | 110001 |
Color Harmonies of #624CAC
Complementary color
Monochromatic Colors of #624CAC
Black with #624CAC
Text Example
Text Example
White with #624CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624CAC; }
p { color: rgb(98,76,172); }
H1.HeaderClassName
{
color: #624CAC;
}
.AnyTagClassName
{
color: #624CAC;
}
</style>
background-color css
<style>
a { background-color: #624CAC; }
a { background-color: rgb(98,76,172); }
div.DivClassName
{
background-color: #624CAC;
}
.BgClassName
{
background-color: #624CAC;
}
</style>
border-color css
<style>
span { border-color: #624CAC; }
span { border-color: rgb(98,76,172); }
td.TdClassName
{
border-color: #624CAC;
}
.TagClassName
{
border-color: #624CAC;
}
</style>