#686871

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

Shades of Comet #686871

Tints of Comet #686871

Color information

#686871 (or 0x686871) is unknown color: approx Comet. HEX triplet: 68, 68 and 71. RGB value is (104,104,113). Sum of RGB (Red+Green+Blue) = 104+104+113=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 113 - color contains mainly: blue. Hex color #686871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686871 is #97978E. Grayscale: #686868. Windows color (decimal): -9934735 or 7432296. OLE color: 7432296.

HSL color Cylindrical-coordinate representation of color #686871: hue angle of 240º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #686871 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB104104113-
CMYK0.080.0800.56
HSL240º4.15%42.55%-
HSV(B)240º7.96%44.31%-
XYZ13.6414.0417.61-
YUV105.03132.5127.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.40%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 113 (44.53% from 255) = 35.20%
R=32.40%
G=32.40%
B=35.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1041041130.080.0800.562404.1542.55
Hex68687188038f042b
Octal1501501611010070360453
Binary11010001101000111000110001000011100011110000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686871; }

 p { color: rgb(104,104,113); }

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

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

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

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

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

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

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