COLOR #6F888A

HEX: #6F888A
RGB: (111,136,138)

Color info

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

RGB color model

#6F888A color RGB value is (111,136,138).

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

RGB channels and saturation

R 111 of 255 = 44%
G 136 of 255 = 53%
B 138 of 255 = 54%

111
136
138

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

Portions of RGB colors in percentages

R + G + B =
111 + 136 + 138 = 385 (100%)
R 111 of 385 ~ 28.83%
G 136 of 385 ~ 35.32%
B 138 of 385 ~ 35.84%

%28.83
%35.32
%35.84

CMYK color model

#6F888A color CMYK value is (20,1,0,46).

  • cyan value is 19.57%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(20,1,0,46)
C20M1Y0K46 
(20%,1%,0%,46%)
(0.20/0.01/0.00/0.46)	

CMYK percentages

%19.57
%1.45
%0
%45.88

Codes

Color #6F888A in popluar color models

6F888A
RGB111136138
HSL184°10.84%48.82%
HSB/HSV184°19.57%54.12%
CMYK19.57%1.45%0.00%
45.88%

Color #6F888A in popluar number systems.

HEX6F888A
Decimal111136138
Binary11011111000100010001010
Octal157210212

Shades and tints

Shades of #6F888A

#6F888A
(111,136,138)
#657C7E
(101,124,126)
#5B7072
(91,112,114)
#516466
(81,100,102)
#47585A
(71,88,90)
#3D4C4E
(61,76,78)
#334042
(51,64,66)
#293436
(41,52,54)
#1F282A
(31,40,42)
#151C1E
(21,28,30)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #6F888A

#6F888A
(111,136,138)
#7C9294
(124,146,148)
#899C9E
(137,156,158)
#96A6A8
(150,166,168)
#A3B0B2
(163,176,178)
#B0BABC
(176,186,188)
#BDC4C6
(189,196,198)
#CACED0
(202,206,208)
#D7D8DA
(215,216,218)
#E4E2E4
(228,226,228)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F888A; }

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

This text font color is #6F888A.


Background Color

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

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

This div background color is #6F888A.


Border color

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

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

This div border color is #6F888A.


Opacity

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

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

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

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

This text has shadow with #6F888A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F888A on black background.


Color preview on white background

This text has color #6F888A on white background.



Black color preview on #6F888A background

This text has black color on #6F888A background.


White color preview on #6F888A background

This text has white color on #6F888A background.