COLOR #6F839A

HEX: #6F839A RGB: (111,131,154)

Color info

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

RGB color model

#6F839A color RGB value is (111,131,154).

RGB: (111,131,154) (44%, 51%, 60%)

RGB channels and saturation

R 111 of 255 = 44%
G 131 of 255 = 51%
B 154 of 255 = 60%

111
131
154

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

Portions of RGB colors in percentages

R + G + B = 111 + 131 + 154 = 396 (100%)
R 111 of 396 ~ 28.03%
G 131 of 396 ~ 33.08%
B 154 of 396 ~ 38.89'%

%28.03
%33.08
%38.89

CMYK color model

#6F839A color CMYK value is (28,15,0,40).

  • cyan value is 27.92%
  • magenta value is 14.94%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (28,15,0,40)
C28M15Y0K40 (28%, 15%, 0%, 40%)
(0.28 / 0.15 / 0.00 / 0.40)

CMYK percentages

%27.92
%14.94
%0
%39.61

Codes

Color #6F839A in popluar color models

6F 83 9A
RGB 111 131 154
HSL 212° 17.55% 51.96%
HSB/HSV 212° 27.92% 60.39%
CMYK 27.92% 14.94% 0.00%
39.61%

Color #6F839A in popluar number systems.

HEX 6F 83 9A
Decimal 111 131 154
Binary 1101111 10000011 10011010
Octal 157 203 232

Shades and tints

Shades of #6F839A

#6F839A
(111,131,154)
#65788C
(101,120,140)
#5B6D7E
(91,109,126)
#516270
(81,98,112)
#475762
(71,87,98)
#3D4C54
(61,76,84)
#334146
(51,65,70)
#293638
(41,54,56)
#1F2B2A
(31,43,42)
#15201C
(21,32,28)
#0B150E
(11,21,14)
#000000
(0,0,0)

Tints of #6F839A

#6F839A
(111,131,154)
#7C8EA3
(124,142,163)
#8999AC
(137,153,172)
#96A4B5
(150,164,181)
#A3AFBE
(163,175,190)
#B0BAC7
(176,186,199)
#BDC5D0
(189,197,208)
#CAD0D9
(202,208,217)
#D7DBE2
(215,219,226)
#E4E6EB
(228,230,235)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F839A; }

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

This text font color is #6F839A.

Background Color

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

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

This div background color is #6F839A.

Border color

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

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

This div border color is #6F839A.

Opacity

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

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

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

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

This text has shadow with #6F839A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F839A.

Preview

Color preview on black background

This text has color #6F839A on black background.


Color preview on white background

This text has color #6F839A on white background.


Black color preview on #6F839A background

This text has black color on #6F839A background.


White color preview on #6F839A background

This text has white color on #6F839A background.


Related colors

Complementary color

Complementary color for #hex is #907C65.


I love getcolorcode.com

Triadic colors

1 #9A6F83 and #839A6F with #6F839A are triadic colors.

2 #9A836F and #836F9A with #6F839A are triadic colors.