COLOR #68969E

HEX: #68969E
RGB: (104,150,158)

Color info

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

RGB color model

#68969E color RGB value is (104,150,158).

  • red value is 104;
  • green value is 150;
  • blue value is 158.
RGB:
(104,150,158)
(41%,59%,62%)

RGB channels and saturation

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

104
150
158

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

Portions of RGB colors in percentages

R + G + B =
104 + 150 + 158 = 412 (100%)
R 104 of 412 ~ 25.24%
G 150 of 412 ~ 36.41%
B 158 of 412 ~ 38.35%

%25.24
%36.41
%38.35

CMYK color model

#68969E color CMYK value is (34,5,0,38).

  • cyan value is 34.18%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(34,5,0,38)
C34M5Y0K38 
(34%,5%,0%,38%)
(0.34/0.05/0.00/0.38)	

CMYK percentages

%34.18
%5.06
%0
%38.04

Codes

Color #68969E in popluar color models

68969E
RGB104150158
HSL189°21.77%51.37%
HSB/HSV189°34.18%61.96%
CMYK34.18%5.06%0.00%
38.04%

Color #68969E in popluar number systems.

HEX68969E
Decimal104150158
Binary11010001001011010011110
Octal150226236

Shades and tints

Shades of #68969E

#68969E
(104,150,158)
#5F8990
(95,137,144)
#567C82
(86,124,130)
#4D6F74
(77,111,116)
#446266
(68,98,102)
#3B5558
(59,85,88)
#32484A
(50,72,74)
#293B3C
(41,59,60)
#202E2E
(32,46,46)
#172120
(23,33,32)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #68969E

#68969E
(104,150,158)
#759FA6
(117,159,166)
#82A8AE
(130,168,174)
#8FB1B6
(143,177,182)
#9CBABE
(156,186,190)
#A9C3C6
(169,195,198)
#B6CCCE
(182,204,206)
#C3D5D6
(195,213,214)
#D0DEDE
(208,222,222)
#DDE7E6
(221,231,230)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68969E; }

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

This text font color is #68969E.


Background Color

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

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

This div background color is #68969E.


Border color

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

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

This div border color is #68969E.


Opacity

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

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

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

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

This text has shadow with #68969E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68969E on black background.


Color preview on white background

This text has color #68969E on white background.



Black color preview on #68969E background

This text has black color on #68969E background.


White color preview on #68969E background

This text has white color on #68969E background.