Color Hex Logo

#687fcd Color Hex

#687FCD
(104,127,205)
0 Favorites   0 Comments

Color spaces of #687fcd

RGB 104127205
HSL0.630.500.61
HSV226°49°80°
CMYK 0.490.380.00   0.20
XYZ24.317722.529660.8246
Yxy22.52960.22590.2092
Hunter Lab47.46548.3857-42.7516
CIE-Lab54.584513.1745-43.0189

#687fcd color RGB value is (104,127,205).

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

The process color (four color CMYK) of #687fcd color hex is 0.49, 0.38, 0.00, 0.20. Web safe color of #687fcd is #6666cc. Color #687fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111111 11001101
Octal 150 177 315
Decimal 104 127 205
Hex 68 7F CD

RGB Percentages of Color #687fcd

%23.85
%29.13
%47.02

CMYK Percentages of Color #687fcd

%49
%38
%0
%20

Triadic Colors of #687fcd

#687fcd #cd687f #7fcd68

Analogous Colors of #687fcd

#687fcd #8468cd #68b2cd

Monochromatic Colors of #687fcd

#687fcd

Complementary Color

#687fcd #cdb668

#687fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#687fcd Color CSS Codes

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

#687fcd Text Font Color

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

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


#687fcd Background Color

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

This div background color is #687fcd


#687fcd Border Color

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

This div border color is #687fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687fcd


Comments

No comments written yet.

Please login to write comment.