Shades of Rich Blue #61649D
Tints of Rich Blue #61649D
RGB
CMYK
RGB Variations
Color information
#61649D (or 0x61649D) is known color: Rich Blue. HEX triplet: 61, 64 and 9D. RGB value is (97,100,157). Sum of RGB (Red+Green+Blue) = 97+100+157=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #61649D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61649D is #9E9B62. Grayscale: #696969. Windows color (decimal): -10394467 or 10314849. OLE color: 10314849.
HSL color Cylindrical-coordinate representation of color #61649D: hue angle of 237º 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 #61649D is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 100 | 157 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.38 |
| HSL | 237º | 0.24% | 0.5% | - |
| HSV(B) | 237º | 0.38% | 0.62% | - |
| XYZ | 15.57 | 14.09 | 33.8 | - |
| YUV | 105.6 | 157.01 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 157 | 0.38 | 0.36 | 0 | 0.38 | 237 | 0.24 | 0.5 |
| Hex | 61 | 64 | 9D | 26 | 24 | 0 | 26 | ED | 18 | 32 |
| Octal | 141 | 144 | 235 | 46 | 44 | 0 | 46 | 355 | 30 | 62 |
| Binary | 1100001 | 1100100 | 10011101 | 100110 | 100100 | 0 | 100110 | 11101101 | 11000 | 110010 |
Color Harmonies of #61649D
Complementary color
Monochromatic Colors of #61649D
Black with #61649D
Text Example
Text Example
White with #61649D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61649D; }
p { color: rgb(97,100,157); }
H1.HeaderClassName
{
color: #61649D;
}
.AnyTagClassName
{
color: #61649D;
}
</style>
background-color css
<style>
a { background-color: #61649D; }
a { background-color: rgb(97,100,157); }
div.DivClassName
{
background-color: #61649D;
}
.BgClassName
{
background-color: #61649D;
}
</style>
border-color css
<style>
span { border-color: #61649D; }
span { border-color: rgb(97,100,157); }
td.TdClassName
{
border-color: #61649D;
}
.TagClassName
{
border-color: #61649D;
}
</style>