COLOR #6F7D89

HEX: #6F7D89 RGB: (111,125,137)

Color info

#6F7D89 contains red, green and blue colors in about the same proportion. Web safe color of #6F7D89 is #666699 (or #669).

RGB color model

#6F7D89 color RGB value is (111,125,137).

RGB: (111,125,137) (44%, 49%, 54%)

RGB channels and saturation

R 111 of 255 = 44%
G 125 of 255 = 49%
B 137 of 255 = 54%

111
125
137

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

Portions of RGB colors in percentages

R + G + B = 111 + 125 + 137 = 373 (100%)
R 111 of 373 ~ 29.76%
G 125 of 373 ~ 33.51%
B 137 of 373 ~ 36.73'%

%29.76
%33.51
%36.73

CMYK color model

#6F7D89 color CMYK value is (19,9,0,46).

  • cyan value is 18.98%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (19,9,0,46)
C19M9Y0K46 (19%, 9%, 0%, 46%)
(0.19 / 0.09 / 0.00 / 0.46)

CMYK percentages

%18.98
%8.76
%0
%46.27

Codes

Color #6F7D89 in popluar color models

6F 7D 89
RGB 111 125 137
HSL 208° 10.48% 48.63%
HSB/HSV 208° 18.98% 53.73%
CMYK 18.98% 8.76% 0.00%
46.27%

Color #6F7D89 in popluar number systems.

HEX 6F 7D 89
Decimal 111 125 137
Binary 1101111 1111101 10001001
Octal 157 175 211

Shades and tints

Shades of #6F7D89

#6F7D89
(111,125,137)
#65727D
(101,114,125)
#5B6771
(91,103,113)
#515C65
(81,92,101)
#475159
(71,81,89)
#3D464D
(61,70,77)
#333B41
(51,59,65)
#293035
(41,48,53)
#1F2529
(31,37,41)
#151A1D
(21,26,29)
#0B0F11
(11,15,17)
#000000
(0,0,0)

Tints of #6F7D89

#6F7D89
(111,125,137)
#7C8893
(124,136,147)
#89939D
(137,147,157)
#969EA7
(150,158,167)
#A3A9B1
(163,169,177)
#B0B4BB
(176,180,187)
#BDBFC5
(189,191,197)
#CACACF
(202,202,207)
#D7D5D9
(215,213,217)
#E4E0E3
(228,224,227)
#F1EBED
(241,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7D89; }

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

This text font color is #6F7D89.

Background Color

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

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

This div background color is #6F7D89.

Border color

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

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

This div border color is #6F7D89.

Opacity

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

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

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

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

This text has shadow with #6F7D89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F7D89.

Preview

Color preview on black background

This text has color #6F7D89 on black background.


Color preview on white background

This text has color #6F7D89 on white background.


Black color preview on #6F7D89 background

This text has black color on #6F7D89 background.


White color preview on #6F7D89 background

This text has white color on #6F7D89 background.


Related colors

Complementary color

Complementary color for #hex is #908276.


I love getcolorcode.com

Triadic colors

1 #896F7D and #7D896F with #6F7D89 are triadic colors.

2 #897D6F and #7D6F89 with #6F7D89 are triadic colors.