Color Hex Logo

#687dae Color Hex

#687DAE
(104,125,174)
0 Favorites   0 Comments

Color spaces of #687dae

RGB 104125174
HSL0.620.300.55
HSV222°40°68°
CMYK 0.400.280.00   0.32
XYZ20.682520.666342.9433
Yxy20.66630.24540.2452
Hunter Lab45.46021.6547-24.1853
CIE-Lab52.58235.1268-28.4248

#687dae color RGB value is (104,125,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111101 10101110
Octal 150 175 256
Decimal 104 125 174
Hex 68 7D AE

RGB Percentages of Color #687dae

%25.81
%31.02
%43.18

CMYK Percentages of Color #687dae

%40
%28
%0
%32

Triadic Colors of #687dae

#687dae #ae687d #7dae68

Analogous Colors of #687dae

#687dae #7668ae #68a0ae

Monochromatic Colors of #687dae

#687dae

Complementary Color

#687dae #ae9968

#687dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#687dae Color CSS Codes

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

#687dae Text Font Color

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

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


#687dae Background Color

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

This div background color is #687dae


#687dae Border Color

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

This div border color is #687dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687dae


Comments

No comments written yet.

Please login to write comment.