Shades of Rich Blue #6163AF
Tints of Rich Blue #6163AF
RGB
CMYK
RGB Variations
Color information
#6163AF (or 0x6163AF) is known color: Rich Blue. HEX triplet: 61, 63 and AF. RGB value is (97,99,175). Sum of RGB (Red+Green+Blue) = 97+99+175=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #6163AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6163AF is #9E9C50. Grayscale: #6A6A6A. Windows color (decimal): -10394705 or 11494241. OLE color: 11494241.
HSL color Cylindrical-coordinate representation of color #6163AF: hue angle of 238.46º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6163AF is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 99 | 175 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.31 |
| HSL | 238.46º | 0.33% | 0.53% | - |
| HSV(B) | 238.46º | 0.45% | 0.69% | - |
| XYZ | 17.13 | 14.56 | 42.47 | - |
| YUV | 107.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 175 | 0.45 | 0.43 | 0 | 0.31 | 238.46 | 0.33 | 0.53 |
| Hex | 61 | 63 | AF | 2D | 2B | 0 | 1F | EE | 21 | 35 |
| Octal | 141 | 143 | 257 | 55 | 53 | 0 | 37 | 356 | 41 | 65 |
| Binary | 1100001 | 1100011 | 10101111 | 101101 | 101011 | 0 | 11111 | 11101110 | 100001 | 110101 |
Color Harmonies of #6163AF
Complementary color
Monochromatic Colors of #6163AF
Black with #6163AF
Text Example
Text Example
White with #6163AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6163AF; }
p { color: rgb(97,99,175); }
H1.HeaderClassName
{
color: #6163AF;
}
.AnyTagClassName
{
color: #6163AF;
}
</style>
background-color css
<style>
a { background-color: #6163AF; }
a { background-color: rgb(97,99,175); }
div.DivClassName
{
background-color: #6163AF;
}
.BgClassName
{
background-color: #6163AF;
}
</style>
border-color css
<style>
span { border-color: #6163AF; }
span { border-color: rgb(97,99,175); }
td.TdClassName
{
border-color: #6163AF;
}
.TagClassName
{
border-color: #6163AF;
}
</style>