Shades of Rich Blue #62619C
Tints of Rich Blue #62619C
RGB
CMYK
RGB Variations
Color information
#62619C (or 0x62619C) is known color: Rich Blue. HEX triplet: 62, 61 and 9C. RGB value is (98,97,156). Sum of RGB (Red+Green+Blue) = 98+97+156=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 156 - color contains mainly: blue. Hex color #62619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62619C is #9D9E63. Grayscale: #676767. Windows color (decimal): -10329700 or 10248546. OLE color: 10248546.
HSL color Cylindrical-coordinate representation of color #62619C: hue angle of 241.02º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62619C is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 98 | 97 | 156 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.39 |
| HSL | 241.02º | 0.23% | 0.5% | - |
| HSV(B) | 241.02º | 0.38% | 0.61% | - |
| XYZ | 15.31 | 13.55 | 33.26 | - |
| YUV | 104.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 156 | 0.37 | 0.38 | 0 | 0.39 | 241.02 | 0.23 | 0.5 |
| Hex | 62 | 61 | 9C | 25 | 26 | 0 | 27 | F1 | 17 | 32 |
| Octal | 142 | 141 | 234 | 45 | 46 | 0 | 47 | 361 | 27 | 62 |
| Binary | 1100010 | 1100001 | 10011100 | 100101 | 100110 | 0 | 100111 | 11110001 | 10111 | 110010 |
Color Harmonies of #62619C
Complementary color
Monochromatic Colors of #62619C
Black with #62619C
Text Example
Text Example
White with #62619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62619C; }
p { color: rgb(98,97,156); }
H1.HeaderClassName
{
color: #62619C;
}
.AnyTagClassName
{
color: #62619C;
}
</style>
background-color css
<style>
a { background-color: #62619C; }
a { background-color: rgb(98,97,156); }
div.DivClassName
{
background-color: #62619C;
}
.BgClassName
{
background-color: #62619C;
}
</style>
border-color css
<style>
span { border-color: #62619C; }
span { border-color: rgb(98,97,156); }
td.TdClassName
{
border-color: #62619C;
}
.TagClassName
{
border-color: #62619C;
}
</style>