Color Hex Logo

#68798d Color Hex

#68798D
(104,121,141)
0 Favorites   0 Comments

Color spaces of #68798d

RGB 104121141
HSL0.590.150.48
HSV212°26°55°
CMYK 0.260.140.00   0.45
XYZ17.354018.540927.8634
Yxy18.54090.27220.2908
Hunter Lab43.0591-3.4132-8.2249
CIE-Lab50.1457-1.4558-12.9316

#68798d color RGB value is (104,121,141).

#68798d hex color red value is 104, green value is 121 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #68798d hue: 0.59 , saturation: 0.15 and the lightness value of 68798d is 0.48.

The process color (four color CMYK) of #68798d color hex is 0.26, 0.14, 0.00, 0.45. Web safe color of #68798d is #666699. Color #68798d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 01111001 10001101
Octal 150 171 215
Decimal 104 121 141
Hex 68 79 8D

RGB Percentages of Color #68798d

%28.42
%33.06
%38.52

CMYK Percentages of Color #68798d

%26
%14
%0
%45

Triadic Colors of #68798d

#68798d #8d6879 #798d68

Analogous Colors of #68798d

#68798d #6a688d #688c8d

Monochromatic Colors of #68798d

#68798d

Complementary Color

#68798d #8d7c68

#68798d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#68798d Color Preview on White Background

Lorem ipsum dolor sit amet.

#68798d Color CSS Codes

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

#68798d Text Font Color

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

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


#68798d Background Color

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

This div background color is #68798d


#68798d Border Color

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

This div border color is #68798d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,121,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #68798d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #68798d;
  -webkit-box-shadow: 1px 1px 3px 2px #68798d;
  box-shadow:         1px 1px 3px 2px #68798d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #68798d


Comments

No comments written yet.

Please login to write comment.