COLOR #6F939D

HEX: #6F939D RGB: (111,147,157)

Color info

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

RGB color model

#6F939D color RGB value is (111,147,157).

RGB: (111,147,157) (44%, 58%, 62%)

RGB channels and saturation

R 111 of 255 = 44%
G 147 of 255 = 58%
B 157 of 255 = 62%

111
147
157

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

Portions of RGB colors in percentages

R + G + B = 111 + 147 + 157 = 415 (100%)
R 111 of 415 ~ 26.75%
G 147 of 415 ~ 35.42%
B 157 of 415 ~ 37.83'%

%26.75
%35.42
%37.83

CMYK color model

#6F939D color CMYK value is (29,6,0,38).

  • cyan value is 29.30%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK: (29,6,0,38) C29M6Y0K38 (29%,6%,0%,38%) (0.29/0.06/0.00/0.38) 

CMYK percentages

%29.3
%6.37
%0
%38.43

Codes

Color #6F939D in popluar color models

6F 93 9D
RGB 111 147 157
HSL 193° 19.01% 52.55%
HSB/HSV 193° 29.30% 61.57%
CMYK 29.30% 6.37% 0.00%
38.43%

Color #6F939D in popluar number systems.

HEX 6F 93 9D
Decimal 111 147 157
Binary 1101111 10010011 10011101
Octal 157 223 235

Shades and tints

Shades of #6F939D

#6F939D
(111,147,157)
#65868F
(101,134,143)
#5B7981
(91,121,129)
#516C73
(81,108,115)
#475F65
(71,95,101)
#3D5257
(61,82,87)
#334549
(51,69,73)
#29383B
(41,56,59)
#1F2B2D
(31,43,45)
#151E1F
(21,30,31)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #6F939D

#6F939D
(111,147,157)
#7C9CA5
(124,156,165)
#89A5AD
(137,165,173)
#96AEB5
(150,174,181)
#A3B7BD
(163,183,189)
#B0C0C5
(176,192,197)
#BDC9CD
(189,201,205)
#CAD2D5
(202,210,213)
#D7DBDD
(215,219,221)
#E4E4E5
(228,228,229)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F939D; }

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

This text font color is #6F939D.

Background Color

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

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

This div background color is #6F939D.

Border color

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

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

This div border color is #6F939D.

Opacity

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

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

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

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

This text has shadow with #6F939D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F939D.

Preview

Color preview on black background

This text has color #6F939D on black background.


Color preview on white background

This text has color #6F939D on white background.


Black color preview on #6F939D background

This text has black color on #6F939D background.


White color preview on #6F939D background

This text has white color on #6F939D background.


Related colors

Complementary color

Complementary color for #hex is #906C62.


I love getcolorcode.com

Triadic colors

1 #9D6F93 and #939D6F with #6F939D are triadic colors.

2 #9D936F and #936F9D with #6F939D are triadic colors.