COLOR #6F9989

HEX: #6F9989
RGB: (111,153,137)

Color info

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

RGB color model

#6F9989 color RGB value is (111,153,137).

  • red value is 111;
  • green value is 153;
  • blue value is 137.
RGB:
(111,153,137)
(44%,60%,54%)

RGB channels and saturation

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

111
153
137

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

Portions of RGB colors in percentages

R + G + B =
111 + 153 + 137 = 401 (100%)
R 111 of 401 ~ 27.68%
G 153 of 401 ~ 38.15%
B 137 of 401 ~ 34.16%

%27.68
%38.15
%34.16

CMYK color model

#6F9989 color CMYK value is (27,0,10,40).

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 40.00%
CMYK:
(27,0,10,40)
C27M0Y10K40 
(27%,0%,10%,40%)
(0.27/0.00/0.10/0.40)	

CMYK percentages

%27.45
%0
%10.46
%40

Codes

Color #6F9989 in popluar color models

6F9989
RGB111153137
HSL157°17.07%51.76%
HSB/HSV157°27.45%60.00%
CMYK27.45%0.00%10.46%
40.00%

Color #6F9989 in popluar number systems.

HEX6F9989
Decimal111153137
Binary11011111001100110001001
Octal157231211

Shades and tints

Shades of #6F9989

#6F9989
(111,153,137)
#658C7D
(101,140,125)
#5B7F71
(91,127,113)
#517265
(81,114,101)
#476559
(71,101,89)
#3D584D
(61,88,77)
#334B41
(51,75,65)
#293E35
(41,62,53)
#1F3129
(31,49,41)
#15241D
(21,36,29)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #6F9989

#6F9989
(111,153,137)
#7CA293
(124,162,147)
#89AB9D
(137,171,157)
#96B4A7
(150,180,167)
#A3BDB1
(163,189,177)
#B0C6BB
(176,198,187)
#BDCFC5
(189,207,197)
#CAD8CF
(202,216,207)
#D7E1D9
(215,225,217)
#E4EAE3
(228,234,227)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F9989; }

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

This text font color is #6F9989.


Background Color

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

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

This div background color is #6F9989.


Border color

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

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

This div border color is #6F9989.


Opacity

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

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

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

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

This text has shadow with #6F9989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F9989 on black background.


Color preview on white background

This text has color #6F9989 on white background.



Black color preview on #6F9989 background

This text has black color on #6F9989 background.


White color preview on #6F9989 background

This text has white color on #6F9989 background.