Shades of Blue Marguerite #624CA4
Tints of Blue Marguerite #624CA4
RGB
CMYK
RGB Variations
Color information
#624CA4 (or 0x624CA4) is known color: Blue Marguerite. HEX triplet: 62, 4C and A4. RGB value is (98,76,164). Sum of RGB (Red+Green+Blue) = 98+76+164=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 164 (64.45% from 255 or 48.52% from 338); Max value from RGB is 164 - color contains mainly: blue. Hex color #624CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #624CA4 is #9DB35B. Grayscale: #5C5C5C. Windows color (decimal): -10335068 or 10767458. OLE color: 10767458.
HSL color Cylindrical-coordinate representation of color #624CA4: hue angle of 255º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #624CA4 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 76 | 164 | - |
| CMYK | 0.40 | 0.54 | 0 | 0.36 |
| HSL | 255º | 0.37% | 0.47% | - |
| HSV(B) | 255º | 0.54% | 0.64% | - |
| XYZ | 14.32 | 10.45 | 36.38 | - |
| YUV | 92.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 164 | 0.40 | 0.54 | 0 | 0.36 | 255 | 0.37 | 0.47 |
| Hex | 62 | 4C | A4 | 28 | 36 | 0 | 24 | FF | 25 | 2F |
| Octal | 142 | 114 | 244 | 50 | 66 | 0 | 44 | 377 | 45 | 57 |
| Binary | 1100010 | 1001100 | 10100100 | 101000 | 110110 | 0 | 100100 | 11111111 | 100101 | 101111 |
Color Harmonies of #624CA4
Complementary color
Monochromatic Colors of #624CA4
Black with #624CA4
Text Example
Text Example
White with #624CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624CA4; }
p { color: rgb(98,76,164); }
H1.HeaderClassName
{
color: #624CA4;
}
.AnyTagClassName
{
color: #624CA4;
}
</style>
background-color css
<style>
a { background-color: #624CA4; }
a { background-color: rgb(98,76,164); }
div.DivClassName
{
background-color: #624CA4;
}
.BgClassName
{
background-color: #624CA4;
}
</style>
border-color css
<style>
span { border-color: #624CA4; }
span { border-color: rgb(98,76,164); }
td.TdClassName
{
border-color: #624CA4;
}
.TagClassName
{
border-color: #624CA4;
}
</style>