Color Hex Logo

#687690 Color Hex

#687690
(104,118,144)
0 Favorites   0 Comments

Color spaces of #687690

RGB 104118144
HSL0.610.160.49
HSV219°28°56°
CMYK 0.280.180.00   0.44
XYZ17.221417.913528.9356
Yxy17.91350.26880.2796
Hunter Lab42.3243-1.4375-10.9074
CIE-Lab49.39101.0728-15.8410

#687690 color RGB value is (104,118,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110110 10010000
Octal 150 166 220
Decimal 104 118 144
Hex 68 76 90

RGB Percentages of Color #687690

%28.42
%32.24
%39.34

CMYK Percentages of Color #687690

%28
%18
%0
%44

Triadic Colors of #687690

#687690 #906876 #769068

Analogous Colors of #687690

#687690 #6e6890 #688a90

Monochromatic Colors of #687690

#687690

Complementary Color

#687690 #908268

#687690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687690 Color CSS Codes

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

#687690 Text Font Color

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

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


#687690 Background Color

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

This div background color is #687690


#687690 Border Color

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

This div border color is #687690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687690


Comments

No comments written yet.

Please login to write comment.