Color Hex Logo

#687daf Color Hex

#687DAF
(104,125,175)
0 Favorites   0 Comments

Color spaces of #687daf

RGB 104125175
HSL0.620.310.55
HSV222°41°69°
CMYK 0.410.290.00   0.31
XYZ20.780420.705443.4587
Yxy20.70540.24460.2438
Hunter Lab45.50321.8868-24.7738
CIE-Lab52.62565.4142-28.9347

#687daf color RGB value is (104,125,175).

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

The process color (four color CMYK) of #687daf color hex is 0.41, 0.29, 0.00, 0.31. Web safe color of #687daf is #666699. Color #687daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111101 10101111
Octal 150 175 257
Decimal 104 125 175
Hex 68 7D AF

RGB Percentages of Color #687daf

%25.74
%30.94
%43.32

CMYK Percentages of Color #687daf

%41
%29
%0
%31

Triadic Colors of #687daf

#687daf #af687d #7daf68

Analogous Colors of #687daf

#687daf #7768af #68a1af

Monochromatic Colors of #687daf

#687daf

Complementary Color

#687daf #af9a68

#687daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#687daf Color CSS Codes

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

#687daf Text Font Color

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

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


#687daf Background Color

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

This div background color is #687daf


#687daf Border Color

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

This div border color is #687daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687daf


Comments

No comments written yet.

Please login to write comment.