Shades of Rich Blue #6164AA
Tints of Rich Blue #6164AA
RGB
CMYK
RGB Variations
Color information
#6164AA (or 0x6164AA) is known color: Rich Blue. HEX triplet: 61, 64 and AA. RGB value is (97,100,170). Sum of RGB (Red+Green+Blue) = 97+100+170=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #6164AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6164AA is #9E9B55. Grayscale: #6A6A6A. Windows color (decimal): -10394454 or 11166817. OLE color: 11166817.
HSL color Cylindrical-coordinate representation of color #6164AA: hue angle of 237.53º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6164AA is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 100 | 170 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.33 |
| HSL | 237.53º | 0.3% | 0.52% | - |
| HSV(B) | 237.53º | 0.43% | 0.67% | - |
| XYZ | 16.74 | 14.56 | 39.96 | - |
| YUV | 107.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 170 | 0.43 | 0.41 | 0 | 0.33 | 237.53 | 0.3 | 0.52 |
| Hex | 61 | 64 | AA | 2B | 29 | 0 | 21 | EE | 1E | 34 |
| Octal | 141 | 144 | 252 | 53 | 51 | 0 | 41 | 356 | 36 | 64 |
| Binary | 1100001 | 1100100 | 10101010 | 101011 | 101001 | 0 | 100001 | 11101110 | 11110 | 110100 |
Color Harmonies of #6164AA
Complementary color
Monochromatic Colors of #6164AA
Black with #6164AA
Text Example
Text Example
White with #6164AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6164AA; }
p { color: rgb(97,100,170); }
H1.HeaderClassName
{
color: #6164AA;
}
.AnyTagClassName
{
color: #6164AA;
}
</style>
background-color css
<style>
a { background-color: #6164AA; }
a { background-color: rgb(97,100,170); }
div.DivClassName
{
background-color: #6164AA;
}
.BgClassName
{
background-color: #6164AA;
}
</style>
border-color css
<style>
span { border-color: #6164AA; }
span { border-color: rgb(97,100,170); }
td.TdClassName
{
border-color: #6164AA;
}
.TagClassName
{
border-color: #6164AA;
}
</style>