COLOR #6F899A

HEX: #6F899A RGB: (111,137,154)

Color info

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

RGB color model

#6F899A color RGB value is (111,137,154).

RGB: (111,137,154) (44%, 54%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 137 of 255 = 54%
B 154 of 255 = 60%

111
137
154

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

Portions of RGB colors in percentages

R + G + B = 111 + 137 + 154 = 402 (100%)
R 111 of 402 ~ 27.61%
G 137 of 402 ~ 34.08%
B 154 of 402 ~ 38.31'%

%27.61
%34.08
%38.31

CMYK color model

#6F899A color CMYK value is (28,11,0,40).

  • cyan value is 27.92%
  • magenta value is 11.04%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (28,11,0,40)
C28M11Y0K40 (28%, 11%, 0%, 40%)
(0.28 / 0.11 / 0.00 / 0.40)

CMYK percentages

%27.92
%11.04
%0
%39.61

Codes

Color #6F899A in popluar color models

6F 89 9A
RGB 111 137 154
HSL 204° 17.55% 51.96%
HSB/HSV 204° 27.92% 60.39%
CMYK 27.92% 11.04% 0.00%
39.61%

Color #6F899A in popluar number systems.

HEX 6F 89 9A
Decimal 111 137 154
Binary 1101111 10001001 10011010
Octal 157 211 232

Shades and tints

Shades of #6F899A

#6F899A
(111,137,154)
#657D8C
(101,125,140)
#5B717E
(91,113,126)
#516570
(81,101,112)
#475962
(71,89,98)
#3D4D54
(61,77,84)
#334146
(51,65,70)
#293538
(41,53,56)
#1F292A
(31,41,42)
#151D1C
(21,29,28)
#0B110E
(11,17,14)
#000000
(0,0,0)

Tints of #6F899A

#6F899A
(111,137,154)
#7C93A3
(124,147,163)
#899DAC
(137,157,172)
#96A7B5
(150,167,181)
#A3B1BE
(163,177,190)
#B0BBC7
(176,187,199)
#BDC5D0
(189,197,208)
#CACFD9
(202,207,217)
#D7D9E2
(215,217,226)
#E4E3EB
(228,227,235)
#F1EDF4
(241,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F899A; }

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

This text font color is #6F899A.

Background Color

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

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

This div background color is #6F899A.

Border color

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

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

This div border color is #6F899A.

Opacity

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

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

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

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

This text has shadow with #6F899A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F899A.

Preview

Color preview on black background

This text has color #6F899A on black background.


Color preview on white background

This text has color #6F899A on white background.


Black color preview on #6F899A background

This text has black color on #6F899A background.


White color preview on #6F899A background

This text has white color on #6F899A background.


Related colors

Complementary color

Complementary color for #hex is #907665.


I love getcolorcode.com

Triadic colors

1 #9A6F89 and #899A6F with #6F899A are triadic colors.

2 #9A896F and #896F9A with #6F899A are triadic colors.