COLOR #6F998A

HEX: #6F998A
RGB: (111,153,138)

Color info

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

RGB color model

#6F998A color RGB value is (111,153,138).

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

RGB channels and saturation

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

111
153
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 153 + 138 = 402 (100%)
R 111 of 402 ~ 27.61%
G 153 of 402 ~ 38.06%
B 138 of 402 ~ 34.33%

%27.61
%38.06
%34.33

CMYK color model

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

  • cyan value is 27.45%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • 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
%9.8
%40

Codes

Color #6F998A in popluar color models

6F998A
RGB111153138
HSL159°17.07%51.76%
HSB/HSV159°27.45%60.00%
CMYK27.45%0.00%9.80%
40.00%

Color #6F998A in popluar number systems.

HEX6F998A
Decimal111153138
Binary11011111001100110001010
Octal157231212

Shades and tints

Shades of #6F998A

#6F998A
(111,153,138)
#658C7E
(101,140,126)
#5B7F72
(91,127,114)
#517266
(81,114,102)
#47655A
(71,101,90)
#3D584E
(61,88,78)
#334B42
(51,75,66)
#293E36
(41,62,54)
#1F312A
(31,49,42)
#15241E
(21,36,30)
#0B1712
(11,23,18)
#000000
(0,0,0)

Tints of #6F998A

#6F998A
(111,153,138)
#7CA294
(124,162,148)
#89AB9E
(137,171,158)
#96B4A8
(150,180,168)
#A3BDB2
(163,189,178)
#B0C6BC
(176,198,188)
#BDCFC6
(189,207,198)
#CAD8D0
(202,216,208)
#D7E1DA
(215,225,218)
#E4EAE4
(228,234,228)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F998A; }

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

This text font color is #6F998A.


Background Color

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

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

This div background color is #6F998A.


Border color

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

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

This div border color is #6F998A.


Opacity

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

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

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

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

This text has shadow with #6F998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F998A on black background.


Color preview on white background

This text has color #6F998A on white background.



Black color preview on #6F998A background

This text has black color on #6F998A background.


White color preview on #6F998A background

This text has white color on #6F998A background.