Color Hex Logo

#687187 Color Hex

#687187
(104,113,135)
0 Favorites   0 Comments

Color spaces of #687187

RGB 104113135
HSL0.620.130.47
HSV223°23°53°
CMYK 0.230.160.00   0.47
XYZ15.987216.502625.2644
Yxy16.50260.27680.2857
Hunter Lab40.6234-0.8429-8.4371
CIE-Lab47.62711.7488-13.1965

#687187 color RGB value is (104,113,135).

#687187 hex color red value is 104, green value is 113 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #687187 hue: 0.62 , saturation: 0.13 and the lightness value of 687187 is 0.47.

The process color (four color CMYK) of #687187 color hex is 0.23, 0.16, 0.00, 0.47. Web safe color of #687187 is #666699. Color #687187 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110001 10000111
Octal 150 161 207
Decimal 104 113 135
Hex 68 71 87

RGB Percentages of Color #687187

%29.55
%32.10
%38.35

CMYK Percentages of Color #687187

%23
%16
%0
%47

Triadic Colors of #687187

#687187 #876871 #718768

Analogous Colors of #687187

#687187 #6f6887 #688187

Monochromatic Colors of #687187

#687187

Complementary Color

#687187 #877e68

#687187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687187 Color CSS Codes

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

#687187 Text Font Color

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

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


#687187 Background Color

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

This div background color is #687187


#687187 Border Color

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

This div border color is #687187


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,113,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #687187; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #687187;
  -webkit-box-shadow: 1px 1px 3px 2px #687187;
  box-shadow:         1px 1px 3px 2px #687187; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687187


Comments

No comments written yet.

Please login to write comment.