COLOR #6F989E

HEX: #6F989E
RGB: (111,152,158)

Color info

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

RGB color model

#6F989E color RGB value is (111,152,158).

  • red value is 111;
  • green value is 152;
  • blue value is 158.
RGB:
(111,152,158)
(44%,60%,62%)

RGB channels and saturation

R 111 of 255 = 44%
G 152 of 255 = 60%
B 158 of 255 = 62%

111
152
158

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

Portions of RGB colors in percentages

R + G + B =
111 + 152 + 158 = 421 (100%)
R 111 of 421 ~ 26.37%
G 152 of 421 ~ 36.1%
B 158 of 421 ~ 37.53%

%26.37
%36.1
%37.53

CMYK color model

#6F989E color CMYK value is (30,4,0,38).

  • cyan value is 29.75%
  • magenta value is 3.80%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(30,4,0,38)
C30M4Y0K38 
(30%,4%,0%,38%)
(0.30/0.04/0.00/0.38)	

CMYK percentages

%29.75
%3.8
%0
%38.04

Codes

Color #6F989E in popluar color models

6F989E
RGB111152158
HSL188°19.50%52.75%
HSB/HSV188°29.75%61.96%
CMYK29.75%3.80%0.00%
38.04%

Color #6F989E in popluar number systems.

HEX6F989E
Decimal111152158
Binary11011111001100010011110
Octal157230236

Shades and tints

Shades of #6F989E

#6F989E
(111,152,158)
#658B90
(101,139,144)
#5B7E82
(91,126,130)
#517174
(81,113,116)
#476466
(71,100,102)
#3D5758
(61,87,88)
#334A4A
(51,74,74)
#293D3C
(41,61,60)
#1F302E
(31,48,46)
#152320
(21,35,32)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #6F989E

#6F989E
(111,152,158)
#7CA1A6
(124,161,166)
#89AAAE
(137,170,174)
#96B3B6
(150,179,182)
#A3BCBE
(163,188,190)
#B0C5C6
(176,197,198)
#BDCECE
(189,206,206)
#CAD7D6
(202,215,214)
#D7E0DE
(215,224,222)
#E4E9E6
(228,233,230)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F989E; }

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

This text font color is #6F989E.


Background Color

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

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

This div background color is #6F989E.


Border color

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

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

This div border color is #6F989E.


Opacity

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

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

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

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

This text has shadow with #6F989E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F989E on black background.


Color preview on white background

This text has color #6F989E on white background.



Black color preview on #6F989E background

This text has black color on #6F989E background.


White color preview on #6F989E background

This text has white color on #6F989E background.