COLOR #6F8683

HEX: #6F8683 RGB: (111,134,131)

Color info

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

RGB color model

#6F8683 color RGB value is (111,134,131).

RGB: (111,134,131) (44%, 53%, 51%)

RGB channels and saturation

R 111 of 255 = 44%
G 134 of 255 = 53%
B 131 of 255 = 51%

111
134
131

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

Portions of RGB colors in percentages

R + G + B = 111 + 134 + 131 = 376 (100%)
R 111 of 376 ~ 29.52%
G 134 of 376 ~ 35.64%
B 131 of 376 ~ 34.84'%

%29.52
%35.64
%34.84

CMYK color model

#6F8683 color CMYK value is (17,0,2,47).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 2.24%
  • key color value is 47.45%

CMYK: (17,0,2,47)
C17M0Y2K47 (17%, 0%, 2%, 47%)
(0.17 / 0.00 / 0.02 / 0.47)

CMYK percentages

%17.16
%0
%2.24
%47.45

Codes

Color #6F8683 in popluar color models

6F 86 83
RGB 111 134 131
HSL 172° 9.39% 48.04%
HSB/HSV 172° 17.16% 52.55%
CMYK 17.16% 0.00% 2.24%
47.45%

Color #6F8683 in popluar number systems.

HEX 6F 86 83
Decimal 111 134 131
Binary 1101111 10000110 10000011
Octal 157 206 203

Shades and tints

Shades of #6F8683

#6F8683
(111,134,131)
#657A78
(101,122,120)
#5B6E6D
(91,110,109)
#516262
(81,98,98)
#475657
(71,86,87)
#3D4A4C
(61,74,76)
#333E41
(51,62,65)
#293236
(41,50,54)
#1F262B
(31,38,43)
#151A20
(21,26,32)
#0B0E15
(11,14,21)
#000000
(0,0,0)

Tints of #6F8683

#6F8683
(111,134,131)
#7C918E
(124,145,142)
#899C99
(137,156,153)
#96A7A4
(150,167,164)
#A3B2AF
(163,178,175)
#B0BDBA
(176,189,186)
#BDC8C5
(189,200,197)
#CAD3D0
(202,211,208)
#D7DEDB
(215,222,219)
#E4E9E6
(228,233,230)
#F1F4F1
(241,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6F8683; }

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

This text font color is #6F8683.

Background Color

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

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

This div background color is #6F8683.

Border color

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

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

This div border color is #6F8683.

Opacity

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

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

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

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

This text has shadow with #6F8683 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6F8683.

Preview

Color preview on black background

This text has color #6F8683 on black background.


Color preview on white background

This text has color #6F8683 on white background.


Black color preview on #6F8683 background

This text has black color on #6F8683 background.


White color preview on #6F8683 background

This text has white color on #6F8683 background.


Related colors

Complementary color

Complementary color for #hex is #90797C.


I love getcolorcode.com

Triadic colors

1 #836F86 and #86836F with #6F8683 are triadic colors.

2 #83866F and #866F83 with #6F8683 are triadic colors.