#686B81

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

Shades of Comet #686B81

Tints of Comet #686B81

Color information

#686B81 (or 0x686B81) is unknown color: approx Comet. HEX triplet: 68, 6B and 81. RGB value is (104,107,129). Sum of RGB (Red+Green+Blue) = 104+107+129=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 107 (42.19% from 255 or 31.47% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 129 - color contains mainly: blue. Hex color #686B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686B81 is #97947E. Grayscale: #6C6C6C. Windows color (decimal): -9933951 or 8481640. OLE color: 8481640.

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

Color convert

RGB104107129-
CMYK0.190.1700.49
HSL232.8º10.73%45.69%-
HSV(B)232.8º19.38%50.59%-
XYZ14.9315.0422.89-
YUV108.61139.51124.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.59%
GREEN value IS 107 (42.19% from 255) = 31.47%
BLUE value IS 129 (50.78% from 255) = 37.94%
R=30.59%
G=31.47%
B=37.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041071290.190.1700.49232.810.7345.69
Hex686B811311031e9b2e
Octal15015320123210613511356
Binary110100011010111000000110011100010110001111010011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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