Html Css Color HEX #686D70 Mid Grey

📋 copy color: '#686D70'

red 104 ◦ green 109 ◦ blue 112

#686D70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mid Grey #686D70

Tints of Mid Grey #686D70

RGB

 RED value IS 104 (41.02% from 255) = 32%

 GREEN value IS 109 (42.97% from 255) = 33.54%

 BLUE value IS 112 (44.14% from 255) = 34.46%

R = 32%
G = 33.54%
B = 34.46%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#686D70 (or 0x686D70) is known color: Mid Grey. HEX triplet: 68, 6D and 70. RGB value is (104,109,112). Sum of RGB (Red+Green+Blue) = 104+109+112=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 112 - color contains mainly: blue. Hex color #686D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D70 is #97928F. Grayscale: #6B6B6B. Windows color (decimal): -9933456 or 7368040. OLE color: 7368040.

HSL color Cylindrical-coordinate representation of color #686D70: hue angle of 202.5º 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 #686D70 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 109 112 -
CMYK 0.07 0.03 0 0.56
HSL 202.5º 0.04% 0.42% -
HSV(B) 202.5º 0.07% 0.44% -
XYZ 14.1 15.05 17.49 -
YUV 107.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 104 109 112 0.07 0.03 0 0.56 202.5 0.04 0.42
Hex 68 6D 70 7 3 0 38 CA 4 2A
Octal 150 155 160 7 3 0 70 312 4 52
Binary 1101000 1101101 1110000 111 11 0 111000 11001010 100 101010

Color Harmonies of #686D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D70

Black with #686D70

Text Example


Text Example

White with #686D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #686D70;
 }
 .AnyTagClassName
 {
   color: #686D70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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