Shades of Rich Blue #61629D
Tints of Rich Blue #61629D
RGB
CMYK
RGB Variations
Color information
#61629D (or 0x61629D) is known color: Rich Blue. HEX triplet: 61, 62 and 9D. RGB value is (97,98,157). Sum of RGB (Red+Green+Blue) = 97+98+157=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #61629D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61629D is #9E9D62. Grayscale: #686868. Windows color (decimal): -10394979 or 10314337. OLE color: 10314337.
HSL color Cylindrical-coordinate representation of color #61629D: hue angle of 239º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61629D is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 98 | 157 | - |
| CMYK | 0.38 | 0.38 | 0 | 0.38 |
| HSL | 239º | 0.24% | 0.5% | - |
| HSV(B) | 239º | 0.38% | 0.62% | - |
| XYZ | 15.38 | 13.71 | 33.73 | - |
| YUV | 104.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 157 | 0.38 | 0.38 | 0 | 0.38 | 239 | 0.24 | 0.5 |
| Hex | 61 | 62 | 9D | 26 | 26 | 0 | 26 | EF | 18 | 32 |
| Octal | 141 | 142 | 235 | 46 | 46 | 0 | 46 | 357 | 30 | 62 |
| Binary | 1100001 | 1100010 | 10011101 | 100110 | 100110 | 0 | 100110 | 11101111 | 11000 | 110010 |
Color Harmonies of #61629D
Complementary color
Monochromatic Colors of #61629D
Black with #61629D
Text Example
Text Example
White with #61629D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61629D; }
p { color: rgb(97,98,157); }
H1.HeaderClassName
{
color: #61629D;
}
.AnyTagClassName
{
color: #61629D;
}
</style>
background-color css
<style>
a { background-color: #61629D; }
a { background-color: rgb(97,98,157); }
div.DivClassName
{
background-color: #61629D;
}
.BgClassName
{
background-color: #61629D;
}
</style>
border-color css
<style>
span { border-color: #61629D; }
span { border-color: rgb(97,98,157); }
td.TdClassName
{
border-color: #61629D;
}
.TagClassName
{
border-color: #61629D;
}
</style>