Color Hex Logo

#686386 Color Hex

#686386
(104,99,134)
0 Favorites   0 Comments

Color spaces of #686386

RGB 10499134
HSL0.690.150.46
HSV249°26°53°
CMYK 0.220.260.00   0.47
XYZ14.473813.588024.4141
Yxy13.58800.27580.2589
Hunter Lab36.86195.5796-13.4652
CIE-Lab43.63629.9517-18.6829

#686386 color RGB value is (104,99,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01100011 10000110
Octal 150 143 206
Decimal 104 99 134
Hex 68 63 86

RGB Percentages of Color #686386

%30.86
%29.38
%39.76

CMYK Percentages of Color #686386

%22
%26
%0
%47

Triadic Colors of #686386

#686386 #866863 #638668

Analogous Colors of #686386

#686386 #7a6386 #637086

Monochromatic Colors of #686386

#686386

Complementary Color

#686386 #818663

#686386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686386 Color CSS Codes

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

#686386 Text Font Color

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

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


#686386 Background Color

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

This div background color is #686386


#686386 Border Color

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

This div border color is #686386


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,99,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 #686386">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686386


Comments

No comments written yet.

Please login to write comment.