#686B77

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

Shades of Comet #686B77

Tints of Comet #686B77

Color information

#686B77 (or 0x686B77) is unknown color: approx Comet. HEX triplet: 68, 6B and 77. RGB value is (104,107,119). Sum of RGB (Red+Green+Blue) = 104+107+119=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #686B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B77 is #979488. Grayscale: #6B6B6B. Windows color (decimal): -9933961 or 7826280. OLE color: 7826280.

HSL color Cylindrical-coordinate representation of color #686B77: hue angle of 228º 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 #686B77 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB104107119-
CMYK0.130.1000.53
HSL228º6.73%43.73%-
HSV(B)228º12.61%46.67%-
XYZ14.314.7919.55-
YUV107.47134.51125.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.52%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 119 (46.88% from 255) = 36.06%
R=31.52%
G=32.42%
B=36.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1041071190.130.1000.532286.7343.73
Hex686B77DA035e472c
Octal1501531671512065344754
Binary11010001101011111011111011010011010111100100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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