Shades of Rich Blue #61639B
Tints of Rich Blue #61639B
RGB
CMYK
RGB Variations
Color information
#61639B (or 0x61639B) is known color: Rich Blue. HEX triplet: 61, 63 and 9B. RGB value is (97,99,155). Sum of RGB (Red+Green+Blue) = 97+99+155=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #61639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61639B is #9E9C64. Grayscale: #686868. Windows color (decimal): -10394725 or 10183521. OLE color: 10183521.
HSL color Cylindrical-coordinate representation of color #61639B: hue angle of 237.93º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61639B is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 99 | 155 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.39 |
| HSL | 237.93º | 0.23% | 0.49% | - |
| HSV(B) | 237.93º | 0.37% | 0.61% | - |
| XYZ | 15.31 | 13.83 | 32.87 | - |
| YUV | 104.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 155 | 0.37 | 0.36 | 0 | 0.39 | 237.93 | 0.23 | 0.49 |
| Hex | 61 | 63 | 9B | 25 | 24 | 0 | 27 | EE | 17 | 31 |
| Octal | 141 | 143 | 233 | 45 | 44 | 0 | 47 | 356 | 27 | 61 |
| Binary | 1100001 | 1100011 | 10011011 | 100101 | 100100 | 0 | 100111 | 11101110 | 10111 | 110001 |
Color Harmonies of #61639B
Complementary color
Monochromatic Colors of #61639B
Black with #61639B
Text Example
Text Example
White with #61639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61639B; }
p { color: rgb(97,99,155); }
H1.HeaderClassName
{
color: #61639B;
}
.AnyTagClassName
{
color: #61639B;
}
</style>
background-color css
<style>
a { background-color: #61639B; }
a { background-color: rgb(97,99,155); }
div.DivClassName
{
background-color: #61639B;
}
.BgClassName
{
background-color: #61639B;
}
</style>
border-color css
<style>
span { border-color: #61639B; }
span { border-color: rgb(97,99,155); }
td.TdClassName
{
border-color: #61639B;
}
.TagClassName
{
border-color: #61639B;
}
</style>