COLOR #68879E

HEX: #68879E RGB: (104,135,158)

Color info

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

RGB color model

#68879E color RGB value is (104,135,158).

RGB: (104,135,158) (41%, 53%, 62%)

RGB channels and saturation

R 104 of 255 = 41%
G 135 of 255 = 53%
B 158 of 255 = 62%

104
135
158

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

Portions of RGB colors in percentages

R + G + B = 104 + 135 + 158 = 397 (100%)
R 104 of 397 ~ 26.2%
G 135 of 397 ~ 34.01%
B 158 of 397 ~ 39.8'%

%26.2
%34.01
%39.8

CMYK color model

#68879E color CMYK value is (34,15,0,38).

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

CMYK: (34,15,0,38)
C34M15Y0K38 (34%, 15%, 0%, 38%)
(0.34 / 0.15 / 0.00 / 0.38)

CMYK percentages

%34.18
%14.56
%0
%38.04

Codes

Color #68879E in popluar color models

68 87 9E
RGB 104 135 158
HSL 206° 21.77% 51.37%
HSB/HSV 206° 34.18% 61.96%
CMYK 34.18% 14.56% 0.00%
38.04%

Color #68879E in popluar number systems.

HEX 68 87 9E
Decimal 104 135 158
Binary 1101000 10000111 10011110
Octal 150 207 236

Shades and tints

Shades of #68879E

#68879E
(104,135,158)
#5F7B90
(95,123,144)
#566F82
(86,111,130)
#4D6374
(77,99,116)
#445766
(68,87,102)
#3B4B58
(59,75,88)
#323F4A
(50,63,74)
#29333C
(41,51,60)
#20272E
(32,39,46)
#171B20
(23,27,32)
#0E0F12
(14,15,18)
#000000
(0,0,0)

Tints of #68879E

#68879E
(104,135,158)
#7591A6
(117,145,166)
#829BAE
(130,155,174)
#8FA5B6
(143,165,182)
#9CAFBE
(156,175,190)
#A9B9C6
(169,185,198)
#B6C3CE
(182,195,206)
#C3CDD6
(195,205,214)
#D0D7DE
(208,215,222)
#DDE1E6
(221,225,230)
#EAEBEE
(234,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68879E; }

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

This text font color is #68879E.

Background Color

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

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

This div background color is #68879E.

Border color

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

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

This div border color is #68879E.

Opacity

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

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

Text with #68879E 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 #68879E;}

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

This text has shadow with #68879E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68879E.

Preview

Color preview on black background

This text has color #68879E on black background.


Color preview on white background

This text has color #68879E on white background.


Black color preview on #68879E background

This text has black color on #68879E background.


White color preview on #68879E background

This text has white color on #68879E background.


Related colors

Complementary color

Complementary color for #hex is #977861.


I love getcolorcode.com

Triadic colors

1 #9E6887 and #879E68 with #68879E are triadic colors.

2 #9E8768 and #87689E with #68879E are triadic colors.