COLOR #6F7E88

HEX: #6F7E88
RGB: (111,126,136)

Color info

#6F7E88 contains red, green and blue colors in about the same proportion. Web safe color of #6F7E88 is #666699 (or #669).

RGB color model

#6F7E88 color RGB value is (111,126,136).

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

RGB channels and saturation

R 111 of 255 = 44%
G 126 of 255 = 49%
B 136 of 255 = 53%

111
126
136

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

Portions of RGB colors in percentages

R + G + B =
111 + 126 + 136 = 373 (100%)
R 111 of 373 ~ 29.76%
G 126 of 373 ~ 33.78%
B 136 of 373 ~ 36.46%

%29.76
%33.78
%36.46

CMYK color model

#6F7E88 color CMYK value is (18,7,0,47).

  • cyan value is 18.38%
  • magenta value is 7.35%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(18,7,0,47)
C18M7Y0K47 
(18%,7%,0%,47%)
(0.18/0.07/0.00/0.47)	

CMYK percentages

%18.38
%7.35
%0
%46.67

Codes

Color #6F7E88 in popluar color models

6F7E88
RGB111126136
HSL204°10.12%48.43%
HSB/HSV204°18.38%53.33%
CMYK18.38%7.35%0.00%
46.67%

Color #6F7E88 in popluar number systems.

HEX6F7E88
Decimal111126136
Binary1101111111111010001000
Octal157176210

Shades and tints

Shades of #6F7E88

#6F7E88
(111,126,136)
#65737C
(101,115,124)
#5B6870
(91,104,112)
#515D64
(81,93,100)
#475258
(71,82,88)
#3D474C
(61,71,76)
#333C40
(51,60,64)
#293134
(41,49,52)
#1F2628
(31,38,40)
#151B1C
(21,27,28)
#0B1010
(11,16,16)
#000000
(0,0,0)

Tints of #6F7E88

#6F7E88
(111,126,136)
#7C8992
(124,137,146)
#89949C
(137,148,156)
#969FA6
(150,159,166)
#A3AAB0
(163,170,176)
#B0B5BA
(176,181,186)
#BDC0C4
(189,192,196)
#CACBCE
(202,203,206)
#D7D6D8
(215,214,216)
#E4E1E2
(228,225,226)
#F1ECEC
(241,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F7E88; }

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

This text font color is #6F7E88.


Background Color

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

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

This div background color is #6F7E88.


Border color

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

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

This div border color is #6F7E88.


Opacity

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

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

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

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

This text has shadow with #6F7E88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F7E88 on black background.


Color preview on white background

This text has color #6F7E88 on white background.



Black color preview on #6F7E88 background

This text has black color on #6F7E88 background.


White color preview on #6F7E88 background

This text has white color on #6F7E88 background.