Color Hex Logo

#68719c Color Hex

#68719C
(104,113,156)
0 Favorites   0 Comments

Color spaces of #68719c

RGB 104113156
HSL0.640.210.51
HSV230°33°61°
CMYK 0.330.280.00   0.39
XYZ17.614817.153633.8351
Yxy17.15360.25680.2500
Hunter Lab41.41693.4373-19.4445
CIE-Lab48.45307.2542-24.3408

#68719c color RGB value is (104,113,156).

#68719c hex color red value is 104, green value is 113 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #68719c hue: 0.64 , saturation: 0.21 and the lightness value of 68719c is 0.51.

The process color (four color CMYK) of #68719c color hex is 0.33, 0.28, 0.00, 0.39. Web safe color of #68719c is #666699. Color #68719c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110001 10011100
Octal 150 161 234
Decimal 104 113 156
Hex 68 71 9C

RGB Percentages of Color #68719c

%27.88
%30.29
%41.82

CMYK Percentages of Color #68719c

%33
%28
%0
%39

Triadic Colors of #68719c

#68719c #9c6871 #719c68

Analogous Colors of #68719c

#68719c #79689c #688b9c

Monochromatic Colors of #68719c

#68719c

Complementary Color

#68719c #9c9368

#68719c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68719c Color Preview on White Background

Lorem ipsum dolor sit amet.

#68719c Color CSS Codes

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

#68719c Text Font Color

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

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


#68719c Background Color

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

This div background color is #68719c


#68719c Border Color

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

This div border color is #68719c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,113,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68719c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68719c;
  -webkit-box-shadow: 1px 1px 3px 2px #68719c;
  box-shadow:         1px 1px 3px 2px #68719c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68719c


Comments

No comments written yet.

Please login to write comment.