Color Hex Logo

#687cae Color Hex

#687CAE
(104,124,174)
0 Favorites   0 Comments

Color spaces of #687cae

RGB 104124174
HSL0.620.300.55
HSV223°40°68°
CMYK 0.400.290.00   0.32
XYZ20.556620.414442.9013
Yxy20.41440.24510.2434
Hunter Lab45.18232.1432-24.6692
CIE-Lab52.30255.7213-28.8593

#687cae color RGB value is (104,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111100 10101110
Octal 150 174 256
Decimal 104 124 174
Hex 68 7C AE

RGB Percentages of Color #687cae

%25.87
%30.85
%43.28

CMYK Percentages of Color #687cae

%40
%29
%0
%32

Triadic Colors of #687cae

#687cae #ae687c #7cae68

Analogous Colors of #687cae

#687cae #7768ae #689fae

Monochromatic Colors of #687cae

#687cae

Complementary Color

#687cae #ae9a68

#687cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#687cae Color CSS Codes

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

#687cae Text Font Color

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

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


#687cae Background Color

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

This div background color is #687cae


#687cae Border Color

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

This div border color is #687cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687cae


Comments

No comments written yet.

Please login to write comment.