Shades of Rich Blue #61669B
Tints of Rich Blue #61669B
RGB
CMYK
RGB Variations
Color information
#61669B (or 0x61669B) is known color: Rich Blue. HEX triplet: 61, 66 and 9B. RGB value is (97,102,155). Sum of RGB (Red+Green+Blue) = 97+102+155=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 102 (40.23% from 255 or 28.81% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #61669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61669B is #9E9964. Grayscale: #6A6A6A. Windows color (decimal): -10393957 or 10184289. OLE color: 10184289.
HSL color Cylindrical-coordinate representation of color #61669B: hue angle of 234.83º 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 #61669B is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 97 | 102 | 155 | - |
| CMYK | 0.37 | 0.34 | 0 | 0.39 |
| HSL | 234.83º | 0.23% | 0.49% | - |
| HSV(B) | 234.83º | 0.37% | 0.61% | - |
| XYZ | 15.6 | 14.41 | 32.97 | - |
| YUV | 106.55 | 155.34 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 155 | 0.37 | 0.34 | 0 | 0.39 | 234.83 | 0.23 | 0.49 |
| Hex | 61 | 66 | 9B | 25 | 22 | 0 | 27 | EB | 17 | 31 |
| Octal | 141 | 146 | 233 | 45 | 42 | 0 | 47 | 353 | 27 | 61 |
| Binary | 1100001 | 1100110 | 10011011 | 100101 | 100010 | 0 | 100111 | 11101011 | 10111 | 110001 |
Color Harmonies of #61669B
Complementary color
Monochromatic Colors of #61669B
Black with #61669B
Text Example
Text Example
White with #61669B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61669B; }
p { color: rgb(97,102,155); }
H1.HeaderClassName
{
color: #61669B;
}
.AnyTagClassName
{
color: #61669B;
}
</style>
background-color css
<style>
a { background-color: #61669B; }
a { background-color: rgb(97,102,155); }
div.DivClassName
{
background-color: #61669B;
}
.BgClassName
{
background-color: #61669B;
}
</style>
border-color css
<style>
span { border-color: #61669B; }
span { border-color: rgb(97,102,155); }
td.TdClassName
{
border-color: #61669B;
}
.TagClassName
{
border-color: #61669B;
}
</style>