Shades of Mid Grey #6A6E72
Tints of Mid Grey #6A6E72
RGB
CMYK
RGB Variations
Color information
#6A6E72 (or 0x6A6E72) is known color: Mid Grey. HEX triplet: 6A, 6E and 72. RGB value is (106,110,114). Sum of RGB (Red+Green+Blue) = 106+110+114=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 114 (44.92% from 255 or 34.55% from 330); Max value from RGB is 114 - color contains mainly: blue. Hex color #6A6E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6E72 is #95918D. Grayscale: #6D6D6D. Windows color (decimal): -9802126 or 7499370. OLE color: 7499370.
HSL color Cylindrical-coordinate representation of color #6A6E72: hue angle of 210º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A6E72 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 110 | 114 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.55 |
| HSL | 210º | 0.04% | 0.43% | - |
| HSV(B) | 210º | 0.07% | 0.45% | - |
| XYZ | 14.56 | 15.43 | 18.13 | - |
| YUV | 109.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 114 | 0.07 | 0.04 | 0 | 0.55 | 210 | 0.04 | 0.43 |
| Hex | 6A | 6E | 72 | 7 | 4 | 0 | 37 | D2 | 4 | 2B |
| Octal | 152 | 156 | 162 | 7 | 4 | 0 | 67 | 322 | 4 | 53 |
| Binary | 1101010 | 1101110 | 1110010 | 111 | 100 | 0 | 110111 | 11010010 | 100 | 101011 |
Color Harmonies of #6A6E72
Complementary color
Monochromatic Colors of #6A6E72
Black with #6A6E72
Text Example
Text Example
White with #6A6E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6E72; }
p { color: rgb(106,110,114); }
H1.HeaderClassName
{
color: #6A6E72;
}
.AnyTagClassName
{
color: #6A6E72;
}
</style>
background-color css
<style>
a { background-color: #6A6E72; }
a { background-color: rgb(106,110,114); }
div.DivClassName
{
background-color: #6A6E72;
}
.BgClassName
{
background-color: #6A6E72;
}
</style>
border-color css
<style>
span { border-color: #6A6E72; }
span { border-color: rgb(106,110,114); }
td.TdClassName
{
border-color: #6A6E72;
}
.TagClassName
{
border-color: #6A6E72;
}
</style>