Color Hex Logo

#687dac Color Hex

#687DAC
(104,125,172)
0 Favorites   0 Comments

Color spaces of #687dac

RGB 104125172
HSL0.620.290.54
HSV221°40°67°
CMYK 0.400.270.00   0.33
XYZ20.488920.588841.9239
Yxy20.58880.24680.2481
Hunter Lab45.37491.1951-23.0183
CIE-Lab52.49654.5554-27.4029

#687dac color RGB value is (104,125,172).

#687dac hex color red value is 104, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #687dac hue: 0.62 , saturation: 0.29 and the lightness value of 687dac is 0.54.

The process color (four color CMYK) of #687dac color hex is 0.40, 0.27, 0.00, 0.33. Web safe color of #687dac is #666699. Color #687dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111101 10101100
Octal 150 175 254
Decimal 104 125 172
Hex 68 7D AC

RGB Percentages of Color #687dac

%25.94
%31.17
%42.89

CMYK Percentages of Color #687dac

%40
%27
%0
%33

Triadic Colors of #687dac

#687dac #ac687d #7dac68

Analogous Colors of #687dac

#687dac #7568ac #689fac

Monochromatic Colors of #687dac

#687dac

Complementary Color

#687dac #ac9768

#687dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#687dac Color CSS Codes

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

#687dac Text Font Color

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

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


#687dac Background Color

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

This div background color is #687dac


#687dac Border Color

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

This div border color is #687dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,125,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #687dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #687dac;
  -webkit-box-shadow: 1px 1px 3px 2px #687dac;
  box-shadow:         1px 1px 3px 2px #687dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687dac

#687dac Color Palettes


Comments

No comments written yet.

Please login to write comment.