Color Hex Logo

#687fad Color Hex

#687FAD
(104,127,173)
0 Favorites   0 Comments

Color spaces of #687fad

RGB 104127173
HSL0.610.300.54
HSV220°40°68°
CMYK 0.400.270.00   0.32
XYZ20.841121.138942.5169
Yxy21.13890.24660.2502
Hunter Lab45.97710.4530-22.6440
CIE-Lab53.10123.6571-27.0431

#687fad color RGB value is (104,127,173).

#687fad hex color red value is 104, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #687fad hue: 0.61 , saturation: 0.30 and the lightness value of 687fad is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111111 10101101
Octal 150 177 255
Decimal 104 127 173
Hex 68 7F AD

RGB Percentages of Color #687fad

%25.74
%31.44
%42.82

CMYK Percentages of Color #687fad

%40
%27
%0
%32

Triadic Colors of #687fad

#687fad #ad687f #7fad68

Analogous Colors of #687fad

#687fad #7468ad #68a2ad

Monochromatic Colors of #687fad

#687fad

Complementary Color

#687fad #ad9668

#687fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#687fad Color CSS Codes

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

#687fad Text Font Color

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

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


#687fad Background Color

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

This div background color is #687fad


#687fad Border Color

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

This div border color is #687fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687fad


Comments

No comments written yet.

Please login to write comment.