#686A73

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

Shades of Comet #686A73

Tints of Comet #686A73

Color information

#686A73 (or 0x686A73) is unknown color: approx Comet. HEX triplet: 68, 6A and 73. RGB value is (104,106,115). Sum of RGB (Red+Green+Blue) = 104+106+115=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 115 (45.31% from 255 or 35.38% from 325); Max value from RGB is 115 - color contains mainly: blue. Hex color #686A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A73 is #97958C. Grayscale: #6A6A6A. Windows color (decimal): -9934221 or 7563880. OLE color: 7563880.

HSL color Cylindrical-coordinate representation of color #686A73: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686A73 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB104106115-
CMYK0.100.0800.55
HSL229.09º5.02%42.94%-
HSV(B)229.09º9.57%45.1%-
XYZ13.9614.4918.28-
YUV106.43132.84126.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 115 (45.31% from 255) = 35.38%
R=32%
G=32.62%
B=35.38%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1041061150.100.0800.55229.095.0242.94
Hex686A73A8037e552b
Octal1501521631210067345553
Binary11010001101010111001110101000011011111100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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