Shades of Rich Blue #625DA0
Tints of Rich Blue #625DA0
RGB
CMYK
RGB Variations
Color information
#625DA0 (or 0x625DA0) is known color: Rich Blue. HEX triplet: 62, 5D and A0. RGB value is (98,93,160). Sum of RGB (Red+Green+Blue) = 98+93+160=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #625DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625DA0 is #9DA25F. Grayscale: #656565. Windows color (decimal): -10330720 or 10509666. OLE color: 10509666.
HSL color Cylindrical-coordinate representation of color #625DA0: hue angle of 244.48º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #625DA0 is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 93 | 160 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.37 |
| HSL | 244.48º | 0.26% | 0.5% | - |
| HSV(B) | 244.48º | 0.42% | 0.63% | - |
| XYZ | 15.3 | 12.96 | 34.95 | - |
| YUV | 102.13 | 160.66 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 160 | 0.39 | 0.42 | 0 | 0.37 | 244.48 | 0.26 | 0.5 |
| Hex | 62 | 5D | A0 | 27 | 2A | 0 | 25 | F4 | 1A | 32 |
| Octal | 142 | 135 | 240 | 47 | 52 | 0 | 45 | 364 | 32 | 62 |
| Binary | 1100010 | 1011101 | 10100000 | 100111 | 101010 | 0 | 100101 | 11110100 | 11010 | 110010 |
Color Harmonies of #625DA0
Complementary color
Monochromatic Colors of #625DA0
Black with #625DA0
Text Example
Text Example
White with #625DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625DA0; }
p { color: rgb(98,93,160); }
H1.HeaderClassName
{
color: #625DA0;
}
.AnyTagClassName
{
color: #625DA0;
}
</style>
background-color css
<style>
a { background-color: #625DA0; }
a { background-color: rgb(98,93,160); }
div.DivClassName
{
background-color: #625DA0;
}
.BgClassName
{
background-color: #625DA0;
}
</style>
border-color css
<style>
span { border-color: #625DA0; }
span { border-color: rgb(98,93,160); }
td.TdClassName
{
border-color: #625DA0;
}
.TagClassName
{
border-color: #625DA0;
}
</style>