COLOR #6F888D

HEX: #6F888D RGB: (111,136,141)

Color info

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

RGB color model

#6F888D color RGB value is (111,136,141).

RGB: (111,136,141) (44%, 53%, 55%)

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 141 of 255 = 55%

111
136
141

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

Portions of RGB colors in percentages

R + G + B = 111 + 136 + 141 = 388 (100%)
R 111 of 388 ~ 28.61%
G 136 of 388 ~ 35.05%
B 141 of 388 ~ 36.34'%

%28.61
%35.05
%36.34

CMYK color model

#6F888D color CMYK value is (21,4,0,45).

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

CMYK: (21,4,0,45)
C21M4Y0K45 (21%, 4%, 0%, 45%)
(0.21 / 0.04 / 0.00 / 0.45)

CMYK percentages

%21.28
%3.55
%0
%44.71

Codes

Color #6F888D in popluar color models

6F 88 8D
RGB 111 136 141
HSL 190° 11.90% 49.41%
HSB/HSV 190° 21.28% 55.29%
CMYK 21.28% 3.55% 0.00%
44.71%

Color #6F888D in popluar number systems.

HEX 6F 88 8D
Decimal 111 136 141
Binary 1101111 10001000 10001101
Octal 157 210 215

Shades and tints

Shades of #6F888D

#6F888D
(111,136,141)
#657C81
(101,124,129)
#5B7075
(91,112,117)
#516469
(81,100,105)
#47585D
(71,88,93)
#3D4C51
(61,76,81)
#334045
(51,64,69)
#293439
(41,52,57)
#1F282D
(31,40,45)
#151C21
(21,28,33)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #6F888D

#6F888D
(111,136,141)
#7C9297
(124,146,151)
#899CA1
(137,156,161)
#96A6AB
(150,166,171)
#A3B0B5
(163,176,181)
#B0BABF
(176,186,191)
#BDC4C9
(189,196,201)
#CACED3
(202,206,211)
#D7D8DD
(215,216,221)
#E4E2E7
(228,226,231)
#F1ECF1
(241,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F888D; }

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

This text font color is #6F888D.

Background Color

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

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

This div background color is #6F888D.

Border color

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

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

This div border color is #6F888D.

Opacity

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

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

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

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

This text has shadow with #6F888D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F888D.

Preview

Color preview on black background

This text has color #6F888D on black background.


Color preview on white background

This text has color #6F888D on white background.


Black color preview on #6F888D background

This text has black color on #6F888D background.


White color preview on #6F888D background

This text has white color on #6F888D background.


Related colors

Complementary color

Complementary color for #hex is #907772.


I love getcolorcode.com

Triadic colors

1 #8D6F88 and #888D6F with #6F888D are triadic colors.

2 #8D886F and #886F8D with #6F888D are triadic colors.