#6D6F70

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

Shades of Mid Grey #6D6F70

Tints of Mid Grey #6D6F70

Color information

#6D6F70 (or 0x6D6F70) is unknown color: approx Mid Grey. HEX triplet: 6D, 6F and 70. RGB value is (109,111,112). Sum of RGB (Red+Green+Blue) = 109+111+112=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D6F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6F70 is #92908F. Grayscale: #6E6E6E. Windows color (decimal): -9605264 or 7368557. OLE color: 7368557.

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

Color convert

RGB109111112-
CMYK0.030.0100.56
HSL200º1.36%43.33%-
HSV(B)200º2.68%43.92%-
XYZ14.9215.7917.59-
YUV110.52128.84126.92-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.83%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=32.83%
G=33.43%
B=33.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1091111120.030.0100.562001.3643.33
Hex6D6F7031038c812b
Octal15515716031070310153
Binary1101101110111111100001110111000110010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D6F70; }

 p { color: rgb(109,111,112); }

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

<style>
 a { background-color: #6D6F70; }

 a { background-color: rgb(109,111,112); }

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

<style>
 span { border-color: #6D6F70; }

 span { border-color: rgb(109,111,112); }

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