COLOR #6F8E9E

HEX: #6F8E9E
RGB: (111,142,158)

Color info

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

RGB color model

#6F8E9E color RGB value is (111,142,158).

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

RGB channels and saturation

R 111 of 255 = 44%
G 142 of 255 = 56%
B 158 of 255 = 62%

111
142
158

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

Portions of RGB colors in percentages

R + G + B =
111 + 142 + 158 = 411 (100%)
R 111 of 411 ~ 27.01%
G 142 of 411 ~ 34.55%
B 158 of 411 ~ 38.44%

%27.01
%34.55
%38.44

CMYK color model

#6F8E9E color CMYK value is (30,10,0,38).

  • cyan value is 29.75%
  • magenta value is 10.13%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(30,10,0,38)
C30M10Y0K38 
(30%,10%,0%,38%)
(0.30/0.10/0.00/0.38)	

CMYK percentages

%29.75
%10.13
%0
%38.04

Codes

Color #6F8E9E in popluar color models

6F8E9E
RGB111142158
HSL200°19.50%52.75%
HSB/HSV200°29.75%61.96%
CMYK29.75%10.13%0.00%
38.04%

Color #6F8E9E in popluar number systems.

HEX6F8E9E
Decimal111142158
Binary11011111000111010011110
Octal157216236

Shades and tints

Shades of #6F8E9E

#6F8E9E
(111,142,158)
#658290
(101,130,144)
#5B7682
(91,118,130)
#516A74
(81,106,116)
#475E66
(71,94,102)
#3D5258
(61,82,88)
#33464A
(51,70,74)
#293A3C
(41,58,60)
#1F2E2E
(31,46,46)
#152220
(21,34,32)
#0B1612
(11,22,18)
#000000
(0,0,0)

Tints of #6F8E9E

#6F8E9E
(111,142,158)
#7C98A6
(124,152,166)
#89A2AE
(137,162,174)
#96ACB6
(150,172,182)
#A3B6BE
(163,182,190)
#B0C0C6
(176,192,198)
#BDCACE
(189,202,206)
#CAD4D6
(202,212,214)
#D7DEDE
(215,222,222)
#E4E8E6
(228,232,230)
#F1F2EE
(241,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8E9E; }

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

This text font color is #6F8E9E.


Background Color

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

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

This div background color is #6F8E9E.


Border color

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

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

This div border color is #6F8E9E.


Opacity

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

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

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

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

This text has shadow with #6F8E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8E9E on black background.


Color preview on white background

This text has color #6F8E9E on white background.



Black color preview on #6F8E9E background

This text has black color on #6F8E9E background.


White color preview on #6F8E9E background

This text has white color on #6F8E9E background.