Shades of Rich Blue #6163AD
Tints of Rich Blue #6163AD
RGB
CMYK
RGB Variations
Color information
#6163AD (or 0x6163AD) is known color: Rich Blue. HEX triplet: 61, 63 and AD. RGB value is (97,99,173). Sum of RGB (Red+Green+Blue) = 97+99+173=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #6163AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6163AD is #9E9C52. Grayscale: #6A6A6A. Windows color (decimal): -10394707 or 11363169. OLE color: 11363169.
HSL color Cylindrical-coordinate representation of color #6163AD: hue angle of 238.42º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6163AD is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 99 | 173 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.32 |
| HSL | 238.42º | 0.32% | 0.53% | - |
| HSV(B) | 238.42º | 0.44% | 0.68% | - |
| XYZ | 16.93 | 14.48 | 41.44 | - |
| YUV | 106.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 173 | 0.44 | 0.43 | 0 | 0.32 | 238.42 | 0.32 | 0.53 |
| Hex | 61 | 63 | AD | 2C | 2B | 0 | 20 | EE | 20 | 35 |
| Octal | 141 | 143 | 255 | 54 | 53 | 0 | 40 | 356 | 40 | 65 |
| Binary | 1100001 | 1100011 | 10101101 | 101100 | 101011 | 0 | 100000 | 11101110 | 100000 | 110101 |
Color Harmonies of #6163AD
Complementary color
Monochromatic Colors of #6163AD
Black with #6163AD
Text Example
Text Example
White with #6163AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6163AD; }
p { color: rgb(97,99,173); }
H1.HeaderClassName
{
color: #6163AD;
}
.AnyTagClassName
{
color: #6163AD;
}
</style>
background-color css
<style>
a { background-color: #6163AD; }
a { background-color: rgb(97,99,173); }
div.DivClassName
{
background-color: #6163AD;
}
.BgClassName
{
background-color: #6163AD;
}
</style>
border-color css
<style>
span { border-color: #6163AD; }
span { border-color: rgb(97,99,173); }
td.TdClassName
{
border-color: #6163AD;
}
.TagClassName
{
border-color: #6163AD;
}
</style>