Color Hex Logo

#686686 Color Hex

#686686
(104,102,134)
0 Favorites   0 Comments

Color spaces of #686686

RGB 104102134
HSL0.680.140.46
HSV244°24°53°
CMYK 0.220.240.00   0.47
XYZ14.763414.167024.5107
Yxy14.16700.27630.2651
Hunter Lab37.63914.1457-12.2625
CIE-Lab44.47158.1203-17.4028

#686686 color RGB value is (104,102,134).

#686686 hex color red value is 104, green value is 102 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #686686 hue: 0.68 , saturation: 0.14 and the lightness value of 686686 is 0.46.

The process color (four color CMYK) of #686686 color hex is 0.22, 0.24, 0.00, 0.47. Web safe color of #686686 is #666699. Color #686686 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100110 10000110
Octal 150 146 206
Decimal 104 102 134
Hex 68 66 86

RGB Percentages of Color #686686

%30.59
%30.00
%39.41

CMYK Percentages of Color #686686

%22
%24
%0
%47

Triadic Colors of #686686

#686686 #866866 #668668

Analogous Colors of #686686

#686686 #786686 #667486

Monochromatic Colors of #686686

#686686

Complementary Color

#686686 #848666

#686686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686686 Color CSS Codes

.mybgcolor {background-color:#686686; } 
.myforecolor {color:#686686; }
.mybordercolor {border:3px solid #686686; }

#686686 Text Font Color

<p style="color:#686686">Text here</p>

This sample text font color is #686686
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#686686 Background Color

<div style="background-color:#686686">
Div content here</div>

This div background color is #686686


#686686 Border Color

<div style="border:3px solid #686686">
Div here</div>

This div border color is #686686


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,102,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #686686; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #686686;
  -webkit-box-shadow: 1px 1px 3px 2px #686686;
  box-shadow:         1px 1px 3px 2px #686686; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,102,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #686686">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #686686;
  -webkit-box-shadow: 1px 1px 3px 2px #686686;
  box-shadow:         1px 1px 3px 2px #686686;">
Div content here</div>

This div box has shadow with color #686686


Comments

No comments written yet.

Please login to write comment.