COLOR #6F898F

HEX: #6F898F RGB: (111,137,143)

Color info

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

RGB color model

#6F898F color RGB value is (111,137,143).

RGB: (111,137,143) (44%, 54%, 56%)

RGB channels and saturation

R 111 of 255 = 44%
G 137 of 255 = 54%
B 143 of 255 = 56%

111
137
143

R + G + B ~ 51%. #6F898F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 111 + 137 + 143 = 391 (100%)
R 111 of 391 ~ 28.39%
G 137 of 391 ~ 35.04%
B 143 of 391 ~ 36.57'%

%28.39
%35.04
%36.57

CMYK color model

#6F898F color CMYK value is (22,4,0,44).

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

CMYK: (22,4,0,44)
C22M4Y0K44 (22%, 4%, 0%, 44%)
(0.22 / 0.04 / 0.00 / 0.44)

CMYK percentages

%22.38
%4.2
%0
%43.92

Codes

Color #6F898F in popluar color models

6F 89 8F
RGB 111 137 143
HSL 191° 12.60% 49.80%
HSB/HSV 191° 22.38% 56.08%
CMYK 22.38% 4.20% 0.00%
43.92%

Color #6F898F in popluar number systems.

HEX 6F 89 8F
Decimal 111 137 143
Binary 1101111 10001001 10001111
Octal 157 211 217

Shades and tints

Shades of #6F898F

#6F898F
(111,137,143)
#657D82
(101,125,130)
#5B7175
(91,113,117)
#516568
(81,101,104)
#47595B
(71,89,91)
#3D4D4E
(61,77,78)
#334141
(51,65,65)
#293534
(41,53,52)
#1F2927
(31,41,39)
#151D1A
(21,29,26)
#0B110D
(11,17,13)
#000000
(0,0,0)

Tints of #6F898F

#6F898F
(111,137,143)
#7C9399
(124,147,153)
#899DA3
(137,157,163)
#96A7AD
(150,167,173)
#A3B1B7
(163,177,183)
#B0BBC1
(176,187,193)
#BDC5CB
(189,197,203)
#CACFD5
(202,207,213)
#D7D9DF
(215,217,223)
#E4E3E9
(228,227,233)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F898F color. Also use rgb(111,137,143) instead hex code.

Text Font Color

.myTextColor { color: #6F898F; }

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

This text font color is #6F898F.

Background Color

.myBgColor { background-color: #6F898F; }

<div style="background-color:#6F898F">Inner text</div>

This div background color is #6F898F.

Border color

.myBorderColor { border: 1px solid #6F898F; }

<div style="border:3px solid #6F898F">Div</div>

This div border color is #6F898F.

Opacity

.myOpacity80 { color: #6F898F; opacity: 0.8; }

<p style="color:#6F898F;opacity:0.8;">80%</p>

Text with #6F898F 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 #6F898F;}

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

This text has shadow with #6F898F color.


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

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

This text has shadow with #6F898F primary color and red secondary color.


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

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

This text has shadow with #6F898F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6F898F.

Preview

Color preview on black background

This text has color #6F898F on black background.


Color preview on white background

This text has color #6F898F on white background.


Black color preview on #6F898F background

This text has black color on #6F898F background.


White color preview on #6F898F background

This text has white color on #6F898F background.


Related colors

Complementary color

Complementary color for #hex is #907670.


I love getcolorcode.com

Triadic colors

1 #8F6F89 and #898F6F with #6F898F are triadic colors.

2 #8F896F and #896F8F with #6F898F are triadic colors.