#696C6F

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

Shades of Mid Grey #696C6F

Tints of Mid Grey #696C6F

Color information

#696C6F (or 0x696C6F) is unknown color: approx Mid Grey. HEX triplet: 69, 6C and 6F. RGB value is (105,108,111). Sum of RGB (Red+Green+Blue) = 105+108+111=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 111 - color contains mainly: blue. Hex color #696C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696C6F is #969390. Grayscale: #6B6B6B. Windows color (decimal): -9868177 or 7302249. OLE color: 7302249.

HSL color Cylindrical-coordinate representation of color #696C6F: hue angle of 210º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #696C6F is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB105108111-
CMYK0.050.0300.56
HSL210º2.78%42.35%-
HSV(B)210º5.41%43.53%-
XYZ14.0614.8817.17-
YUV107.44130.01126.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=32.41%
G=33.33%
B=34.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051081110.050.0300.562102.7842.35
Hex696C6F53038d232a
Octal15115415753070322352
Binary1101001110110011011111011101110001101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696C6F; }

 p { color: rgb(105,108,111); }

 H1.HeaderClassName
 {
   color: #696C6F;
 }
 .AnyTagClassName
 {
   color: #696C6F;
 }
</style>
background-color css

<style>
 a { background-color: #696C6F; }

 a { background-color: rgb(105,108,111); }

 div.DivClassName
 {
   background-color: #696C6F;
 }
 .BgClassName
 {
   background-color: #696C6F;
 }
</style>
border-color css

<style>
 span { border-color: #696C6F; }

 span { border-color: rgb(105,108,111); }

 td.TdClassName
 {
   border-color: #696C6F;
 }
 .TagClassName
 {
   border-color: #696C6F;
 }
</style>