Shades of Rich Blue #625BA8
Tints of Rich Blue #625BA8
RGB
CMYK
RGB Variations
Color information
#625BA8 (or 0x625BA8) is known color: Rich Blue. HEX triplet: 62, 5B and A8. RGB value is (98,91,168). Sum of RGB (Red+Green+Blue) = 98+91+168=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #625BA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625BA8 is #9DA457. Grayscale: #656565. Windows color (decimal): -10331224 or 11033442. OLE color: 11033442.
HSL color Cylindrical-coordinate representation of color #625BA8: hue angle of 245.45º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #625BA8 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 98 | 91 | 168 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.34 |
| HSL | 245.45º | 0.31% | 0.51% | - |
| HSV(B) | 245.45º | 0.46% | 0.66% | - |
| XYZ | 15.85 | 12.91 | 38.7 | - |
| YUV | 101.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 168 | 0.42 | 0.46 | 0 | 0.34 | 245.45 | 0.31 | 0.51 |
| Hex | 62 | 5B | A8 | 2A | 2E | 0 | 22 | F5 | 1F | 33 |
| Octal | 142 | 133 | 250 | 52 | 56 | 0 | 42 | 365 | 37 | 63 |
| Binary | 1100010 | 1011011 | 10101000 | 101010 | 101110 | 0 | 100010 | 11110101 | 11111 | 110011 |
Color Harmonies of #625BA8
Complementary color
Monochromatic Colors of #625BA8
Black with #625BA8
Text Example
Text Example
White with #625BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625BA8; }
p { color: rgb(98,91,168); }
H1.HeaderClassName
{
color: #625BA8;
}
.AnyTagClassName
{
color: #625BA8;
}
</style>
background-color css
<style>
a { background-color: #625BA8; }
a { background-color: rgb(98,91,168); }
div.DivClassName
{
background-color: #625BA8;
}
.BgClassName
{
background-color: #625BA8;
}
</style>
border-color css
<style>
span { border-color: #625BA8; }
span { border-color: rgb(98,91,168); }
td.TdClassName
{
border-color: #625BA8;
}
.TagClassName
{
border-color: #625BA8;
}
</style>