Shades of Rich Blue #625CAF
Tints of Rich Blue #625CAF
RGB
CMYK
RGB Variations
Color information
#625CAF (or 0x625CAF) is known color: Rich Blue. HEX triplet: 62, 5C and AF. RGB value is (98,92,175). Sum of RGB (Red+Green+Blue) = 98+92+175=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 175 (68.75% from 255 or 47.95% from 365); Max value from RGB is 175 - color contains mainly: blue. Hex color #625CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #625CAF is #9DA350. Grayscale: #666666. Windows color (decimal): -10330961 or 11492450. OLE color: 11492450.
HSL color Cylindrical-coordinate representation of color #625CAF: hue angle of 244.34º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #625CAF is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 98 | 92 | 175 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.31 |
| HSL | 244.34º | 0.34% | 0.52% | - |
| HSV(B) | 244.34º | 0.47% | 0.69% | - |
| XYZ | 16.6 | 13.35 | 42.26 | - |
| YUV | 103.26 | 168.49 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 175 | 0.44 | 0.47 | 0 | 0.31 | 244.34 | 0.34 | 0.52 |
| Hex | 62 | 5C | AF | 2C | 2F | 0 | 1F | F4 | 22 | 34 |
| Octal | 142 | 134 | 257 | 54 | 57 | 0 | 37 | 364 | 42 | 64 |
| Binary | 1100010 | 1011100 | 10101111 | 101100 | 101111 | 0 | 11111 | 11110100 | 100010 | 110100 |
Color Harmonies of #625CAF
Complementary color
Monochromatic Colors of #625CAF
Black with #625CAF
Text Example
Text Example
White with #625CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625CAF; }
p { color: rgb(98,92,175); }
H1.HeaderClassName
{
color: #625CAF;
}
.AnyTagClassName
{
color: #625CAF;
}
</style>
background-color css
<style>
a { background-color: #625CAF; }
a { background-color: rgb(98,92,175); }
div.DivClassName
{
background-color: #625CAF;
}
.BgClassName
{
background-color: #625CAF;
}
</style>
border-color css
<style>
span { border-color: #625CAF; }
span { border-color: rgb(98,92,175); }
td.TdClassName
{
border-color: #625CAF;
}
.TagClassName
{
border-color: #625CAF;
}
</style>