#686C6F

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

Shades of Mid Grey #686C6F

Tints of Mid Grey #686C6F

Color information

#686C6F (or 0x686C6F) is unknown color: approx Mid Grey. HEX triplet: 68, 6C and 6F. RGB value is (104,108,111). Sum of RGB (Red+Green+Blue) = 104+108+111=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 111 - color contains mainly: blue. Hex color #686C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C6F is #979390. Grayscale: #6B6B6B. Windows color (decimal): -9933713 or 7302248. OLE color: 7302248.

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

Color convert

RGB104108111-
CMYK0.060.0300.56
HSL205.71º3.26%42.16%-
HSV(B)205.71º6.31%43.53%-
XYZ13.9414.8217.16-
YUV107.15130.17125.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 111 (43.75% from 255) = 34.37%
R=32.20%
G=33.44%
B=34.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041081110.060.0300.56205.713.2642.16
Hex686C6F63038ce32a
Octal15015415763070316352
Binary1101000110110011011111101101110001100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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