Shades of Rich Blue #6164AE
Tints of Rich Blue #6164AE
RGB
CMYK
RGB Variations
Color information
#6164AE (or 0x6164AE) is known color: Rich Blue. HEX triplet: 61, 64 and AE. RGB value is (97,100,174). Sum of RGB (Red+Green+Blue) = 97+100+174=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #6164AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6164AE is #9E9B51. Grayscale: #6B6B6B. Windows color (decimal): -10394450 or 11428961. OLE color: 11428961.
HSL color Cylindrical-coordinate representation of color #6164AE: hue angle of 237.66º 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 #6164AE is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 100 | 174 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.32 |
| HSL | 237.66º | 0.32% | 0.53% | - |
| HSV(B) | 237.66º | 0.44% | 0.68% | - |
| XYZ | 17.13 | 14.71 | 41.98 | - |
| YUV | 107.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 174 | 0.44 | 0.43 | 0 | 0.32 | 237.66 | 0.32 | 0.53 |
| Hex | 61 | 64 | AE | 2C | 2B | 0 | 20 | EE | 20 | 35 |
| Octal | 141 | 144 | 256 | 54 | 53 | 0 | 40 | 356 | 40 | 65 |
| Binary | 1100001 | 1100100 | 10101110 | 101100 | 101011 | 0 | 100000 | 11101110 | 100000 | 110101 |
Color Harmonies of #6164AE
Complementary color
Monochromatic Colors of #6164AE
Black with #6164AE
Text Example
Text Example
White with #6164AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6164AE; }
p { color: rgb(97,100,174); }
H1.HeaderClassName
{
color: #6164AE;
}
.AnyTagClassName
{
color: #6164AE;
}
</style>
background-color css
<style>
a { background-color: #6164AE; }
a { background-color: rgb(97,100,174); }
div.DivClassName
{
background-color: #6164AE;
}
.BgClassName
{
background-color: #6164AE;
}
</style>
border-color css
<style>
span { border-color: #6164AE; }
span { border-color: rgb(97,100,174); }
td.TdClassName
{
border-color: #6164AE;
}
.TagClassName
{
border-color: #6164AE;
}
</style>