#686E85

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

Shades of Storm Grey #686E85

Tints of Storm Grey #686E85

Color information

#686E85 (or 0x686E85) is unknown color: approx Storm Grey. HEX triplet: 68, 6E and 85. RGB value is (104,110,133). Sum of RGB (Red+Green+Blue) = 104+110+133=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #686E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E85 is #97917A. Grayscale: #6E6E6E. Windows color (decimal): -9933179 or 8744552. OLE color: 8744552.

HSL color Cylindrical-coordinate representation of color #686E85: hue angle of 227.59º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686E85 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104110133-
CMYK0.220.1700.48
HSL227.59º12.24%46.47%-
HSV(B)227.59º21.8%52.16%-
XYZ15.5215.7924.42-
YUV110.83140.51123.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.97%
GREEN value IS 110 (43.36% from 255) = 31.70%
BLUE value IS 133 (52.34% from 255) = 38.33%
R=29.97%
G=31.70%
B=38.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041101330.220.1700.48227.5912.2446.47
Hex686E851611030e4c2e
Octal15015620526210603441456
Binary110100011011101000010110110100010110000111001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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