COLOR #6F989A

HEX: #6F989A RGB: (111,152,154)

Color info

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

RGB color model

#6F989A color RGB value is (111,152,154).

RGB: (111,152,154) (44%, 60%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 152 of 255 = 60%
B 154 of 255 = 60%

111
152
154

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

Portions of RGB colors in percentages

R + G + B = 111 + 152 + 154 = 417 (100%)
R 111 of 417 ~ 26.62%
G 152 of 417 ~ 36.45%
B 154 of 417 ~ 36.93'%

%26.62
%36.45
%36.93

CMYK color model

#6F989A color CMYK value is (28,1,0,40).

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

CMYK: (28,1,0,40)
C28M1Y0K40 (28%, 1%, 0%, 40%)
(0.28 / 0.01 / 0.00 / 0.40)

CMYK percentages

%27.92
%1.3
%0
%39.61

Codes

Color #6F989A in popluar color models

6F 98 9A
RGB 111 152 154
HSL 183° 17.55% 51.96%
HSB/HSV 183° 27.92% 60.39%
CMYK 27.92% 1.30% 0.00%
39.61%

Color #6F989A in popluar number systems.

HEX 6F 98 9A
Decimal 111 152 154
Binary 1101111 10011000 10011010
Octal 157 230 232

Shades and tints

Shades of #6F989A

#6F989A
(111,152,154)
#658B8C
(101,139,140)
#5B7E7E
(91,126,126)
#517170
(81,113,112)
#476462
(71,100,98)
#3D5754
(61,87,84)
#334A46
(51,74,70)
#293D38
(41,61,56)
#1F302A
(31,48,42)
#15231C
(21,35,28)
#0B160E
(11,22,14)
#000000
(0,0,0)

Tints of #6F989A

#6F989A
(111,152,154)
#7CA1A3
(124,161,163)
#89AAAC
(137,170,172)
#96B3B5
(150,179,181)
#A3BCBE
(163,188,190)
#B0C5C7
(176,197,199)
#BDCED0
(189,206,208)
#CAD7D9
(202,215,217)
#D7E0E2
(215,224,226)
#E4E9EB
(228,233,235)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F989A; }

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

This text font color is #6F989A.

Background Color

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

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

This div background color is #6F989A.

Border color

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

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

This div border color is #6F989A.

Opacity

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

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

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

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

This text has shadow with #6F989A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F989A.

Preview

Color preview on black background

This text has color #6F989A on black background.


Color preview on white background

This text has color #6F989A on white background.


Black color preview on #6F989A background

This text has black color on #6F989A background.


White color preview on #6F989A background

This text has white color on #6F989A background.


Related colors

Complementary color

Complementary color for #hex is #906765.


I love getcolorcode.com

Triadic colors

1 #9A6F98 and #989A6F with #6F989A are triadic colors.

2 #9A986F and #986F9A with #6F989A are triadic colors.