COLOR #6FA683

HEX: #6FA683
RGB: (111,166,131)

Color info

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

RGB color model

#6FA683 color RGB value is (111,166,131).

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

RGB channels and saturation

R 111 of 255 = 44%
G 166 of 255 = 65%
B 131 of 255 = 51%

111
166
131

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

Portions of RGB colors in percentages

R + G + B =
111 + 166 + 131 = 408 (100%)
R 111 of 408 ~ 27.21%
G 166 of 408 ~ 40.69%
B 131 of 408 ~ 32.11%

%27.21
%40.69
%32.11

CMYK color model

#6FA683 color CMYK value is (33,0,21,35).

  • cyan value is 33.13%
  • magenta value is 0.00%
  • yellow value is 21.08%
  • key color value is 34.90%
CMYK:
(33,0,21,35)
C33M0Y21K35 
(33%,0%,21%,35%)
(0.33/0.00/0.21/0.35)	

CMYK percentages

%33.13
%0
%21.08
%34.9

Codes

Color #6FA683 in popluar color models

6FA683
RGB111166131
HSL142°23.61%54.31%
HSB/HSV142°33.13%65.10%
CMYK33.13%0.00%21.08%
34.90%

Color #6FA683 in popluar number systems.

HEX6FA683
Decimal111166131
Binary11011111010011010000011
Octal157246203

Shades and tints

Shades of #6FA683

#6FA683
(111,166,131)
#659778
(101,151,120)
#5B886D
(91,136,109)
#517962
(81,121,98)
#476A57
(71,106,87)
#3D5B4C
(61,91,76)
#334C41
(51,76,65)
#293D36
(41,61,54)
#1F2E2B
(31,46,43)
#151F20
(21,31,32)
#0B1015
(11,16,21)
#000000
(0,0,0)

Tints of #6FA683

#6FA683
(111,166,131)
#7CAE8E
(124,174,142)
#89B699
(137,182,153)
#96BEA4
(150,190,164)
#A3C6AF
(163,198,175)
#B0CEBA
(176,206,186)
#BDD6C5
(189,214,197)
#CADED0
(202,222,208)
#D7E6DB
(215,230,219)
#E4EEE6
(228,238,230)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA683; }

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

This text font color is #6FA683.


Background Color

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

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

This div background color is #6FA683.


Border color

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

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

This div border color is #6FA683.


Opacity

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

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

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

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

This text has shadow with #6FA683 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA683 on black background.


Color preview on white background

This text has color #6FA683 on white background.



Black color preview on #6FA683 background

This text has black color on #6FA683 background.


White color preview on #6FA683 background

This text has white color on #6FA683 background.