COLOR #6FB79E

HEX: #6FB79E RGB: (111,183,158)

Color info

#6FB79E contains mainly green and blue colors. Web safe color of #6FB79E is #66CC99 (or #6C9).

RGB color model

#6FB79E color RGB value is (111,183,158).

RGB: (111,183,158) (44%, 72%, 62%)

RGB channels and saturation

R 111 of 255 = 44%
G 183 of 255 = 72%
B 158 of 255 = 62%

111
183
158

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

Portions of RGB colors in percentages

R + G + B = 111 + 183 + 158 = 452 (100%)
R 111 of 452 ~ 24.56%
G 183 of 452 ~ 40.49%
B 158 of 452 ~ 34.96'%

%24.56
%40.49
%34.96

CMYK color model

#6FB79E color CMYK value is (39,0,14,28).

  • cyan value is 39.34%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 28.24%

CMYK: (39,0,14,28)
C39M0Y14K28 (39%, 0%, 14%, 28%)
(0.39 / 0.00 / 0.14 / 0.28)

CMYK percentages

%39.34
%0
%13.66
%28.24

Codes

Color #6FB79E in popluar color models

6F B7 9E
RGB 111 183 158
HSL 159° 33.33% 57.65%
HSB/HSV 159° 39.34% 71.76%
CMYK 39.34% 0.00% 13.66%
28.24%

Color #6FB79E in popluar number systems.

HEX 6F B7 9E
Decimal 111 183 158
Binary 1101111 10110111 10011110
Octal 157 267 236

Shades and tints

Shades of #6FB79E

#6FB79E
(111,183,158)
#65A790
(101,167,144)
#5B9782
(91,151,130)
#518774
(81,135,116)
#477766
(71,119,102)
#3D6758
(61,103,88)
#33574A
(51,87,74)
#29473C
(41,71,60)
#1F372E
(31,55,46)
#152720
(21,39,32)
#0B1712
(11,23,18)
#000000
(0,0,0)

Tints of #6FB79E

#6FB79E
(111,183,158)
#7CBDA6
(124,189,166)
#89C3AE
(137,195,174)
#96C9B6
(150,201,182)
#A3CFBE
(163,207,190)
#B0D5C6
(176,213,198)
#BDDBCE
(189,219,206)
#CAE1D6
(202,225,214)
#D7E7DE
(215,231,222)
#E4EDE6
(228,237,230)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FB79E color. Also use rgb(111,183,158) instead hex code.

Text Font Color

.myTextColor { color: #6FB79E; }

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

This text font color is #6FB79E.

Background Color

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

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

This div background color is #6FB79E.

Border color

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

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

This div border color is #6FB79E.

Opacity

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

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

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

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

This text has shadow with #6FB79E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FB79E.

Preview

Color preview on black background

This text has color #6FB79E on black background.


Color preview on white background

This text has color #6FB79E on white background.


Black color preview on #6FB79E background

This text has black color on #6FB79E background.


White color preview on #6FB79E background

This text has white color on #6FB79E background.


Related colors

Complementary color

Complementary color for #hex is #904861.


I love getcolorcode.com

Triadic colors

1 #9E6FB7 and #B79E6F with #6FB79E are triadic colors.

2 #9EB76F and #B76F9E with #6FB79E are triadic colors.