Shades of Rich Blue #6160BC
Tints of Rich Blue #6160BC
RGB
CMYK
RGB Variations
Color information
#6160BC (or 0x6160BC) is known color: Rich Blue. HEX triplet: 61, 60 and BC. RGB value is (97,96,188). Sum of RGB (Red+Green+Blue) = 97+96+188=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #6160BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6160BC is #9E9F43. Grayscale: #6A6A6A. Windows color (decimal): -10395460 or 12345441. OLE color: 12345441.
HSL color Cylindrical-coordinate representation of color #6160BC: hue angle of 240.65º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6160BC is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 96 | 188 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.26 |
| HSL | 240.65º | 0.41% | 0.56% | - |
| HSV(B) | 240.65º | 0.49% | 0.74% | - |
| XYZ | 18.19 | 14.54 | 49.42 | - |
| YUV | 106.79 | 173.83 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 96 | 188 | 0.48 | 0.49 | 0 | 0.26 | 240.65 | 0.41 | 0.56 |
| Hex | 61 | 60 | BC | 30 | 31 | 0 | 1A | F1 | 29 | 38 |
| Octal | 141 | 140 | 274 | 60 | 61 | 0 | 32 | 361 | 51 | 70 |
| Binary | 1100001 | 1100000 | 10111100 | 110000 | 110001 | 0 | 11010 | 11110001 | 101001 | 111000 |
Color Harmonies of #6160BC
Complementary color
Monochromatic Colors of #6160BC
Black with #6160BC
Text Example
Text Example
White with #6160BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6160BC; }
p { color: rgb(97,96,188); }
H1.HeaderClassName
{
color: #6160BC;
}
.AnyTagClassName
{
color: #6160BC;
}
</style>
background-color css
<style>
a { background-color: #6160BC; }
a { background-color: rgb(97,96,188); }
div.DivClassName
{
background-color: #6160BC;
}
.BgClassName
{
background-color: #6160BC;
}
</style>
border-color css
<style>
span { border-color: #6160BC; }
span { border-color: rgb(97,96,188); }
td.TdClassName
{
border-color: #6160BC;
}
.TagClassName
{
border-color: #6160BC;
}
</style>