Color Hex Logo

#687290 Color Hex

#687290
(104,114,144)
0 Favorites   0 Comments

Color spaces of #687290

RGB 104114144
HSL0.630.160.49
HSV225°28°56°
CMYK 0.280.210.00   0.44
XYZ16.760316.991328.7818
Yxy16.99130.26800.2717
Hunter Lab41.22050.4424-12.5443
CIE-Lab48.24913.4470-17.5817

#687290 color RGB value is (104,114,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110010 10010000
Octal 150 162 220
Decimal 104 114 144
Hex 68 72 90

RGB Percentages of Color #687290

%28.73
%31.49
%39.78

CMYK Percentages of Color #687290

%28
%21
%0
%44

Triadic Colors of #687290

#687290 #906872 #729068

Analogous Colors of #687290

#687290 #726890 #688690

Monochromatic Colors of #687290

#687290

Complementary Color

#687290 #908668

#687290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687290 Color CSS Codes

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

#687290 Text Font Color

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

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


#687290 Background Color

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

This div background color is #687290


#687290 Border Color

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

This div border color is #687290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687290


Comments

No comments written yet.

Please login to write comment.