Shades of Mid Grey #696D71
Tints of Mid Grey #696D71
RGB
CMYK
RGB Variations
Color information
#696D71 (or 0x696D71) is known color: Mid Grey. HEX triplet: 69, 6D and 71. RGB value is (105,109,113). Sum of RGB (Red+Green+Blue) = 105+109+113=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 109 (42.97% from 255 or 33.33% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 113 - color contains mainly: blue. Hex color #696D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696D71 is #96928E. Grayscale: #6C6C6C. Windows color (decimal): -9867919 or 7433577. OLE color: 7433577.
HSL color Cylindrical-coordinate representation of color #696D71: hue angle of 210º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #696D71 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 109 | 113 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.56 |
| HSL | 210º | 0.04% | 0.43% | - |
| HSV(B) | 210º | 0.07% | 0.44% | - |
| XYZ | 14.27 | 15.13 | 17.79 | - |
| YUV | 108.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 113 | 0.07 | 0.04 | 0 | 0.56 | 210 | 0.04 | 0.43 |
| Hex | 69 | 6D | 71 | 7 | 4 | 0 | 38 | D2 | 4 | 2B |
| Octal | 151 | 155 | 161 | 7 | 4 | 0 | 70 | 322 | 4 | 53 |
| Binary | 1101001 | 1101101 | 1110001 | 111 | 100 | 0 | 111000 | 11010010 | 100 | 101011 |
Color Harmonies of #696D71
Complementary color
Monochromatic Colors of #696D71
Black with #696D71
Text Example
Text Example
White with #696D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D71; }
p { color: rgb(105,109,113); }
H1.HeaderClassName
{
color: #696D71;
}
.AnyTagClassName
{
color: #696D71;
}
</style>
background-color css
<style>
a { background-color: #696D71; }
a { background-color: rgb(105,109,113); }
div.DivClassName
{
background-color: #696D71;
}
.BgClassName
{
background-color: #696D71;
}
</style>
border-color css
<style>
span { border-color: #696D71; }
span { border-color: rgb(105,109,113); }
td.TdClassName
{
border-color: #696D71;
}
.TagClassName
{
border-color: #696D71;
}
</style>