COLOR #6F888E

HEX: #6F888E
RGB: (111,136,142)

Color info

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

RGB color model

#6F888E color RGB value is (111,136,142).

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

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 142 of 255 = 56%

111
136
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 142 = 389 (100%)
R 111 of 389 ~ 28.53%
G 136 of 389 ~ 34.96%
B 142 of 389 ~ 36.5%

%28.53
%34.96
%36.5

CMYK color model

#6F888E color CMYK value is (22,4,0,44).

  • cyan value is 21.83%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(22,4,0,44)
C22M4Y0K44 
(22%,4%,0%,44%)
(0.22/0.04/0.00/0.44)	

CMYK percentages

%21.83
%4.23
%0
%44.31

Codes

Color #6F888E in popluar color models

6F888E
RGB111136142
HSL192°12.25%49.61%
HSB/HSV192°21.83%55.69%
CMYK21.83%4.23%0.00%
44.31%

Color #6F888E in popluar number systems.

HEX6F888E
Decimal111136142
Binary11011111000100010001110
Octal157210216

Shades and tints

Shades of #6F888E

#6F888E
(111,136,142)
#657C82
(101,124,130)
#5B7076
(91,112,118)
#51646A
(81,100,106)
#47585E
(71,88,94)
#3D4C52
(61,76,82)
#334046
(51,64,70)
#29343A
(41,52,58)
#1F282E
(31,40,46)
#151C22
(21,28,34)
#0B1016
(11,16,22)
#000000
(0,0,0)

Tints of #6F888E

#6F888E
(111,136,142)
#7C9298
(124,146,152)
#899CA2
(137,156,162)
#96A6AC
(150,166,172)
#A3B0B6
(163,176,182)
#B0BAC0
(176,186,192)
#BDC4CA
(189,196,202)
#CACED4
(202,206,212)
#D7D8DE
(215,216,222)
#E4E2E8
(228,226,232)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F888E; }

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

This text font color is #6F888E.


Background Color

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

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

This div background color is #6F888E.


Border color

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

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

This div border color is #6F888E.


Opacity

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

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

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

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

This text has shadow with #6F888E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F888E on black background.


Color preview on white background

This text has color #6F888E on white background.



Black color preview on #6F888E background

This text has black color on #6F888E background.


White color preview on #6F888E background

This text has white color on #6F888E background.