Shades of Rich Blue #61659D
Tints of Rich Blue #61659D
RGB
CMYK
RGB Variations
Color information
#61659D (or 0x61659D) is known color: Rich Blue. HEX triplet: 61, 65 and 9D. RGB value is (97,101,157). Sum of RGB (Red+Green+Blue) = 97+101+157=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #61659D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61659D is #9E9A62. Grayscale: #696969. Windows color (decimal): -10394211 or 10315105. OLE color: 10315105.
HSL color Cylindrical-coordinate representation of color #61659D: hue angle of 236º 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 #61659D is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 101 | 157 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.38 |
| HSL | 236º | 0.24% | 0.5% | - |
| HSV(B) | 236º | 0.38% | 0.62% | - |
| XYZ | 15.67 | 14.28 | 33.83 | - |
| YUV | 106.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 157 | 0.38 | 0.36 | 0 | 0.38 | 236 | 0.24 | 0.5 |
| Hex | 61 | 65 | 9D | 26 | 24 | 0 | 26 | EC | 18 | 32 |
| Octal | 141 | 145 | 235 | 46 | 44 | 0 | 46 | 354 | 30 | 62 |
| Binary | 1100001 | 1100101 | 10011101 | 100110 | 100100 | 0 | 100110 | 11101100 | 11000 | 110010 |
Color Harmonies of #61659D
Complementary color
Monochromatic Colors of #61659D
Black with #61659D
Text Example
Text Example
White with #61659D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61659D; }
p { color: rgb(97,101,157); }
H1.HeaderClassName
{
color: #61659D;
}
.AnyTagClassName
{
color: #61659D;
}
</style>
background-color css
<style>
a { background-color: #61659D; }
a { background-color: rgb(97,101,157); }
div.DivClassName
{
background-color: #61659D;
}
.BgClassName
{
background-color: #61659D;
}
</style>
border-color css
<style>
span { border-color: #61659D; }
span { border-color: rgb(97,101,157); }
td.TdClassName
{
border-color: #61659D;
}
.TagClassName
{
border-color: #61659D;
}
</style>