COLOR #6F8D90

HEX: #6F8D90 RGB: (111,141,144)

Color info

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

RGB color model

#6F8D90 color RGB value is (111,141,144).

RGB: (111,141,144) (44%, 55%, 56%)

RGB channels and saturation

R 111 of 255 = 44%
G 141 of 255 = 55%
B 144 of 255 = 56%

111
141
144

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

Portions of RGB colors in percentages

R + G + B = 111 + 141 + 144 = 396 (100%)
R 111 of 396 ~ 28.03%
G 141 of 396 ~ 35.61%
B 144 of 396 ~ 36.36'%

%28.03
%35.61
%36.36

CMYK color model

#6F8D90 color CMYK value is (23,2,0,44).

  • cyan value is 22.92%
  • magenta value is 2.08%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK: (23,2,0,44) C23M2Y0K44 (23%,2%,0%,44%) (0.23/0.02/0.00/0.44) 

CMYK percentages

%22.92
%2.08
%0
%43.53

Codes

Color #6F8D90 in popluar color models

6F 8D 90
RGB 111 141 144
HSL 185° 12.94% 50.00%
HSB/HSV 185° 22.92% 56.47%
CMYK 22.92% 2.08% 0.00%
43.53%

Color #6F8D90 in popluar number systems.

HEX 6F 8D 90
Decimal 111 141 144
Binary 1101111 10001101 10010000
Octal 157 215 220

Shades and tints

Shades of #6F8D90

#6F8D90
(111,141,144)
#658183
(101,129,131)
#5B7576
(91,117,118)
#516969
(81,105,105)
#475D5C
(71,93,92)
#3D514F
(61,81,79)
#334542
(51,69,66)
#293935
(41,57,53)
#1F2D28
(31,45,40)
#15211B
(21,33,27)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #6F8D90

#6F8D90
(111,141,144)
#7C979A
(124,151,154)
#89A1A4
(137,161,164)
#96ABAE
(150,171,174)
#A3B5B8
(163,181,184)
#B0BFC2
(176,191,194)
#BDC9CC
(189,201,204)
#CAD3D6
(202,211,214)
#D7DDE0
(215,221,224)
#E4E7EA
(228,231,234)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8D90; }

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

This text font color is #6F8D90.

Background Color

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

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

This div background color is #6F8D90.

Border color

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

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

This div border color is #6F8D90.

Opacity

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

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

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

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

This text has shadow with #6F8D90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8D90.

Preview

Color preview on black background

This text has color #6F8D90 on black background.


Color preview on white background

This text has color #6F8D90 on white background.


Black color preview on #6F8D90 background

This text has black color on #6F8D90 background.


White color preview on #6F8D90 background

This text has white color on #6F8D90 background.


Related colors

Complementary color

Complementary color for #hex is #90726F.


I love getcolorcode.com

Triadic colors

1 #906F8D and #8D906F with #6F8D90 are triadic colors.

2 #908D6F and #8D6F90 with #6F8D90 are triadic colors.