#686A71

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

Shades of Comet #686A71

Tints of Comet #686A71

Color information

#686A71 (or 0x686A71) is unknown color: approx Comet. HEX triplet: 68, 6A and 71. RGB value is (104,106,113). Sum of RGB (Red+Green+Blue) = 104+106+113=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 113 (44.53% from 255 or 34.98% from 323); Max value from RGB is 113 - color contains mainly: blue. Hex color #686A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A71 is #97958E. Grayscale: #6A6A6A. Windows color (decimal): -9934223 or 7432808. OLE color: 7432808.

HSL color Cylindrical-coordinate representation of color #686A71: hue angle of 226.67º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #686A71 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB104106113-
CMYK0.080.0600.56
HSL226.67º4.15%42.55%-
HSV(B)226.67º7.96%44.31%-
XYZ13.8414.4417.68-
YUV106.2131.84126.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.20%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 113 (44.53% from 255) = 34.98%
R=32.20%
G=32.82%
B=34.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041061130.080.0600.56226.674.1542.55
Hex686A7186038e342b
Octal150152161106070343453
Binary1101000110101011100011000110011100011100011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,106,113); }

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

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

 a { background-color: rgb(104,106,113); }

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

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

 span { border-color: rgb(104,106,113); }

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