Shades of Rich Blue #6162B0
Tints of Rich Blue #6162B0
RGB
CMYK
RGB Variations
Color information
#6162B0 (or 0x6162B0) is known color: Rich Blue. HEX triplet: 61, 62 and B0. RGB value is (97,98,176). Sum of RGB (Red+Green+Blue) = 97+98+176=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #6162B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6162B0 is #9E9D4F. Grayscale: #6A6A6A. Windows color (decimal): -10394960 or 11559521. OLE color: 11559521.
HSL color Cylindrical-coordinate representation of color #6162B0: hue angle of 239.24º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6162B0 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 98 | 176 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.31 |
| HSL | 239.24º | 0.33% | 0.54% | - |
| HSV(B) | 239.24º | 0.45% | 0.69% | - |
| XYZ | 17.13 | 14.41 | 42.95 | - |
| YUV | 106.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 176 | 0.45 | 0.44 | 0 | 0.31 | 239.24 | 0.33 | 0.54 |
| Hex | 61 | 62 | B0 | 2D | 2C | 0 | 1F | EF | 21 | 36 |
| Octal | 141 | 142 | 260 | 55 | 54 | 0 | 37 | 357 | 41 | 66 |
| Binary | 1100001 | 1100010 | 10110000 | 101101 | 101100 | 0 | 11111 | 11101111 | 100001 | 110110 |
Color Harmonies of #6162B0
Complementary color
Monochromatic Colors of #6162B0
Black with #6162B0
Text Example
Text Example
White with #6162B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6162B0; }
p { color: rgb(97,98,176); }
H1.HeaderClassName
{
color: #6162B0;
}
.AnyTagClassName
{
color: #6162B0;
}
</style>
background-color css
<style>
a { background-color: #6162B0; }
a { background-color: rgb(97,98,176); }
div.DivClassName
{
background-color: #6162B0;
}
.BgClassName
{
background-color: #6162B0;
}
</style>
border-color css
<style>
span { border-color: #6162B0; }
span { border-color: rgb(97,98,176); }
td.TdClassName
{
border-color: #6162B0;
}
.TagClassName
{
border-color: #6162B0;
}
</style>