#686A82

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

Shades of Comet #686A82

Tints of Comet #686A82

Color information

#686A82 (or 0x686A82) is unknown color: approx Comet. HEX triplet: 68, 6A and 82. RGB value is (104,106,130). Sum of RGB (Red+Green+Blue) = 104+106+130=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #686A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686A82 is #97957D. Grayscale: #6C6C6C. Windows color (decimal): -9934206 or 8546920. OLE color: 8546920.

HSL color Cylindrical-coordinate representation of color #686A82: hue angle of 235.38º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #686A82 is Cyan = 0.2, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104106130-
CMYK0.20.1800.49
HSL235.38º11.11%45.88%-
HSV(B)235.38º20%50.98%-
XYZ14.8914.8623.2-
YUV108.14140.34125.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 106 (41.80% from 255) = 31.18%
BLUE value IS 130 (51.17% from 255) = 38.24%
R=30.59%
G=31.18%
B=38.24%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041061300.20.1800.49235.3811.1145.88
Hex686A821412031ebb2e
Octal15015220224220613531356
Binary110100011010101000001010100100100110001111010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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