#696A6B

Color #696A6B Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #696A6B

Tints of Mid Grey #696A6B

Color information

#696A6B (or 0x696A6B) is unknown color: approx 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

RGB105106107-
CMYK0.020.0100.58
HSL210º0.94%41.57%-
HSV(B)210º1.87%41.96%-
XYZ13.6314.3715.97-
YUV105.82128.67127.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 106 (41.80% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=33.02%
G=33.33%
B=33.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1051061070.020.0100.582100.9441.57
Hex696A6B2103Ad212a
Octal15115215321072322152
Binary1101001110101011010111010111010110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>