Color Hex Logo

#68718a Color Hex

#68718A
(104,113,138)
0 Favorites   0 Comments

Color spaces of #68718a

RGB 104113138
HSL0.620.140.47
HSV224°25°54°
CMYK 0.250.180.00   0.46
XYZ16.201516.588326.3927
Yxy16.58830.27380.2803
Hunter Lab40.7287-0.2697-9.9105
CIE-Lab47.73702.5027-14.8099

#68718a color RGB value is (104,113,138).

#68718a hex color red value is 104, green value is 113 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #68718a hue: 0.62 , saturation: 0.14 and the lightness value of 68718a is 0.47.

The process color (four color CMYK) of #68718a color hex is 0.25, 0.18, 0.00, 0.46. Web safe color of #68718a is #666699. Color #68718a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01110001 10001010
Octal 150 161 212
Decimal 104 113 138
Hex 68 71 8A

RGB Percentages of Color #68718a

%29.30
%31.83
%38.87

CMYK Percentages of Color #68718a

%25
%18
%0
%46

Triadic Colors of #68718a

#68718a #8a6871 #718a68

Analogous Colors of #68718a

#68718a #70688a #68828a

Monochromatic Colors of #68718a

#68718a

Complementary Color

#68718a #8a8168

#68718a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68718a Color Preview on White Background

Lorem ipsum dolor sit amet.

#68718a Color CSS Codes

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

#68718a Text Font Color

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

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


#68718a Background Color

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

This div background color is #68718a


#68718a Border Color

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

This div border color is #68718a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68718a


Comments

No comments written yet.

Please login to write comment.