#686C70

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

Shades of Mid Grey #686C70

Tints of Mid Grey #686C70

Color information

#686C70 (or 0x686C70) is unknown color: approx Mid Grey. HEX triplet: 68, 6C and 70. RGB value is (104,108,112). Sum of RGB (Red+Green+Blue) = 104+108+112=324 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.10% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 112 - color contains mainly: blue. Hex color #686C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C70 is #97938F. Grayscale: #6B6B6B. Windows color (decimal): -9933712 or 7367784. OLE color: 7367784.

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

Color convert

RGB104108112-
CMYK0.070.0400.56
HSL210º3.7%42.35%-
HSV(B)210º7.14%43.92%-
XYZ1414.8417.46-
YUV107.26130.67125.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.10%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=32.10%
G=33.33%
B=34.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041081120.070.0400.562103.742.35
Hex686C7074038d242a
Octal15015416074070322452
Binary110100011011001110000111100011100011010010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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