Color Hex Logo

#687ecd Color Hex

#687ECD
(104,126,205)
0 Favorites   0 Comments

Color spaces of #687ecd

RGB 104126205
HSL0.630.500.61
HSV227°49°80°
CMYK 0.490.390.00   0.20
XYZ24.189222.272560.7817
Yxy22.27250.22560.2077
Hunter Lab47.19378.9013-43.3251
CIE-Lab54.314913.7761-43.4448

#687ecd color RGB value is (104,126,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111110 11001101
Octal 150 176 315
Decimal 104 126 205
Hex 68 7E CD

RGB Percentages of Color #687ecd

%23.91
%28.97
%47.13

CMYK Percentages of Color #687ecd

%49
%39
%0
%20

Triadic Colors of #687ecd

#687ecd #cd687e #7ecd68

Analogous Colors of #687ecd

#687ecd #8568cd #68b1cd

Monochromatic Colors of #687ecd

#687ecd

Complementary Color

#687ecd #cdb768

#687ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#687ecd Color CSS Codes

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

#687ecd Text Font Color

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

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


#687ecd Background Color

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

This div background color is #687ecd


#687ecd Border Color

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

This div border color is #687ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687ecd


Comments

No comments written yet.

Please login to write comment.