COLOR #6F8193

HEX: #6F8193
RGB: (111,129,147)

Color info

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

RGB color model

#6F8193 color RGB value is (111,129,147).

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

RGB channels and saturation

R 111 of 255 = 44%
G 129 of 255 = 51%
B 147 of 255 = 58%

111
129
147

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

Portions of RGB colors in percentages

R + G + B =
111 + 129 + 147 = 387 (100%)
R 111 of 387 ~ 28.68%
G 129 of 387 ~ 33.33%
B 147 of 387 ~ 37.98%

%28.68
%33.33
%37.98

CMYK color model

#6F8193 color CMYK value is (24,12,0,42).

  • cyan value is 24.49%
  • magenta value is 12.24%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(24,12,0,42)
C24M12Y0K42 
(24%,12%,0%,42%)
(0.24/0.12/0.00/0.42)	

CMYK percentages

%24.49
%12.24
%0
%42.35

Codes

Color #6F8193 in popluar color models

6F8193
RGB111129147
HSL210°14.29%50.59%
HSB/HSV210°24.49%57.65%
CMYK24.49%12.24%0.00%
42.35%

Color #6F8193 in popluar number systems.

HEX6F8193
Decimal111129147
Binary11011111000000110010011
Octal157201223

Shades and tints

Shades of #6F8193

#6F8193
(111,129,147)
#657686
(101,118,134)
#5B6B79
(91,107,121)
#51606C
(81,96,108)
#47555F
(71,85,95)
#3D4A52
(61,74,82)
#333F45
(51,63,69)
#293438
(41,52,56)
#1F292B
(31,41,43)
#151E1E
(21,30,30)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #6F8193

#6F8193
(111,129,147)
#7C8C9C
(124,140,156)
#8997A5
(137,151,165)
#96A2AE
(150,162,174)
#A3ADB7
(163,173,183)
#B0B8C0
(176,184,192)
#BDC3C9
(189,195,201)
#CACED2
(202,206,210)
#D7D9DB
(215,217,219)
#E4E4E4
(228,228,228)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8193; }

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

This text font color is #6F8193.


Background Color

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

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

This div background color is #6F8193.


Border color

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

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

This div border color is #6F8193.


Opacity

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

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

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

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

This text has shadow with #6F8193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F8193 on black background.


Color preview on white background

This text has color #6F8193 on white background.



Black color preview on #6F8193 background

This text has black color on #6F8193 background.


White color preview on #6F8193 background

This text has white color on #6F8193 background.