Shades of Rich Blue #61659B
Tints of Rich Blue #61659B
RGB
CMYK
RGB Variations
Color information
#61659B (or 0x61659B) is known color: Rich Blue. HEX triplet: 61, 65 and 9B. RGB value is (97,101,155). Sum of RGB (Red+Green+Blue) = 97+101+155=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #61659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61659B is #9E9A64. Grayscale: #696969. Windows color (decimal): -10394213 or 10184033. OLE color: 10184033.
HSL color Cylindrical-coordinate representation of color #61659B: hue angle of 235.86º 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 #61659B is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 101 | 155 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.39 |
| HSL | 235.86º | 0.23% | 0.49% | - |
| HSV(B) | 235.86º | 0.37% | 0.61% | - |
| XYZ | 15.5 | 14.22 | 32.94 | - |
| YUV | 105.96 | 155.67 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 155 | 0.37 | 0.35 | 0 | 0.39 | 235.86 | 0.23 | 0.49 |
| Hex | 61 | 65 | 9B | 25 | 23 | 0 | 27 | EC | 17 | 31 |
| Octal | 141 | 145 | 233 | 45 | 43 | 0 | 47 | 354 | 27 | 61 |
| Binary | 1100001 | 1100101 | 10011011 | 100101 | 100011 | 0 | 100111 | 11101100 | 10111 | 110001 |
Color Harmonies of #61659B
Complementary color
Monochromatic Colors of #61659B
Black with #61659B
Text Example
Text Example
White with #61659B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61659B; }
p { color: rgb(97,101,155); }
H1.HeaderClassName
{
color: #61659B;
}
.AnyTagClassName
{
color: #61659B;
}
</style>
background-color css
<style>
a { background-color: #61659B; }
a { background-color: rgb(97,101,155); }
div.DivClassName
{
background-color: #61659B;
}
.BgClassName
{
background-color: #61659B;
}
</style>
border-color css
<style>
span { border-color: #61659B; }
span { border-color: rgb(97,101,155); }
td.TdClassName
{
border-color: #61659B;
}
.TagClassName
{
border-color: #61659B;
}
</style>