Color Hex Logo

#686999 Color Hex

#686999
(104,105,153)
0 Favorites   0 Comments

Color spaces of #686999

RGB 104105153
HSL0.660.190.50
HSV239°32°60°
CMYK 0.320.310.00   0.40
XYZ16.510315.346132.2289
Yxy15.34610.25760.2395
Hunter Lab39.17416.6759-21.3566
CIE-Lab46.104611.2892-26.2113

#686999 color RGB value is (104,105,153).

#686999 hex color red value is 104, green value is 105 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #686999 hue: 0.66 , saturation: 0.19 and the lightness value of 686999 is 0.50.

The process color (four color CMYK) of #686999 color hex is 0.32, 0.31, 0.00, 0.40. Web safe color of #686999 is #666699. Color #686999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01101001 10011001
Octal 150 151 231
Decimal 104 105 153
Hex 68 69 99

RGB Percentages of Color #686999

%28.73
%29.01
%42.27

CMYK Percentages of Color #686999

%32
%31
%0
%40

Triadic Colors of #686999

#686999 #996869 #699968

Analogous Colors of #686999

#686999 #806899 #688299

Monochromatic Colors of #686999

#686999

Complementary Color

#686999 #999868

#686999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#686999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#686999 Color CSS Codes

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

#686999 Text Font Color

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

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


#686999 Background Color

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

This div background color is #686999


#686999 Border Color

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

This div border color is #686999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #686999


Comments

No comments written yet.

Please login to write comment.