COLOR #68979E

HEX: #68979E RGB: (104,151,158)

Color info

#68979E contains red, green and blue colors in about the same proportion. Web safe color of #68979E is #669999 (or #699).

RGB color model

#68979E color RGB value is (104,151,158).

RGB: (104,151,158) (41%, 59%, 62%)

RGB channels and saturation

R 104 of 255 = 41%
G 151 of 255 = 59%
B 158 of 255 = 62%

104
151
158

R + G + B ~ 54%. #68979E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 151 + 158 = 413 (100%)
R 104 of 413 ~ 25.18%
G 151 of 413 ~ 36.56%
B 158 of 413 ~ 38.26'%

%25.18
%36.56
%38.26

CMYK color model

#68979E color CMYK value is (34,4,0,38).

  • cyan value is 34.18%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (34,4,0,38)
C34M4Y0K38 (34%, 4%, 0%, 38%)
(0.34 / 0.04 / 0.00 / 0.38)

CMYK percentages

%34.18
%4.43
%0
%38.04

Codes

Color #68979E in popluar color models

68 97 9E
RGB 104 151 158
HSL 188° 21.77% 51.37%
HSB/HSV 188° 34.18% 61.96%
CMYK 34.18% 4.43% 0.00%
38.04%

Color #68979E in popluar number systems.

HEX 68 97 9E
Decimal 104 151 158
Binary 1101000 10010111 10011110
Octal 150 227 236

Shades and tints

Shades of #68979E

#68979E
(104,151,158)
#5F8A90
(95,138,144)
#567D82
(86,125,130)
#4D7074
(77,112,116)
#446366
(68,99,102)
#3B5658
(59,86,88)
#32494A
(50,73,74)
#293C3C
(41,60,60)
#202F2E
(32,47,46)
#172220
(23,34,32)
#0E1512
(14,21,18)
#000000
(0,0,0)

Tints of #68979E

#68979E
(104,151,158)
#75A0A6
(117,160,166)
#82A9AE
(130,169,174)
#8FB2B6
(143,178,182)
#9CBBBE
(156,187,190)
#A9C4C6
(169,196,198)
#B6CDCE
(182,205,206)
#C3D6D6
(195,214,214)
#D0DFDE
(208,223,222)
#DDE8E6
(221,232,230)
#EAF1EE
(234,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68979E color. Also use rgb(104,151,158) instead hex code.

Text Font Color

.myTextColor { color: #68979E; }

<p style="color:#68979E">This sample text font color is #68979E.</p>

This text font color is #68979E.

Background Color

.myBgColor { background-color: #68979E; }

<div style="background-color:#68979E">Inner text</div>

This div background color is #68979E.

Border color

.myBorderColor { border: 1px solid #68979E; }

<div style="border:3px solid #68979E">Div</div>

This div border color is #68979E.

Opacity

.myOpacity80 { color: #68979E; opacity: 0.8; }

<p style="color:#68979E;opacity:0.8;">80%</p>

Text with #68979E color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #68979E;}

<p style="text-shadow: 3px 3px 1px #68979E">Text here.</p>

This text has shadow with #68979E color.


.textShadow {text-shadow: 3px 3px 1px #68979E', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #68979E, 5px 5px 20px red">Text here.</p>

This text has shadow with #68979E primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#68979E, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#68979E, Direction=45, Strength=4)">Text</p>

This text has shadow with #68979E and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #68979E;
-webkit-box-shadow: 1px 1px 3px 2px #68979E;
box-shadow: 1px 1px 3px 2px #68979E;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #68979E; -webkit-box-shadow: 1px 1px 3px 2px #68979E; box-shadow:1px 1px 3px 2px #68979E;">
Div content here
</div>

This div box has shadow with color #68979E.

Preview

Color preview on black background

This text has color #68979E on black background.


Color preview on white background

This text has color #68979E on white background.


Black color preview on #68979E background

This text has black color on #68979E background.


White color preview on #68979E background

This text has white color on #68979E background.


Related colors

Complementary color

Complementary color for #hex is #976861.


I love getcolorcode.com

Triadic colors

1 #9E6897 and #979E68 with #68979E are triadic colors.

2 #9E9768 and #97689E with #68979E are triadic colors.