Shades of Rich Blue #6162A7
Tints of Rich Blue #6162A7
RGB
CMYK
RGB Variations
Color information
#6162A7 (or 0x6162A7) is known color: Rich Blue. HEX triplet: 61, 62 and A7. RGB value is (97,98,167). Sum of RGB (Red+Green+Blue) = 97+98+167=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #6162A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6162A7 is #9E9D58. Grayscale: #696969. Windows color (decimal): -10394969 or 10969697. OLE color: 10969697.
HSL color Cylindrical-coordinate representation of color #6162A7: hue angle of 239.14º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6162A7 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 97 | 98 | 167 | - |
| CMYK | 0.42 | 0.41 | 0 | 0.35 |
| HSL | 239.14º | 0.28% | 0.52% | - |
| HSV(B) | 239.14º | 0.42% | 0.65% | - |
| XYZ | 16.27 | 14.07 | 38.42 | - |
| YUV | 105.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 167 | 0.42 | 0.41 | 0 | 0.35 | 239.14 | 0.28 | 0.52 |
| Hex | 61 | 62 | A7 | 2A | 29 | 0 | 23 | EF | 1C | 34 |
| Octal | 141 | 142 | 247 | 52 | 51 | 0 | 43 | 357 | 34 | 64 |
| Binary | 1100001 | 1100010 | 10100111 | 101010 | 101001 | 0 | 100011 | 11101111 | 11100 | 110100 |
Color Harmonies of #6162A7
Complementary color
Monochromatic Colors of #6162A7
Black with #6162A7
Text Example
Text Example
White with #6162A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6162A7; }
p { color: rgb(97,98,167); }
H1.HeaderClassName
{
color: #6162A7;
}
.AnyTagClassName
{
color: #6162A7;
}
</style>
background-color css
<style>
a { background-color: #6162A7; }
a { background-color: rgb(97,98,167); }
div.DivClassName
{
background-color: #6162A7;
}
.BgClassName
{
background-color: #6162A7;
}
</style>
border-color css
<style>
span { border-color: #6162A7; }
span { border-color: rgb(97,98,167); }
td.TdClassName
{
border-color: #6162A7;
}
.TagClassName
{
border-color: #6162A7;
}
</style>