Shades of Rich Blue #6166A4
Tints of Rich Blue #6166A4
RGB
CMYK
RGB Variations
Color information
#6166A4 (or 0x6166A4) is known color: Rich Blue. HEX triplet: 61, 66 and A4. RGB value is (97,102,164). Sum of RGB (Red+Green+Blue) = 97+102+164=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #6166A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6166A4 is #9E995B. Grayscale: #6B6B6B. Windows color (decimal): -10393948 or 10774113. OLE color: 10774113.
HSL color Cylindrical-coordinate representation of color #6166A4: hue angle of 235.52º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6166A4 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 97 | 102 | 164 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.36 |
| HSL | 235.52º | 0.27% | 0.51% | - |
| HSV(B) | 235.52º | 0.41% | 0.64% | - |
| XYZ | 16.38 | 14.72 | 37.1 | - |
| YUV | 107.57 | 159.84 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 164 | 0.41 | 0.38 | 0 | 0.36 | 235.52 | 0.27 | 0.51 |
| Hex | 61 | 66 | A4 | 29 | 26 | 0 | 24 | EC | 1B | 33 |
| Octal | 141 | 146 | 244 | 51 | 46 | 0 | 44 | 354 | 33 | 63 |
| Binary | 1100001 | 1100110 | 10100100 | 101001 | 100110 | 0 | 100100 | 11101100 | 11011 | 110011 |
Color Harmonies of #6166A4
Complementary color
Monochromatic Colors of #6166A4
Black with #6166A4
Text Example
Text Example
White with #6166A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6166A4; }
p { color: rgb(97,102,164); }
H1.HeaderClassName
{
color: #6166A4;
}
.AnyTagClassName
{
color: #6166A4;
}
</style>
background-color css
<style>
a { background-color: #6166A4; }
a { background-color: rgb(97,102,164); }
div.DivClassName
{
background-color: #6166A4;
}
.BgClassName
{
background-color: #6166A4;
}
</style>
border-color css
<style>
span { border-color: #6166A4; }
span { border-color: rgb(97,102,164); }
td.TdClassName
{
border-color: #6166A4;
}
.TagClassName
{
border-color: #6166A4;
}
</style>