#686F82

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

Shades of Storm Grey #686F82

Tints of Storm Grey #686F82

Color information

#686F82 (or 0x686F82) is unknown color: approx Storm Grey. HEX triplet: 68, 6F and 82. RGB value is (104,111,130). Sum of RGB (Red+Green+Blue) = 104+111+130=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 130 - color contains mainly: blue. Hex color #686F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F82 is #97907D. Grayscale: #6E6E6E. Windows color (decimal): -9932926 or 8548200. OLE color: 8548200.

HSL color Cylindrical-coordinate representation of color #686F82: hue angle of 223.85º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #686F82 is Cyan = 0.2, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104111130-
CMYK0.20.1500.49
HSL223.85º11.11%45.88%-
HSV(B)223.85º20%50.98%-
XYZ15.4215.9223.38-
YUV111.07138.68122.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.14%
GREEN value IS 111 (43.75% from 255) = 32.17%
BLUE value IS 130 (51.17% from 255) = 37.68%
R=30.14%
G=32.17%
B=37.68%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041111300.20.1500.49223.8511.1145.88
Hex686F8214F031e0b2e
Octal15015720224170613401356
Binary11010001101111100000101010011110110001111000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,111,130); }

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

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

 a { background-color: rgb(104,111,130); }

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

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

 span { border-color: rgb(104,111,130); }

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