Shades of Rich Blue #625FA2
Tints of Rich Blue #625FA2
RGB
CMYK
RGB Variations
Color information
#625FA2 (or 0x625FA2) is known color: Rich Blue. HEX triplet: 62, 5F and A2. RGB value is (98,95,162). Sum of RGB (Red+Green+Blue) = 98+95+162=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 162 - color contains mainly: blue. Hex color #625FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625FA2 is #9DA05D. Grayscale: #676767. Windows color (decimal): -10330206 or 10641250. OLE color: 10641250.
HSL color Cylindrical-coordinate representation of color #625FA2: hue angle of 242.69º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #625FA2 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 95 | 162 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.36 |
| HSL | 242.69º | 0.26% | 0.5% | - |
| HSV(B) | 242.69º | 0.41% | 0.64% | - |
| XYZ | 15.65 | 13.39 | 35.94 | - |
| YUV | 103.54 | 160.99 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 95 | 162 | 0.40 | 0.41 | 0 | 0.36 | 242.69 | 0.26 | 0.5 |
| Hex | 62 | 5F | A2 | 28 | 29 | 0 | 24 | F3 | 1A | 32 |
| Octal | 142 | 137 | 242 | 50 | 51 | 0 | 44 | 363 | 32 | 62 |
| Binary | 1100010 | 1011111 | 10100010 | 101000 | 101001 | 0 | 100100 | 11110011 | 11010 | 110010 |
Color Harmonies of #625FA2
Complementary color
Monochromatic Colors of #625FA2
Black with #625FA2
Text Example
Text Example
White with #625FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625FA2; }
p { color: rgb(98,95,162); }
H1.HeaderClassName
{
color: #625FA2;
}
.AnyTagClassName
{
color: #625FA2;
}
</style>
background-color css
<style>
a { background-color: #625FA2; }
a { background-color: rgb(98,95,162); }
div.DivClassName
{
background-color: #625FA2;
}
.BgClassName
{
background-color: #625FA2;
}
</style>
border-color css
<style>
span { border-color: #625FA2; }
span { border-color: rgb(98,95,162); }
td.TdClassName
{
border-color: #625FA2;
}
.TagClassName
{
border-color: #625FA2;
}
</style>