Shades of Rich Blue #625D9F
Tints of Rich Blue #625D9F
RGB
CMYK
RGB Variations
Color information
#625D9F (or 0x625D9F) is known color: Rich Blue. HEX triplet: 62, 5D and 9F. RGB value is (98,93,159). Sum of RGB (Red+Green+Blue) = 98+93+159=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #625D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625D9F is #9DA260. Grayscale: #656565. Windows color (decimal): -10330721 or 10444130. OLE color: 10444130.
HSL color Cylindrical-coordinate representation of color #625D9F: hue angle of 244.55º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625D9F is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 93 | 159 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.38 |
| HSL | 244.55º | 0.26% | 0.49% | - |
| HSV(B) | 244.55º | 0.42% | 0.62% | - |
| XYZ | 15.21 | 12.93 | 34.49 | - |
| YUV | 102.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 159 | 0.38 | 0.42 | 0 | 0.38 | 244.55 | 0.26 | 0.49 |
| Hex | 62 | 5D | 9F | 26 | 2A | 0 | 26 | F5 | 1A | 31 |
| Octal | 142 | 135 | 237 | 46 | 52 | 0 | 46 | 365 | 32 | 61 |
| Binary | 1100010 | 1011101 | 10011111 | 100110 | 101010 | 0 | 100110 | 11110101 | 11010 | 110001 |
Color Harmonies of #625D9F
Complementary color
Monochromatic Colors of #625D9F
Black with #625D9F
Text Example
Text Example
White with #625D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D9F; }
p { color: rgb(98,93,159); }
H1.HeaderClassName
{
color: #625D9F;
}
.AnyTagClassName
{
color: #625D9F;
}
</style>
background-color css
<style>
a { background-color: #625D9F; }
a { background-color: rgb(98,93,159); }
div.DivClassName
{
background-color: #625D9F;
}
.BgClassName
{
background-color: #625D9F;
}
</style>
border-color css
<style>
span { border-color: #625D9F; }
span { border-color: rgb(98,93,159); }
td.TdClassName
{
border-color: #625D9F;
}
.TagClassName
{
border-color: #625D9F;
}
</style>