Shades of Rich Blue #6162AB
Tints of Rich Blue #6162AB
RGB
CMYK
RGB Variations
Color information
#6162AB (or 0x6162AB) is known color: Rich Blue. HEX triplet: 61, 62 and AB. RGB value is (97,98,171). Sum of RGB (Red+Green+Blue) = 97+98+171=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #6162AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6162AB is #9E9D54. Grayscale: #696969. Windows color (decimal): -10394965 or 11231841. OLE color: 11231841.
HSL color Cylindrical-coordinate representation of color #6162AB: hue angle of 239.19º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6162AB is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 98 | 171 | - |
| CMYK | 0.43 | 0.43 | 0 | 0.33 |
| HSL | 239.19º | 0.31% | 0.53% | - |
| HSV(B) | 239.19º | 0.43% | 0.67% | - |
| XYZ | 16.65 | 14.22 | 40.39 | - |
| YUV | 106.02 | 164.67 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 171 | 0.43 | 0.43 | 0 | 0.33 | 239.19 | 0.31 | 0.53 |
| Hex | 61 | 62 | AB | 2B | 2B | 0 | 21 | EF | 1F | 35 |
| Octal | 141 | 142 | 253 | 53 | 53 | 0 | 41 | 357 | 37 | 65 |
| Binary | 1100001 | 1100010 | 10101011 | 101011 | 101011 | 0 | 100001 | 11101111 | 11111 | 110101 |
Color Harmonies of #6162AB
Complementary color
Monochromatic Colors of #6162AB
Black with #6162AB
Text Example
Text Example
White with #6162AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6162AB; }
p { color: rgb(97,98,171); }
H1.HeaderClassName
{
color: #6162AB;
}
.AnyTagClassName
{
color: #6162AB;
}
</style>
background-color css
<style>
a { background-color: #6162AB; }
a { background-color: rgb(97,98,171); }
div.DivClassName
{
background-color: #6162AB;
}
.BgClassName
{
background-color: #6162AB;
}
</style>
border-color css
<style>
span { border-color: #6162AB; }
span { border-color: rgb(97,98,171); }
td.TdClassName
{
border-color: #6162AB;
}
.TagClassName
{
border-color: #6162AB;
}
</style>