#686A75

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

Shades of Comet #686A75

Tints of Comet #686A75

Color information

#686A75 (or 0x686A75) is unknown color: approx Comet. HEX triplet: 68, 6A and 75. RGB value is (104,106,117). Sum of RGB (Red+Green+Blue) = 104+106+117=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 117 - color contains mainly: blue. Hex color #686A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A75 is #97958A. Grayscale: #6A6A6A. Windows color (decimal): -9934219 or 7694952. OLE color: 7694952.

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

Color convert

RGB104106117-
CMYK0.110.0900.54
HSL230.77º5.88%43.33%-
HSV(B)230.77º11.11%45.88%-
XYZ14.0714.5418.89-
YUV106.66133.84126.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 106 (41.80% from 255) = 32.42%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=31.80%
G=32.42%
B=35.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041061170.110.0900.54230.775.8843.33
Hex686A75B9036e762b
Octal1501521651311066347653
Binary11010001101010111010110111001011011011100111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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