COLOR #6FA28E

HEX: #6FA28E
RGB: (111,162,142)

Color info

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

RGB color model

#6FA28E color RGB value is (111,162,142).

  • red value is 111;
  • green value is 162;
  • blue value is 142.
RGB:
(111,162,142)
(44%,64%,56%)

RGB channels and saturation

R 111 of 255 = 44%
G 162 of 255 = 64%
B 142 of 255 = 56%

111
162
142

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

Portions of RGB colors in percentages

R + G + B =
111 + 162 + 142 = 415 (100%)
R 111 of 415 ~ 26.75%
G 162 of 415 ~ 39.04%
B 142 of 415 ~ 34.22%

%26.75
%39.04
%34.22

CMYK color model

#6FA28E color CMYK value is (31,0,12,36).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 12.35%
  • key color value is 36.47%
CMYK:
(31,0,12,36)
C31M0Y12K36 
(31%,0%,12%,36%)
(0.31/0.00/0.12/0.36)	

CMYK percentages

%31.48
%0
%12.35
%36.47

Codes

Color #6FA28E in popluar color models

6FA28E
RGB111162142
HSL156°21.52%53.53%
HSB/HSV156°31.48%63.53%
CMYK31.48%0.00%12.35%
36.47%

Color #6FA28E in popluar number systems.

HEX6FA28E
Decimal111162142
Binary11011111010001010001110
Octal157242216

Shades and tints

Shades of #6FA28E

#6FA28E
(111,162,142)
#659482
(101,148,130)
#5B8676
(91,134,118)
#51786A
(81,120,106)
#476A5E
(71,106,94)
#3D5C52
(61,92,82)
#334E46
(51,78,70)
#29403A
(41,64,58)
#1F322E
(31,50,46)
#152422
(21,36,34)
#0B1616
(11,22,22)
#000000
(0,0,0)

Tints of #6FA28E

#6FA28E
(111,162,142)
#7CAA98
(124,170,152)
#89B2A2
(137,178,162)
#96BAAC
(150,186,172)
#A3C2B6
(163,194,182)
#B0CAC0
(176,202,192)
#BDD2CA
(189,210,202)
#CADAD4
(202,218,212)
#D7E2DE
(215,226,222)
#E4EAE8
(228,234,232)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA28E color. Also use rgb(111,162,142) instead hex code.

Text Font Color

.myTextColor { color: #6FA28E; }

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

This text font color is #6FA28E.


Background Color

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

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

This div background color is #6FA28E.


Border color

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

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

This div border color is #6FA28E.


Opacity

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

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

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

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

This text has shadow with #6FA28E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA28E on black background.


Color preview on white background

This text has color #6FA28E on white background.



Black color preview on #6FA28E background

This text has black color on #6FA28E background.


White color preview on #6FA28E background

This text has white color on #6FA28E background.