#686686

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

Shades of Comet #686686

Tints of Comet #686686

Color information

#686686 (or 0x686686) is unknown color: approx Comet. HEX triplet: 68, 66 and 86. RGB value is (104,102,134). Sum of RGB (Red+Green+Blue) = 104+102+134=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #686686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686686 is #979979. Grayscale: #6A6A6A. Windows color (decimal): -9935226 or 8808040. OLE color: 8808040.

HSL color Cylindrical-coordinate representation of color #686686: hue angle of 243.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686686 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104102134-
CMYK0.220.2400.47
HSL243.75º13.56%46.27%-
HSV(B)243.75º23.88%52.55%-
XYZ14.7614.1724.51-
YUV106.25143.66126.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 134 (52.73% from 255) = 39.41%
R=30.59%
G=30%
B=39.41%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041021340.220.2400.47243.7513.5646.27
Hex686686161802Ff4e2e
Octal15014620626300573641656
Binary110100011001101000011010110110000101111111101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686686; }

 p { color: rgb(104,102,134); }

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

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

 a { background-color: rgb(104,102,134); }

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

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

 span { border-color: rgb(104,102,134); }

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