#686D85

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

Shades of Storm Grey #686D85

Tints of Storm Grey #686D85

Color information

#686D85 (or 0x686D85) is unknown color: approx Storm Grey. HEX triplet: 68, 6D and 85. RGB value is (104,109,133). Sum of RGB (Red+Green+Blue) = 104+109+133=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #686D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D85 is #97927A. Grayscale: #6E6E6E. Windows color (decimal): -9933435 or 8744296. OLE color: 8744296.

HSL color Cylindrical-coordinate representation of color #686D85: hue angle of 229.66º 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 #686D85 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104109133-
CMYK0.220.1800.48
HSL229.66º12.24%46.47%-
HSV(B)229.66º21.8%52.16%-
XYZ15.4115.5724.38-
YUV110.24140.84123.55-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 109 (42.97% from 255) = 31.50%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=30.06%
G=31.50%
B=38.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041091330.220.1800.48229.6612.2446.47
Hex686D851612030e6c2e
Octal15015520526220603461456
Binary110100011011011000010110110100100110000111001101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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