COLOR #6F838E

HEX: #6F838E
RGB: (111,131,142)

Color info

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

RGB color model

#6F838E color RGB value is (111,131,142).

  • red value is 111;
  • green value is 131;
  • blue value is 142.
RGB:
(111,131,142)
(44%,51%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 142 of 255 = 56%

111
131
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 131 + 142 = 384 (100%)
R 111 of 384 ~ 28.91%
G 131 of 384 ~ 34.11%
B 142 of 384 ~ 36.98%

%28.91
%34.11
%36.98

CMYK color model

#6F838E color CMYK value is (22,8,0,44).

  • cyan value is 21.83%
  • magenta value is 7.75%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(22,8,0,44)
C22M8Y0K44 
(22%,8%,0%,44%)
(0.22/0.08/0.00/0.44)	

CMYK percentages

%21.83
%7.75
%0
%44.31

Codes

Color #6F838E in popluar color models

6F838E
RGB111131142
HSL201°12.25%49.61%
HSB/HSV201°21.83%55.69%
CMYK21.83%7.75%0.00%
44.31%

Color #6F838E in popluar number systems.

HEX6F838E
Decimal111131142
Binary11011111000001110001110
Octal157203216

Shades and tints

Shades of #6F838E

#6F838E
(111,131,142)
#657882
(101,120,130)
#5B6D76
(91,109,118)
#51626A
(81,98,106)
#47575E
(71,87,94)
#3D4C52
(61,76,82)
#334146
(51,65,70)
#29363A
(41,54,58)
#1F2B2E
(31,43,46)
#152022
(21,32,34)
#0B1516
(11,21,22)
#000000
(0,0,0)

Tints of #6F838E

#6F838E
(111,131,142)
#7C8E98
(124,142,152)
#8999A2
(137,153,162)
#96A4AC
(150,164,172)
#A3AFB6
(163,175,182)
#B0BAC0
(176,186,192)
#BDC5CA
(189,197,202)
#CAD0D4
(202,208,212)
#D7DBDE
(215,219,222)
#E4E6E8
(228,230,232)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6F838E color. Also use rgb(111,131,142) instead hex code.

Text Font Color

.myTextColor { color: #6F838E; }

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

This text font color is #6F838E.


Background Color

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

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

This div background color is #6F838E.


Border color

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

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

This div border color is #6F838E.


Opacity

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

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

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

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

This text has shadow with #6F838E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6F838E on black background.


Color preview on white background

This text has color #6F838E on white background.



Black color preview on #6F838E background

This text has black color on #6F838E background.


White color preview on #6F838E background

This text has white color on #6F838E background.