Shades of Rich Blue #61649F
Tints of Rich Blue #61649F
RGB
CMYK
RGB Variations
Color information
#61649F (or 0x61649F) is known color: Rich Blue. HEX triplet: 61, 64 and 9F. RGB value is (97,100,159). Sum of RGB (Red+Green+Blue) = 97+100+159=356 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.25% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #61649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61649F is #9E9B60. Grayscale: #696969. Windows color (decimal): -10394465 or 10445921. OLE color: 10445921.
HSL color Cylindrical-coordinate representation of color #61649F: hue angle of 237.1º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61649F is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 97 | 100 | 159 | - |
| CMYK | 0.39 | 0.37 | 0 | 0.38 |
| HSL | 237.1º | 0.24% | 0.5% | - |
| HSV(B) | 237.1º | 0.39% | 0.62% | - |
| XYZ | 15.74 | 14.16 | 34.7 | - |
| YUV | 105.83 | 158.01 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 159 | 0.39 | 0.37 | 0 | 0.38 | 237.1 | 0.24 | 0.5 |
| Hex | 61 | 64 | 9F | 27 | 25 | 0 | 26 | ED | 18 | 32 |
| Octal | 141 | 144 | 237 | 47 | 45 | 0 | 46 | 355 | 30 | 62 |
| Binary | 1100001 | 1100100 | 10011111 | 100111 | 100101 | 0 | 100110 | 11101101 | 11000 | 110010 |
Color Harmonies of #61649F
Complementary color
Monochromatic Colors of #61649F
Black with #61649F
Text Example
Text Example
White with #61649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61649F; }
p { color: rgb(97,100,159); }
H1.HeaderClassName
{
color: #61649F;
}
.AnyTagClassName
{
color: #61649F;
}
</style>
background-color css
<style>
a { background-color: #61649F; }
a { background-color: rgb(97,100,159); }
div.DivClassName
{
background-color: #61649F;
}
.BgClassName
{
background-color: #61649F;
}
</style>
border-color css
<style>
span { border-color: #61649F; }
span { border-color: rgb(97,100,159); }
td.TdClassName
{
border-color: #61649F;
}
.TagClassName
{
border-color: #61649F;
}
</style>