Color Hex Logo

#686683 Color Hex

#686683
(104,102,131)
0 Favorites   0 Comments

Color spaces of #686683

RGB 104102131
HSL0.680.120.46
HSV244°22°51°
CMYK 0.210.220.00   0.49
XYZ14.557014.084523.4241
Yxy14.08450.27960.2705
Hunter Lab37.52933.5609-10.7356
CIE-Lab44.35397.3688-15.7804

#686683 color RGB value is (104,102,131).

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

The process color (four color CMYK) of #686683 color hex is 0.21, 0.22, 0.00, 0.49. Web safe color of #686683 is #666699. Color #686683 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100110 10000011
Octal 150 146 203
Decimal 104 102 131
Hex 68 66 83

RGB Percentages of Color #686683

%30.86
%30.27
%38.87

CMYK Percentages of Color #686683

%21
%22
%0
%49

Triadic Colors of #686683

#686683 #836866 #668368

Analogous Colors of #686683

#686683 #776683 #667383

Monochromatic Colors of #686683

#686683

Complementary Color

#686683 #818366

#686683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686683 Color CSS Codes

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

#686683 Text Font Color

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

This sample text font color is #686683
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.


#686683 Background Color

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

This div background color is #686683


#686683 Border Color

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

This div border color is #686683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686683


Comments

No comments written yet.

Please login to write comment.