#686B76

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

Shades of Comet #686B76

Tints of Comet #686B76

Color information

#686B76 (or 0x686B76) is unknown color: approx Comet. HEX triplet: 68, 6B and 76. RGB value is (104,107,118). Sum of RGB (Red+Green+Blue) = 104+107+118=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 118 (46.48% from 255 or 35.87% from 329); Max value from RGB is 118 - color contains mainly: blue. Hex color #686B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B76 is #979489. Grayscale: #6B6B6B. Windows color (decimal): -9933962 or 7760744. OLE color: 7760744.

HSL color Cylindrical-coordinate representation of color #686B76: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686B76 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB104107118-
CMYK0.120.0900.54
HSL227.14º6.31%43.53%-
HSV(B)227.14º11.86%46.27%-
XYZ14.2414.7719.24-
YUV107.36134.01125.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 118 (46.48% from 255) = 35.87%
R=31.61%
G=32.52%
B=35.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041071180.120.0900.54227.146.3143.53
Hex686B76C9036e362c
Octal1501531661411066343654
Binary11010001101011111011011001001011011011100011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,107,118); }

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

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

 a { background-color: rgb(104,107,118); }

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

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

 span { border-color: rgb(104,107,118); }

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