COLOR #68889E

HEX: #68889E
RGB: (104,136,158)

Color info

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

RGB color model

#68889E color RGB value is (104,136,158).

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

RGB channels and saturation

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

104
136
158

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

Portions of RGB colors in percentages

R + G + B =
104 + 136 + 158 = 398 (100%)
R 104 of 398 ~ 26.13%
G 136 of 398 ~ 34.17%
B 158 of 398 ~ 39.7%

%26.13
%34.17
%39.7

CMYK color model

#68889E color CMYK value is (34,14,0,38).

  • cyan value is 34.18%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(34,14,0,38)
C34M14Y0K38 
(34%,14%,0%,38%)
(0.34/0.14/0.00/0.38)	

CMYK percentages

%34.18
%13.92
%0
%38.04

Codes

Color #68889E in popluar color models

68889E
RGB104136158
HSL204°21.77%51.37%
HSB/HSV204°34.18%61.96%
CMYK34.18%13.92%0.00%
38.04%

Color #68889E in popluar number systems.

HEX68889E
Decimal104136158
Binary11010001000100010011110
Octal150210236

Shades and tints

Shades of #68889E

#68889E
(104,136,158)
#5F7C90
(95,124,144)
#567082
(86,112,130)
#4D6474
(77,100,116)
#445866
(68,88,102)
#3B4C58
(59,76,88)
#32404A
(50,64,74)
#29343C
(41,52,60)
#20282E
(32,40,46)
#171C20
(23,28,32)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #68889E

#68889E
(104,136,158)
#7592A6
(117,146,166)
#829CAE
(130,156,174)
#8FA6B6
(143,166,182)
#9CB0BE
(156,176,190)
#A9BAC6
(169,186,198)
#B6C4CE
(182,196,206)
#C3CED6
(195,206,214)
#D0D8DE
(208,216,222)
#DDE2E6
(221,226,230)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #68889E; }

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

This text font color is #68889E.


Background Color

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

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

This div background color is #68889E.


Border color

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

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

This div border color is #68889E.


Opacity

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

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

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

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

This text has shadow with #68889E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68889E on black background.


Color preview on white background

This text has color #68889E on white background.



Black color preview on #68889E background

This text has black color on #68889E background.


White color preview on #68889E background

This text has white color on #68889E background.