Color Hex Logo

#687292 Color Hex

#687292
(104,114,146)
0 Favorites   0 Comments

Color spaces of #687292

RGB 104114146
HSL0.630.170.49
HSV226°29°57°
CMYK 0.290.220.00   0.43
XYZ16.914517.053029.5942
Yxy17.05300.26610.2683
Hunter Lab41.29530.8467-13.5834
CIE-Lab48.32673.9694-18.6442

#687292 color RGB value is (104,114,146).

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

The process color (four color CMYK) of #687292 color hex is 0.29, 0.22, 0.00, 0.43. Web safe color of #687292 is #666699. Color #687292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110010 10010010
Octal 150 162 222
Decimal 104 114 146
Hex 68 72 92

RGB Percentages of Color #687292

%28.57
%31.32
%40.11

CMYK Percentages of Color #687292

%29
%22
%0
%43

Triadic Colors of #687292

#687292 #926872 #729268

Analogous Colors of #687292

#687292 #736892 #688792

Monochromatic Colors of #687292

#687292

Complementary Color

#687292 #928868

#687292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687292 Color CSS Codes

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

#687292 Text Font Color

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

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


#687292 Background Color

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

This div background color is #687292


#687292 Border Color

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

This div border color is #687292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687292


Comments

No comments written yet.

Please login to write comment.