Shades of Rich Blue #625D9E
Tints of Rich Blue #625D9E
RGB
CMYK
RGB Variations
Color information
#625D9E (or 0x625D9E) is known color: Rich Blue. HEX triplet: 62, 5D and 9E. RGB value is (98,93,158). Sum of RGB (Red+Green+Blue) = 98+93+158=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 158 - color contains mainly: blue. Hex color #625D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625D9E is #9DA261. Grayscale: #656565. Windows color (decimal): -10330722 or 10378594. OLE color: 10378594.
HSL color Cylindrical-coordinate representation of color #625D9E: hue angle of 244.62º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #625D9E is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 93 | 158 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.38 |
| HSL | 244.62º | 0.26% | 0.49% | - |
| HSV(B) | 244.62º | 0.41% | 0.62% | - |
| XYZ | 15.12 | 12.89 | 34.04 | - |
| YUV | 101.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 158 | 0.38 | 0.41 | 0 | 0.38 | 244.62 | 0.26 | 0.49 |
| Hex | 62 | 5D | 9E | 26 | 29 | 0 | 26 | F5 | 1A | 31 |
| Octal | 142 | 135 | 236 | 46 | 51 | 0 | 46 | 365 | 32 | 61 |
| Binary | 1100010 | 1011101 | 10011110 | 100110 | 101001 | 0 | 100110 | 11110101 | 11010 | 110001 |
Color Harmonies of #625D9E
Complementary color
Monochromatic Colors of #625D9E
Black with #625D9E
Text Example
Text Example
White with #625D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D9E; }
p { color: rgb(98,93,158); }
H1.HeaderClassName
{
color: #625D9E;
}
.AnyTagClassName
{
color: #625D9E;
}
</style>
background-color css
<style>
a { background-color: #625D9E; }
a { background-color: rgb(98,93,158); }
div.DivClassName
{
background-color: #625D9E;
}
.BgClassName
{
background-color: #625D9E;
}
</style>
border-color css
<style>
span { border-color: #625D9E; }
span { border-color: rgb(98,93,158); }
td.TdClassName
{
border-color: #625D9E;
}
.TagClassName
{
border-color: #625D9E;
}
</style>