Shades of Rich Blue #61689D
Tints of Rich Blue #61689D
RGB
CMYK
RGB Variations
Color information
#61689D (or 0x61689D) is known color: Rich Blue. HEX triplet: 61, 68 and 9D. RGB value is (97,104,157). Sum of RGB (Red+Green+Blue) = 97+104+157=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #61689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61689D is #9E9762. Grayscale: #6B6B6B. Windows color (decimal): -10393443 or 10315873. OLE color: 10315873.
HSL color Cylindrical-coordinate representation of color #61689D: hue angle of 233º 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 #61689D is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 104 | 157 | - |
| CMYK | 0.38 | 0.34 | 0 | 0.38 |
| HSL | 233º | 0.24% | 0.5% | - |
| HSV(B) | 233º | 0.38% | 0.62% | - |
| XYZ | 15.97 | 14.88 | 33.93 | - |
| YUV | 107.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 157 | 0.38 | 0.34 | 0 | 0.38 | 233 | 0.24 | 0.5 |
| Hex | 61 | 68 | 9D | 26 | 22 | 0 | 26 | E9 | 18 | 32 |
| Octal | 141 | 150 | 235 | 46 | 42 | 0 | 46 | 351 | 30 | 62 |
| Binary | 1100001 | 1101000 | 10011101 | 100110 | 100010 | 0 | 100110 | 11101001 | 11000 | 110010 |
Color Harmonies of #61689D
Complementary color
Monochromatic Colors of #61689D
Black with #61689D
Text Example
Text Example
White with #61689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61689D; }
p { color: rgb(97,104,157); }
H1.HeaderClassName
{
color: #61689D;
}
.AnyTagClassName
{
color: #61689D;
}
</style>
background-color css
<style>
a { background-color: #61689D; }
a { background-color: rgb(97,104,157); }
div.DivClassName
{
background-color: #61689D;
}
.BgClassName
{
background-color: #61689D;
}
</style>
border-color css
<style>
span { border-color: #61689D; }
span { border-color: rgb(97,104,157); }
td.TdClassName
{
border-color: #61689D;
}
.TagClassName
{
border-color: #61689D;
}
</style>