#686E86

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

Shades of Storm Grey #686E86

Tints of Storm Grey #686E86

Color information

#686E86 (or 0x686E86) is unknown color: approx Storm Grey. HEX triplet: 68, 6E and 86. RGB value is (104,110,134). Sum of RGB (Red+Green+Blue) = 104+110+134=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 134 - color contains mainly: blue. Hex color #686E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E86 is #979179. Grayscale: #6E6E6E. Windows color (decimal): -9933178 or 8810088. OLE color: 8810088.

HSL color Cylindrical-coordinate representation of color #686E86: hue angle of 228º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686E86 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104110134-
CMYK0.220.1800.47
HSL228º12.61%46.67%-
HSV(B)228º22.39%52.55%-
XYZ15.5915.8224.79-
YUV110.94141.01123.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 110 (43.36% from 255) = 31.61%
BLUE value IS 134 (52.73% from 255) = 38.51%
R=29.89%
G=31.61%
B=38.51%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041101340.220.1800.4722812.6146.67
Hex686E86161202Fe4d2f
Octal15015620626220573441557
Binary110100011011101000011010110100100101111111001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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