Shades of Rich Blue #62619A
Tints of Rich Blue #62619A
RGB
CMYK
RGB Variations
Color information
#62619A (or 0x62619A) is known color: Rich Blue. HEX triplet: 62, 61 and 9A. RGB value is (98,97,154). Sum of RGB (Red+Green+Blue) = 98+97+154=349 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28.08% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #62619A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62619A is #9D9E65. Grayscale: #676767. Windows color (decimal): -10329702 or 10117474. OLE color: 10117474.
HSL color Cylindrical-coordinate representation of color #62619A: hue angle of 241.05º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62619A is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 98 | 97 | 154 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.40 |
| HSL | 241.05º | 0.23% | 0.49% | - |
| HSV(B) | 241.05º | 0.37% | 0.6% | - |
| XYZ | 15.14 | 13.48 | 32.38 | - |
| YUV | 103.8 | 156.33 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 154 | 0.36 | 0.37 | 0 | 0.40 | 241.05 | 0.23 | 0.49 |
| Hex | 62 | 61 | 9A | 24 | 25 | 0 | 28 | F1 | 17 | 31 |
| Octal | 142 | 141 | 232 | 44 | 45 | 0 | 50 | 361 | 27 | 61 |
| Binary | 1100010 | 1100001 | 10011010 | 100100 | 100101 | 0 | 101000 | 11110001 | 10111 | 110001 |
Color Harmonies of #62619A
Complementary color
Monochromatic Colors of #62619A
Black with #62619A
Text Example
Text Example
White with #62619A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62619A; }
p { color: rgb(98,97,154); }
H1.HeaderClassName
{
color: #62619A;
}
.AnyTagClassName
{
color: #62619A;
}
</style>
background-color css
<style>
a { background-color: #62619A; }
a { background-color: rgb(98,97,154); }
div.DivClassName
{
background-color: #62619A;
}
.BgClassName
{
background-color: #62619A;
}
</style>
border-color css
<style>
span { border-color: #62619A; }
span { border-color: rgb(98,97,154); }
td.TdClassName
{
border-color: #62619A;
}
.TagClassName
{
border-color: #62619A;
}
</style>