Color Hex Logo

#687e88 Color Hex

#687E88
(104,126,136)
0 Favorites   0 Comments

Color spaces of #687e88

RGB 104126136
HSL0.550.130.47
HSV199°24°53°
CMYK 0.240.070.00   0.47
XYZ17.613719.642326.1556
Yxy19.64230.27780.3098
Hunter Lab44.3196-6.6191-3.9667
CIE-Lab51.4304-5.5852-8.0676

#687e88 color RGB value is (104,126,136).

#687e88 hex color red value is 104, green value is 126 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #687e88 hue: 0.55 , saturation: 0.13 and the lightness value of 687e88 is 0.47.

The process color (four color CMYK) of #687e88 color hex is 0.24, 0.07, 0.00, 0.47. Web safe color of #687e88 is #666699. Color #687e88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111110 10001000
Octal 150 176 210
Decimal 104 126 136
Hex 68 7E 88

RGB Percentages of Color #687e88

%28.42
%34.43
%37.16

CMYK Percentages of Color #687e88

%24
%7
%0
%47

Triadic Colors of #687e88

#687e88 #88687e #7e8868

Analogous Colors of #687e88

#687e88 #686e88 #688882

Monochromatic Colors of #687e88

#687e88

Complementary Color

#687e88 #887268

#687e88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687e88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687e88 Color CSS Codes

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

#687e88 Text Font Color

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

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


#687e88 Background Color

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

This div background color is #687e88


#687e88 Border Color

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

This div border color is #687e88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687e88


Comments

No comments written yet.

Please login to write comment.