Color Hex Logo

#687dcd Color Hex

#687DCD
(104,125,205)
0 Favorites   0 Comments

Color spaces of #687dcd

RGB 104125205
HSL0.630.500.61
HSV228°49°80°
CMYK 0.490.390.00   0.20
XYZ24.062022.018160.7393
Yxy22.01810.22530.2061
Hunter Lab46.92349.4175-43.9006
CIE-Lab54.046214.3781-43.8699

#687dcd color RGB value is (104,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111101 11001101
Octal 150 175 315
Decimal 104 125 205
Hex 68 7D CD

RGB Percentages of Color #687dcd

%23.96
%28.80
%47.24

CMYK Percentages of Color #687dcd

%49
%39
%0
%20

Triadic Colors of #687dcd

#687dcd #cd687d #7dcd68

Analogous Colors of #687dcd

#687dcd #8668cd #68b0cd

Monochromatic Colors of #687dcd

#687dcd

Complementary Color

#687dcd #cdb868

#687dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#687dcd Color CSS Codes

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

#687dcd Text Font Color

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

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


#687dcd Background Color

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

This div background color is #687dcd


#687dcd Border Color

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

This div border color is #687dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,125,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 #687dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687dcd


Comments

No comments written yet.

Please login to write comment.