Color Hex Logo

#68729e Color Hex

#68729E
(104,114,158)
0 Favorites   0 Comments

Color spaces of #68729e

RGB 104114158
HSL0.640.220.51
HSV229°34°62°
CMYK 0.340.280.00   0.38
XYZ17.897817.446334.7719
Yxy17.44630.25530.2488
Hunter Lab41.76883.3914-20.1199
CIE-Lab48.81757.2015-24.9512

#68729e color RGB value is (104,114,158).

#68729e hex color red value is 104, green value is 114 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #68729e hue: 0.64 , saturation: 0.22 and the lightness value of 68729e is 0.51.

The process color (four color CMYK) of #68729e color hex is 0.34, 0.28, 0.00, 0.38. Web safe color of #68729e is #666699. Color #68729e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110010 10011110
Octal 150 162 236
Decimal 104 114 158
Hex 68 72 9E

RGB Percentages of Color #68729e

%27.66
%30.32
%42.02

CMYK Percentages of Color #68729e

%34
%28
%0
%38

Triadic Colors of #68729e

#68729e #9e6872 #729e68

Analogous Colors of #68729e

#68729e #79689e #688d9e

Monochromatic Colors of #68729e

#68729e

Complementary Color

#68729e #9e9468

#68729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#68729e Color CSS Codes

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

#68729e Text Font Color

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

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


#68729e Background Color

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

This div background color is #68729e


#68729e Border Color

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

This div border color is #68729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68729e


Comments

No comments written yet.

Please login to write comment.