#686E80

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

Shades of Storm Grey #686E80

Tints of Storm Grey #686E80

Color information

#686E80 (or 0x686E80) is unknown color: approx Storm Grey. HEX triplet: 68, 6E and 80. RGB value is (104,110,128). Sum of RGB (Red+Green+Blue) = 104+110+128=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #686E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E80 is #97917F. Grayscale: #6E6E6E. Windows color (decimal): -9933184 or 8416872. OLE color: 8416872.

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

Color convert

RGB104110128-
CMYK0.190.1400.50
HSL225º10.34%45.49%-
HSV(B)225º18.75%50.2%-
XYZ15.1815.6522.64-
YUV110.26138.01123.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.41%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=30.41%
G=32.16%
B=37.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1041101280.190.1400.5022510.3445.49
Hex686E8013E032e1a2d
Octal15015620023160623411255
Binary11010001101110100000001001111100110010111000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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