Shades of Rich Blue #625EAC
Tints of Rich Blue #625EAC
RGB
CMYK
RGB Variations
Color information
#625EAC (or 0x625EAC) is known color: Rich Blue. HEX triplet: 62, 5E and AC. RGB value is (98,94,172). Sum of RGB (Red+Green+Blue) = 98+94+172=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #625EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625EAC is #9DA153. Grayscale: #676767. Windows color (decimal): -10330452 or 11296354. OLE color: 11296354.
HSL color Cylindrical-coordinate representation of color #625EAC: hue angle of 243.08º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #625EAC is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 94 | 172 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.33 |
| HSL | 243.08º | 0.32% | 0.52% | - |
| HSV(B) | 243.08º | 0.45% | 0.67% | - |
| XYZ | 16.49 | 13.58 | 40.78 | - |
| YUV | 104.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 172 | 0.43 | 0.45 | 0 | 0.33 | 243.08 | 0.32 | 0.52 |
| Hex | 62 | 5E | AC | 2B | 2D | 0 | 21 | F3 | 20 | 34 |
| Octal | 142 | 136 | 254 | 53 | 55 | 0 | 41 | 363 | 40 | 64 |
| Binary | 1100010 | 1011110 | 10101100 | 101011 | 101101 | 0 | 100001 | 11110011 | 100000 | 110100 |
Color Harmonies of #625EAC
Complementary color
Monochromatic Colors of #625EAC
Black with #625EAC
Text Example
Text Example
White with #625EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625EAC; }
p { color: rgb(98,94,172); }
H1.HeaderClassName
{
color: #625EAC;
}
.AnyTagClassName
{
color: #625EAC;
}
</style>
background-color css
<style>
a { background-color: #625EAC; }
a { background-color: rgb(98,94,172); }
div.DivClassName
{
background-color: #625EAC;
}
.BgClassName
{
background-color: #625EAC;
}
</style>
border-color css
<style>
span { border-color: #625EAC; }
span { border-color: rgb(98,94,172); }
td.TdClassName
{
border-color: #625EAC;
}
.TagClassName
{
border-color: #625EAC;
}
</style>