Shades of Rich Blue #6160AD
Tints of Rich Blue #6160AD
RGB
CMYK
RGB Variations
Color information
#6160AD (or 0x6160AD) is known color: Rich Blue. HEX triplet: 61, 60 and AD. RGB value is (97,96,173). Sum of RGB (Red+Green+Blue) = 97+96+173=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #6160AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6160AD is #9E9F52. Grayscale: #686868. Windows color (decimal): -10395475 or 11362401. OLE color: 11362401.
HSL color Cylindrical-coordinate representation of color #6160AD: hue angle of 240.78º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6160AD is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 96 | 173 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.32 |
| HSL | 240.78º | 0.32% | 0.53% | - |
| HSV(B) | 240.78º | 0.45% | 0.68% | - |
| XYZ | 16.66 | 13.92 | 41.34 | - |
| YUV | 105.08 | 166.33 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 173 | 0.44 | 0.45 | 0 | 0.32 | 240.78 | 0.32 | 0.53 |
| Hex | 61 | 60 | AD | 2C | 2D | 0 | 20 | F1 | 20 | 35 |
| Octal | 141 | 140 | 255 | 54 | 55 | 0 | 40 | 361 | 40 | 65 |
| Binary | 1100001 | 1100000 | 10101101 | 101100 | 101101 | 0 | 100000 | 11110001 | 100000 | 110101 |
Color Harmonies of #6160AD
Complementary color
Monochromatic Colors of #6160AD
Black with #6160AD
Text Example
Text Example
White with #6160AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6160AD; }
p { color: rgb(97,96,173); }
H1.HeaderClassName
{
color: #6160AD;
}
.AnyTagClassName
{
color: #6160AD;
}
</style>
background-color css
<style>
a { background-color: #6160AD; }
a { background-color: rgb(97,96,173); }
div.DivClassName
{
background-color: #6160AD;
}
.BgClassName
{
background-color: #6160AD;
}
</style>
border-color css
<style>
span { border-color: #6160AD; }
span { border-color: rgb(97,96,173); }
td.TdClassName
{
border-color: #6160AD;
}
.TagClassName
{
border-color: #6160AD;
}
</style>