#686F83

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

Shades of Storm Grey #686F83

Tints of Storm Grey #686F83

Color information

#686F83 (or 0x686F83) is unknown color: approx Storm Grey. HEX triplet: 68, 6F and 83. RGB value is (104,111,131). Sum of RGB (Red+Green+Blue) = 104+111+131=346 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.06% from 346); Green value is 111 (43.75% from 255 or 32.08% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #686F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F83 is #97907C. Grayscale: #6F6F6F. Windows color (decimal): -9932925 or 8613736. OLE color: 8613736.

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

Color convert

RGB104111131-
CMYK0.210.1500.49
HSL224.44º11.49%46.08%-
HSV(B)224.44º20.61%51.37%-
XYZ15.4915.9523.74-
YUV111.19139.18122.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.06%
GREEN value IS 111 (43.75% from 255) = 32.08%
BLUE value IS 131 (51.56% from 255) = 37.86%
R=30.06%
G=32.08%
B=37.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041111310.210.1500.49224.4411.4946.08
Hex686F8315F031e0b2e
Octal15015720325170613401356
Binary11010001101111100000111010111110110001111000001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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