Color Hex Logo

#687990 Color Hex

#687990
(104,121,144)
0 Favorites   0 Comments

Color spaces of #687990

RGB 104121144
HSL0.600.160.49
HSV215°28°56°
CMYK 0.280.160.00   0.44
XYZ17.580318.631429.0552
Yxy18.63140.26940.2855
Hunter Lab43.1641-2.8360-9.6952
CIE-Lab50.2531-0.6913-14.5315

#687990 color RGB value is (104,121,144).

#687990 hex color red value is 104, green value is 121 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #687990 hue: 0.60 , saturation: 0.16 and the lightness value of 687990 is 0.49.

The process color (four color CMYK) of #687990 color hex is 0.28, 0.16, 0.00, 0.44. Web safe color of #687990 is #666699. Color #687990 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111001 10010000
Octal 150 171 220
Decimal 104 121 144
Hex 68 79 90

RGB Percentages of Color #687990

%28.18
%32.79
%39.02

CMYK Percentages of Color #687990

%28
%16
%0
%44

Triadic Colors of #687990

#687990 #906879 #799068

Analogous Colors of #687990

#687990 #6b6890 #688d90

Monochromatic Colors of #687990

#687990

Complementary Color

#687990 #907f68

#687990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687990 Color CSS Codes

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

#687990 Text Font Color

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

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


#687990 Background Color

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

This div background color is #687990


#687990 Border Color

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

This div border color is #687990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687990


Comments

No comments written yet.

Please login to write comment.