#686D84

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

Shades of Storm Grey #686D84

Tints of Storm Grey #686D84

Color information

#686D84 (or 0x686D84) is unknown color: approx Storm Grey. HEX triplet: 68, 6D and 84. RGB value is (104,109,132). Sum of RGB (Red+Green+Blue) = 104+109+132=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #686D84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D84 is #97927B. Grayscale: #6E6E6E. Windows color (decimal): -9933436 or 8678760. OLE color: 8678760.

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

Color convert

RGB104109132-
CMYK0.210.1700.48
HSL229.29º11.86%46.27%-
HSV(B)229.29º21.21%51.76%-
XYZ15.3415.5524.02-
YUV110.13140.34123.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 132 (51.95% from 255) = 38.26%
R=30.14%
G=31.59%
B=38.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041091320.210.1700.48229.2911.8646.27
Hex686D841511030e5c2e
Octal15015520425210603451456
Binary110100011011011000010010101100010110000111001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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