COLOR #68898F

HEX: #68898F RGB: (104,137,143)

Color info

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

RGB color model

#68898F color RGB value is (104,137,143).

RGB: (104,137,143) (41%, 54%, 56%)

RGB channels and saturation

R 104 of 255 = 41%
G 137 of 255 = 54%
B 143 of 255 = 56%

104
137
143

R + G + B ~ 50%. #68898F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 104 + 137 + 143 = 384 (100%)
R 104 of 384 ~ 27.08%
G 137 of 384 ~ 35.68%
B 143 of 384 ~ 37.24'%

%27.08
%35.68
%37.24

CMYK color model

#68898F color CMYK value is (27,4,0,44).

  • cyan value is 27.27%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (27,4,0,44)
C27M4Y0K44 (27%, 4%, 0%, 44%)
(0.27 / 0.04 / 0.00 / 0.44)

CMYK percentages

%27.27
%4.2
%0
%43.92

Codes

Color #68898F in popluar color models

68 89 8F
RGB 104 137 143
HSL 189° 15.79% 48.43%
HSB/HSV 189° 27.27% 56.08%
CMYK 27.27% 4.20% 0.00%
43.92%

Color #68898F in popluar number systems.

HEX 68 89 8F
Decimal 104 137 143
Binary 1101000 10001001 10001111
Octal 150 211 217

Shades and tints

Shades of #68898F

#68898F
(104,137,143)
#5F7D82
(95,125,130)
#567175
(86,113,117)
#4D6568
(77,101,104)
#44595B
(68,89,91)
#3B4D4E
(59,77,78)
#324141
(50,65,65)
#293534
(41,53,52)
#202927
(32,41,39)
#171D1A
(23,29,26)
#0E110D
(14,17,13)
#000000
(0,0,0)

Tints of #68898F

#68898F
(104,137,143)
#759399
(117,147,153)
#829DA3
(130,157,163)
#8FA7AD
(143,167,173)
#9CB1B7
(156,177,183)
#A9BBC1
(169,187,193)
#B6C5CB
(182,197,203)
#C3CFD5
(195,207,213)
#D0D9DF
(208,217,223)
#DDE3E9
(221,227,233)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68898F color. Also use rgb(104,137,143) instead hex code.

Text Font Color

.myTextColor { color: #68898F; }

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

This text font color is #68898F.

Background Color

.myBgColor { background-color: #68898F; }

<div style="background-color:#68898F">Inner text</div>

This div background color is #68898F.

Border color

.myBorderColor { border: 1px solid #68898F; }

<div style="border:3px solid #68898F">Div</div>

This div border color is #68898F.

Opacity

.myOpacity80 { color: #68898F; opacity: 0.8; }

<p style="color:#68898F;opacity:0.8;">80%</p>

Text with #68898F 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 #68898F;}

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

This text has shadow with #68898F color.


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

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

This text has shadow with #68898F primary color and red secondary color.


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

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

This text has shadow with #68898F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #68898F.

Preview

Color preview on black background

This text has color #68898F on black background.


Color preview on white background

This text has color #68898F on white background.


Black color preview on #68898F background

This text has black color on #68898F background.


White color preview on #68898F background

This text has white color on #68898F background.


Related colors

Complementary color

Complementary color for #hex is #977670.


I love getcolorcode.com

Triadic colors

1 #8F6889 and #898F68 with #68898F are triadic colors.

2 #8F8968 and #89688F with #68898F are triadic colors.