#686976

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

Shades of Comet #686976

Tints of Comet #686976

Color information

#686976 (or 0x686976) is unknown color: approx Comet. HEX triplet: 68, 69 and 76. RGB value is (104,105,118). Sum of RGB (Red+Green+Blue) = 104+105+118=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 118 - color contains mainly: blue. Hex color #686976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686976 is #979689. Grayscale: #6A6A6A. Windows color (decimal): -9934474 or 7760232. OLE color: 7760232.

HSL color Cylindrical-coordinate representation of color #686976: hue angle of 235.71º 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 #686976 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB104105118-
CMYK0.120.1100.54
HSL235.71º6.31%43.53%-
HSV(B)235.71º11.86%46.27%-
XYZ14.0314.3519.17-
YUV106.18134.67126.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=31.80%
G=32.11%
B=36.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1041051180.120.1100.54235.716.3143.53
Hex686976CB036ec62c
Octal1501511661413066354654
Binary11010001101001111011011001011011011011101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686976; }

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

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

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

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

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

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

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

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