Shades of Mid Grey #696A6B
Tints of Mid Grey #696A6B
RGB
CMYK
RGB Variations
Color information
#696A6B (or 0x696A6B) is known color: Mid Grey. HEX triplet: 69, 6A and 6B. RGB value is (105,106,107). Sum of RGB (Red+Green+Blue) = 105+106+107=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 107 - color contains mainly: blue. Hex color #696A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696A6B is #969594. Grayscale: #696969. Windows color (decimal): -9868693 or 7039593. OLE color: 7039593.
HSL color Cylindrical-coordinate representation of color #696A6B: hue angle of 210º degrees, saturation: 0.01, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #696A6B is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 107 | - |
| CMYK | 0.02 | 0.01 | 0 | 0.58 |
| HSL | 210º | 0.01% | 0.42% | - |
| HSV(B) | 210º | 0.02% | 0.42% | - |
| XYZ | 13.63 | 14.37 | 15.97 | - |
| YUV | 105.82 | 128.67 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 107 | 0.02 | 0.01 | 0 | 0.58 | 210 | 0.01 | 0.42 |
| Hex | 69 | 6A | 6B | 2 | 1 | 0 | 3A | D2 | 1 | 2A |
| Octal | 151 | 152 | 153 | 2 | 1 | 0 | 72 | 322 | 1 | 52 |
| Binary | 1101001 | 1101010 | 1101011 | 10 | 1 | 0 | 111010 | 11010010 | 1 | 101010 |
Color Harmonies of #696A6B
Complementary color
Monochromatic Colors of #696A6B
Black with #696A6B
Text Example
Text Example
White with #696A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A6B; }
p { color: rgb(105,106,107); }
H1.HeaderClassName
{
color: #696A6B;
}
.AnyTagClassName
{
color: #696A6B;
}
</style>
background-color css
<style>
a { background-color: #696A6B; }
a { background-color: rgb(105,106,107); }
div.DivClassName
{
background-color: #696A6B;
}
.BgClassName
{
background-color: #696A6B;
}
</style>
border-color css
<style>
span { border-color: #696A6B; }
span { border-color: rgb(105,106,107); }
td.TdClassName
{
border-color: #696A6B;
}
.TagClassName
{
border-color: #696A6B;
}
</style>