Shades of Blue Marguerite #624FAE
Tints of Blue Marguerite #624FAE
RGB
CMYK
RGB Variations
Color information
#624FAE (or 0x624FAE) is known color: Blue Marguerite. HEX triplet: 62, 4F and AE. RGB value is (98,79,174). Sum of RGB (Red+Green+Blue) = 98+79+174=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #624FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #624FAE is #9DB051. Grayscale: #5F5F5F. Windows color (decimal): -10334290 or 11423586. OLE color: 11423586.
HSL color Cylindrical-coordinate representation of color #624FAE: hue angle of 252º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #624FAE is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 79 | 174 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.32 |
| HSL | 252º | 0.38% | 0.5% | - |
| HSV(B) | 252º | 0.55% | 0.68% | - |
| XYZ | 15.47 | 11.24 | 41.4 | - |
| YUV | 95.51 | 172.29 | 129.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 174 | 0.44 | 0.55 | 0 | 0.32 | 252 | 0.38 | 0.5 |
| Hex | 62 | 4F | AE | 2C | 37 | 0 | 20 | FC | 26 | 32 |
| Octal | 142 | 117 | 256 | 54 | 67 | 0 | 40 | 374 | 46 | 62 |
| Binary | 1100010 | 1001111 | 10101110 | 101100 | 110111 | 0 | 100000 | 11111100 | 100110 | 110010 |
Color Harmonies of #624FAE
Complementary color
Monochromatic Colors of #624FAE
Black with #624FAE
Text Example
Text Example
White with #624FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624FAE; }
p { color: rgb(98,79,174); }
H1.HeaderClassName
{
color: #624FAE;
}
.AnyTagClassName
{
color: #624FAE;
}
</style>
background-color css
<style>
a { background-color: #624FAE; }
a { background-color: rgb(98,79,174); }
div.DivClassName
{
background-color: #624FAE;
}
.BgClassName
{
background-color: #624FAE;
}
</style>
border-color css
<style>
span { border-color: #624FAE; }
span { border-color: rgb(98,79,174); }
td.TdClassName
{
border-color: #624FAE;
}
.TagClassName
{
border-color: #624FAE;
}
</style>