Shades of Rich Blue #61669D
Tints of Rich Blue #61669D
RGB
CMYK
RGB Variations
Color information
#61669D (or 0x61669D) is known color: Rich Blue. HEX triplet: 61, 66 and 9D. RGB value is (97,102,157). Sum of RGB (Red+Green+Blue) = 97+102+157=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #61669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61669D is #9E9962. Grayscale: #6A6A6A. Windows color (decimal): -10393955 or 10315361. OLE color: 10315361.
HSL color Cylindrical-coordinate representation of color #61669D: hue angle of 235º 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 #61669D is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 102 | 157 | - |
| CMYK | 0.38 | 0.35 | 0 | 0.38 |
| HSL | 235º | 0.24% | 0.5% | - |
| HSV(B) | 235º | 0.38% | 0.62% | - |
| XYZ | 15.77 | 14.48 | 33.86 | - |
| YUV | 106.78 | 156.34 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 157 | 0.38 | 0.35 | 0 | 0.38 | 235 | 0.24 | 0.5 |
| Hex | 61 | 66 | 9D | 26 | 23 | 0 | 26 | EB | 18 | 32 |
| Octal | 141 | 146 | 235 | 46 | 43 | 0 | 46 | 353 | 30 | 62 |
| Binary | 1100001 | 1100110 | 10011101 | 100110 | 100011 | 0 | 100110 | 11101011 | 11000 | 110010 |
Color Harmonies of #61669D
Complementary color
Monochromatic Colors of #61669D
Black with #61669D
Text Example
Text Example
White with #61669D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61669D; }
p { color: rgb(97,102,157); }
H1.HeaderClassName
{
color: #61669D;
}
.AnyTagClassName
{
color: #61669D;
}
</style>
background-color css
<style>
a { background-color: #61669D; }
a { background-color: rgb(97,102,157); }
div.DivClassName
{
background-color: #61669D;
}
.BgClassName
{
background-color: #61669D;
}
</style>
border-color css
<style>
span { border-color: #61669D; }
span { border-color: rgb(97,102,157); }
td.TdClassName
{
border-color: #61669D;
}
.TagClassName
{
border-color: #61669D;
}
</style>