#686D7F

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

Shades of Storm Grey #686D7F

Tints of Storm Grey #686D7F

Color information

#686D7F (or 0x686D7F) is unknown color: approx Storm Grey. HEX triplet: 68, 6D and 7F. RGB value is (104,109,127). Sum of RGB (Red+Green+Blue) = 104+109+127=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #686D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D7F is #979280. Grayscale: #6D6D6D. Windows color (decimal): -9933441 or 8351080. OLE color: 8351080.

HSL color Cylindrical-coordinate representation of color #686D7F: hue angle of 226.96º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #686D7F is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB104109127-
CMYK0.180.1400.50
HSL226.96º9.96%45.29%-
HSV(B)226.96º18.11%49.8%-
XYZ15.0115.4122.26-
YUV109.56137.84124.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 127 (50% from 255) = 37.35%
R=30.59%
G=32.06%
B=37.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041091270.180.1400.50226.969.9645.29
Hex686D7F12E032e3a2d
Octal15015517722160623431255
Binary1101000110110111111111001011100110010111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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