#686E82

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

Shades of Storm Grey #686E82

Tints of Storm Grey #686E82

Color information

#686E82 (or 0x686E82) is unknown color: approx Storm Grey. HEX triplet: 68, 6E and 82. RGB value is (104,110,130). Sum of RGB (Red+Green+Blue) = 104+110+130=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 130 - color contains mainly: blue. Hex color #686E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E82 is #97917D. Grayscale: #6E6E6E. Windows color (decimal): -9933182 or 8547944. OLE color: 8547944.

HSL color Cylindrical-coordinate representation of color #686E82: hue angle of 226.15º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #686E82 is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104110130-
CMYK0.20.1500.49
HSL226.15º11.11%45.88%-
HSV(B)226.15º20%50.98%-
XYZ15.3115.7123.34-
YUV110.49139.01123.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=30.23%
G=31.98%
B=37.79%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041101300.20.1500.49226.1511.1145.88
Hex686E8214F031e2b2e
Octal15015620224170613421356
Binary11010001101110100000101010011110110001111000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,110,130); }

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

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

 a { background-color: rgb(104,110,130); }

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

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

 span { border-color: rgb(104,110,130); }

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