#686A77

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

Shades of Comet #686A77

Tints of Comet #686A77

Color information

#686A77 (or 0x686A77) is unknown color: approx Comet. HEX triplet: 68, 6A and 77. RGB value is (104,106,119). Sum of RGB (Red+Green+Blue) = 104+106+119=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 119 (46.88% from 255 or 36.17% from 329); Max value from RGB is 119 - color contains mainly: blue. Hex color #686A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A77 is #979588. Grayscale: #6A6A6A. Windows color (decimal): -9934217 or 7826024. OLE color: 7826024.

HSL color Cylindrical-coordinate representation of color #686A77: hue angle of 232º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #686A77 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104106119-
CMYK0.130.1100.53
HSL232º6.73%43.73%-
HSV(B)232º12.61%46.67%-
XYZ14.1914.5819.52-
YUV106.88134.84125.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.61%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 119 (46.88% from 255) = 36.17%
R=31.61%
G=32.22%
B=36.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041061190.130.1100.532326.7343.73
Hex686A77DB035e872c
Octal1501521671513065350754
Binary11010001101010111011111011011011010111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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