Shades of Rich Blue #61659C
Tints of Rich Blue #61659C
RGB
CMYK
RGB Variations
Color information
#61659C (or 0x61659C) is known color: Rich Blue. HEX triplet: 61, 65 and 9C. RGB value is (97,101,156). Sum of RGB (Red+Green+Blue) = 97+101+156=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #61659C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61659C is #9E9A63. Grayscale: #696969. Windows color (decimal): -10394212 or 10249569. OLE color: 10249569.
HSL color Cylindrical-coordinate representation of color #61659C: hue angle of 235.93º 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 #61659C is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 101 | 156 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.39 |
| HSL | 235.93º | 0.23% | 0.5% | - |
| HSV(B) | 235.93º | 0.38% | 0.61% | - |
| XYZ | 15.58 | 14.25 | 33.38 | - |
| YUV | 106.07 | 156.17 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 156 | 0.38 | 0.35 | 0 | 0.39 | 235.93 | 0.23 | 0.5 |
| Hex | 61 | 65 | 9C | 26 | 23 | 0 | 27 | EC | 17 | 32 |
| Octal | 141 | 145 | 234 | 46 | 43 | 0 | 47 | 354 | 27 | 62 |
| Binary | 1100001 | 1100101 | 10011100 | 100110 | 100011 | 0 | 100111 | 11101100 | 10111 | 110010 |
Color Harmonies of #61659C
Complementary color
Monochromatic Colors of #61659C
Black with #61659C
Text Example
Text Example
White with #61659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61659C; }
p { color: rgb(97,101,156); }
H1.HeaderClassName
{
color: #61659C;
}
.AnyTagClassName
{
color: #61659C;
}
</style>
background-color css
<style>
a { background-color: #61659C; }
a { background-color: rgb(97,101,156); }
div.DivClassName
{
background-color: #61659C;
}
.BgClassName
{
background-color: #61659C;
}
</style>
border-color css
<style>
span { border-color: #61659C; }
span { border-color: rgb(97,101,156); }
td.TdClassName
{
border-color: #61659C;
}
.TagClassName
{
border-color: #61659C;
}
</style>