Shades of Blue Marguerite #625AAE
Tints of Blue Marguerite #625AAE
RGB
CMYK
RGB Variations
Color information
#625AAE (or 0x625AAE) is known color: Blue Marguerite. HEX triplet: 62, 5A and AE. RGB value is (98,90,174). Sum of RGB (Red+Green+Blue) = 98+90+174=362 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.07% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #625AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625AAE is #9DA551. Grayscale: #656565. Windows color (decimal): -10331474 or 11426402. OLE color: 11426402.
HSL color Cylindrical-coordinate representation of color #625AAE: hue angle of 245.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #625AAE is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 90 | 174 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.32 |
| HSL | 245.71º | 0.34% | 0.52% | - |
| HSV(B) | 245.71º | 0.48% | 0.68% | - |
| XYZ | 16.33 | 12.96 | 41.69 | - |
| YUV | 101.97 | 168.65 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 174 | 0.44 | 0.48 | 0 | 0.32 | 245.71 | 0.34 | 0.52 |
| Hex | 62 | 5A | AE | 2C | 30 | 0 | 20 | F6 | 22 | 34 |
| Octal | 142 | 132 | 256 | 54 | 60 | 0 | 40 | 366 | 42 | 64 |
| Binary | 1100010 | 1011010 | 10101110 | 101100 | 110000 | 0 | 100000 | 11110110 | 100010 | 110100 |
Color Harmonies of #625AAE
Complementary color
Monochromatic Colors of #625AAE
Black with #625AAE
Text Example
Text Example
White with #625AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625AAE; }
p { color: rgb(98,90,174); }
H1.HeaderClassName
{
color: #625AAE;
}
.AnyTagClassName
{
color: #625AAE;
}
</style>
background-color css
<style>
a { background-color: #625AAE; }
a { background-color: rgb(98,90,174); }
div.DivClassName
{
background-color: #625AAE;
}
.BgClassName
{
background-color: #625AAE;
}
</style>
border-color css
<style>
span { border-color: #625AAE; }
span { border-color: rgb(98,90,174); }
td.TdClassName
{
border-color: #625AAE;
}
.TagClassName
{
border-color: #625AAE;
}
</style>