COLOR #6F8191

HEX: #6F8191
RGB: (111,129,145)

Color info

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

RGB color model

#6F8191 color RGB value is (111,129,145).

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

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 145 of 255 = 57%

111
129
145

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

Portions of RGB colors in percentages

R + G + B =
111 + 129 + 145 = 385 (100%)
R 111 of 385 ~ 28.83%
G 129 of 385 ~ 33.51%
B 145 of 385 ~ 37.66%

%28.83
%33.51
%37.66

CMYK color model

#6F8191 color CMYK value is (23,11,0,43).

  • cyan value is 23.45%
  • magenta value is 11.03%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(23,11,0,43)
C23M11Y0K43 
(23%,11%,0%,43%)
(0.23/0.11/0.00/0.43)	

CMYK percentages

%23.45
%11.03
%0
%43.14

Codes

Color #6F8191 in popluar color models

6F8191
RGB111129145
HSL208°13.39%50.20%
HSB/HSV208°23.45%56.86%
CMYK23.45%11.03%0.00%
43.14%

Color #6F8191 in popluar number systems.

HEX6F8191
Decimal111129145
Binary11011111000000110010001
Octal157201221

Shades and tints

Shades of #6F8191

#6F8191
(111,129,145)
#657684
(101,118,132)
#5B6B77
(91,107,119)
#51606A
(81,96,106)
#47555D
(71,85,93)
#3D4A50
(61,74,80)
#333F43
(51,63,67)
#293436
(41,52,54)
#1F2929
(31,41,41)
#151E1C
(21,30,28)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #6F8191

#6F8191
(111,129,145)
#7C8C9B
(124,140,155)
#8997A5
(137,151,165)
#96A2AF
(150,162,175)
#A3ADB9
(163,173,185)
#B0B8C3
(176,184,195)
#BDC3CD
(189,195,205)
#CACED7
(202,206,215)
#D7D9E1
(215,217,225)
#E4E4EB
(228,228,235)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8191; }

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

This text font color is #6F8191.


Background Color

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

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

This div background color is #6F8191.


Border color

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

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

This div border color is #6F8191.


Opacity

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

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

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

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

This text has shadow with #6F8191 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8191 on black background.


Color preview on white background

This text has color #6F8191 on white background.



Black color preview on #6F8191 background

This text has black color on #6F8191 background.


White color preview on #6F8191 background

This text has white color on #6F8191 background.