#686F73

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

Shades of Mid Grey #686F73

Tints of Mid Grey #686F73

Color information

#686F73 (or 0x686F73) is unknown color: approx Mid Grey. HEX triplet: 68, 6F and 73. RGB value is (104,111,115). Sum of RGB (Red+Green+Blue) = 104+111+115=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 115 - color contains mainly: blue. Hex color #686F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F73 is #97908C. Grayscale: #6D6D6D. Windows color (decimal): -9932941 or 7565160. OLE color: 7565160.

HSL color Cylindrical-coordinate representation of color #686F73: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686F73 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB104111115-
CMYK0.100.0300.55
HSL201.82º5.02%42.94%-
HSV(B)201.82º9.57%45.1%-
XYZ14.4915.5518.46-
YUV109.36131.18124.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=31.52%
G=33.64%
B=34.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041111150.100.0300.55201.825.0242.94
Hex686F73A3037ca52b
Octal150157163123067312553
Binary110100011011111110011101011011011111001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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