COLOR #6F8A8D

HEX: #6F8A8D RGB: (111,138,141)

Color info

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

RGB color model

#6F8A8D color RGB value is (111,138,141).

RGB: (111,138,141) (44%, 54%, 55%)

RGB channels and saturation

R 111 of 255 = 44%
G 138 of 255 = 54%
B 141 of 255 = 55%

111
138
141

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

Portions of RGB colors in percentages

R + G + B = 111 + 138 + 141 = 390 (100%)
R 111 of 390 ~ 28.46%
G 138 of 390 ~ 35.38%
B 141 of 390 ~ 36.15'%

%28.46
%35.38
%36.15

CMYK color model

#6F8A8D color CMYK value is (21,2,0,45).

  • cyan value is 21.28%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (21,2,0,45)
C21M2Y0K45 (21%, 2%, 0%, 45%)
(0.21 / 0.02 / 0.00 / 0.45)

CMYK percentages

%21.28
%2.13
%0
%44.71

Codes

Color #6F8A8D in popluar color models

6F 8A 8D
RGB 111 138 141
HSL 186° 11.90% 49.41%
HSB/HSV 186° 21.28% 55.29%
CMYK 21.28% 2.13% 0.00%
44.71%

Color #6F8A8D in popluar number systems.

HEX 6F 8A 8D
Decimal 111 138 141
Binary 1101111 10001010 10001101
Octal 157 212 215

Shades and tints

Shades of #6F8A8D

#6F8A8D
(111,138,141)
#657E81
(101,126,129)
#5B7275
(91,114,117)
#516669
(81,102,105)
#475A5D
(71,90,93)
#3D4E51
(61,78,81)
#334245
(51,66,69)
#293639
(41,54,57)
#1F2A2D
(31,42,45)
#151E21
(21,30,33)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #6F8A8D

#6F8A8D
(111,138,141)
#7C9497
(124,148,151)
#899EA1
(137,158,161)
#96A8AB
(150,168,171)
#A3B2B5
(163,178,181)
#B0BCBF
(176,188,191)
#BDC6C9
(189,198,201)
#CAD0D3
(202,208,211)
#D7DADD
(215,218,221)
#E4E4E7
(228,228,231)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8A8D color. Also use rgb(111,138,141) instead hex code.

Text Font Color

.myTextColor { color: #6F8A8D; }

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

This text font color is #6F8A8D.

Background Color

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

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

This div background color is #6F8A8D.

Border color

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

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

This div border color is #6F8A8D.

Opacity

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

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

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

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

This text has shadow with #6F8A8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8A8D.

Preview

Color preview on black background

This text has color #6F8A8D on black background.


Color preview on white background

This text has color #6F8A8D on white background.


Black color preview on #6F8A8D background

This text has black color on #6F8A8D background.


White color preview on #6F8A8D background

This text has white color on #6F8A8D background.


Related colors

Complementary color

Complementary color for #hex is #907572.


I love getcolorcode.com

Triadic colors

1 #8D6F8A and #8A8D6F with #6F8A8D are triadic colors.

2 #8D8A6F and #8A6F8D with #6F8A8D are triadic colors.