COLOR #6F8791

HEX: #6F8791
RGB: (111,135,145)

Color info

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

RGB color model

#6F8791 color RGB value is (111,135,145).

  • red value is 111;
  • green value is 135;
  • blue value is 145.
RGB:
(111,135,145)
(44%,53%,57%)

RGB channels and saturation

R 111 of 255 = 44%
G 135 of 255 = 53%
B 145 of 255 = 57%

111
135
145

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

Portions of RGB colors in percentages

R + G + B =
111 + 135 + 145 = 391 (100%)
R 111 of 391 ~ 28.39%
G 135 of 391 ~ 34.53%
B 145 of 391 ~ 37.08%

%28.39
%34.53
%37.08

CMYK color model

#6F8791 color CMYK value is (23,7,0,43).

  • cyan value is 23.45%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(23,7,0,43)
C23M7Y0K43 
(23%,7%,0%,43%)
(0.23/0.07/0.00/0.43)	

CMYK percentages

%23.45
%6.9
%0
%43.14

Codes

Color #6F8791 in popluar color models

6F8791
RGB111135145
HSL198°13.39%50.20%
HSB/HSV198°23.45%56.86%
CMYK23.45%6.90%0.00%
43.14%

Color #6F8791 in popluar number systems.

HEX6F8791
Decimal111135145
Binary11011111000011110010001
Octal157207221

Shades and tints

Shades of #6F8791

#6F8791
(111,135,145)
#657B84
(101,123,132)
#5B6F77
(91,111,119)
#51636A
(81,99,106)
#47575D
(71,87,93)
#3D4B50
(61,75,80)
#333F43
(51,63,67)
#293336
(41,51,54)
#1F2729
(31,39,41)
#151B1C
(21,27,28)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #6F8791

#6F8791
(111,135,145)
#7C919B
(124,145,155)
#899BA5
(137,155,165)
#96A5AF
(150,165,175)
#A3AFB9
(163,175,185)
#B0B9C3
(176,185,195)
#BDC3CD
(189,195,205)
#CACDD7
(202,205,215)
#D7D7E1
(215,215,225)
#E4E1EB
(228,225,235)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F8791 color. Also use rgb(111,135,145) instead hex code.

Text Font Color

.myTextColor { color: #6F8791; }

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

This text font color is #6F8791.


Background Color

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

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

This div background color is #6F8791.


Border color

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

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

This div border color is #6F8791.


Opacity

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

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

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

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

This text has shadow with #6F8791 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8791 on black background.


Color preview on white background

This text has color #6F8791 on white background.



Black color preview on #6F8791 background

This text has black color on #6F8791 background.


White color preview on #6F8791 background

This text has white color on #6F8791 background.