Shades of Rich Blue #625DAE
Tints of Rich Blue #625DAE
RGB
CMYK
RGB Variations
Color information
#625DAE (or 0x625DAE) is known color: Rich Blue. HEX triplet: 62, 5D and AE. RGB value is (98,93,174). Sum of RGB (Red+Green+Blue) = 98+93+174=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #625DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625DAE is #9DA251. Grayscale: #676767. Windows color (decimal): -10330706 or 11427170. OLE color: 11427170.
HSL color Cylindrical-coordinate representation of color #625DAE: hue angle of 243.7º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #625DAE is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 93 | 174 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.32 |
| HSL | 243.7º | 0.33% | 0.52% | - |
| HSV(B) | 243.7º | 0.47% | 0.68% | - |
| XYZ | 16.59 | 13.48 | 41.77 | - |
| YUV | 103.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 174 | 0.44 | 0.47 | 0 | 0.32 | 243.7 | 0.33 | 0.52 |
| Hex | 62 | 5D | AE | 2C | 2F | 0 | 20 | F4 | 21 | 34 |
| Octal | 142 | 135 | 256 | 54 | 57 | 0 | 40 | 364 | 41 | 64 |
| Binary | 1100010 | 1011101 | 10101110 | 101100 | 101111 | 0 | 100000 | 11110100 | 100001 | 110100 |
Color Harmonies of #625DAE
Complementary color
Monochromatic Colors of #625DAE
Black with #625DAE
Text Example
Text Example
White with #625DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625DAE; }
p { color: rgb(98,93,174); }
H1.HeaderClassName
{
color: #625DAE;
}
.AnyTagClassName
{
color: #625DAE;
}
</style>
background-color css
<style>
a { background-color: #625DAE; }
a { background-color: rgb(98,93,174); }
div.DivClassName
{
background-color: #625DAE;
}
.BgClassName
{
background-color: #625DAE;
}
</style>
border-color css
<style>
span { border-color: #625DAE; }
span { border-color: rgb(98,93,174); }
td.TdClassName
{
border-color: #625DAE;
}
.TagClassName
{
border-color: #625DAE;
}
</style>