Color Hex Logo

#687296 Color Hex

#687296
(104,114,150)
0 Favorites   0 Comments

Color spaces of #687296

RGB 104114150
HSL0.630.180.50
HSV227°31°59°
CMYK 0.310.240.00   0.41
XYZ17.231317.179731.2620
Yxy17.17970.26240.2616
Hunter Lab41.44841.6729-15.7049
CIE-Lab48.48575.0294-20.7596

#687296 color RGB value is (104,114,150).

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

The process color (four color CMYK) of #687296 color hex is 0.31, 0.24, 0.00, 0.41. Web safe color of #687296 is #666699. Color #687296 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110010 10010110
Octal 150 162 226
Decimal 104 114 150
Hex 68 72 96

RGB Percentages of Color #687296

%28.26
%30.98
%40.76

CMYK Percentages of Color #687296

%31
%24
%0
%41

Triadic Colors of #687296

#687296 #966872 #729668

Analogous Colors of #687296

#687296 #756896 #688996

Monochromatic Colors of #687296

#687296

Complementary Color

#687296 #968c68

#687296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#687296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#687296 Color CSS Codes

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

#687296 Text Font Color

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

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


#687296 Background Color

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

This div background color is #687296


#687296 Border Color

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

This div border color is #687296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #687296


Comments

No comments written yet.

Please login to write comment.