Color Hex Logo

#68728f Color Hex

#68728F
(104,114,143)
0 Favorites   0 Comments

Color spaces of #68728f

RGB 104114143
HSL0.620.160.48
HSV225°27°56°
CMYK 0.270.200.00   0.44
XYZ16.684216.960928.3810
Yxy16.96090.26900.2734
Hunter Lab41.18360.2421-12.0302
CIE-Lab48.21073.1872-17.0492

#68728f color RGB value is (104,114,143).

#68728f hex color red value is 104, green value is 114 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #68728f hue: 0.62 , saturation: 0.16 and the lightness value of 68728f is 0.48.

The process color (four color CMYK) of #68728f color hex is 0.27, 0.20, 0.00, 0.44. Web safe color of #68728f is #666699. Color #68728f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110010 10001111
Octal 150 162 217
Decimal 104 114 143
Hex 68 72 8F

RGB Percentages of Color #68728f

%28.81
%31.58
%39.61

CMYK Percentages of Color #68728f

%27
%20
%0
%44

Triadic Colors of #68728f

#68728f #8f6872 #728f68

Analogous Colors of #68728f

#68728f #72688f #68868f

Monochromatic Colors of #68728f

#68728f

Complementary Color

#68728f #8f8568

#68728f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68728f Color Preview on White Background

Lorem ipsum dolor sit amet.

#68728f Color CSS Codes

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

#68728f Text Font Color

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

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


#68728f Background Color

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

This div background color is #68728f


#68728f Border Color

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

This div border color is #68728f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68728f


Comments

No comments written yet.

Please login to write comment.