COLOR #6FA291

HEX: #6FA291
RGB: (111,162,145)

Color info

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

RGB color model

#6FA291 color RGB value is (111,162,145).

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

RGB channels and saturation

R 111 of 255 = 44%
G 162 of 255 = 64%
B 145 of 255 = 57%

111
162
145

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

Portions of RGB colors in percentages

R + G + B =
111 + 162 + 145 = 418 (100%)
R 111 of 418 ~ 26.56%
G 162 of 418 ~ 38.76%
B 145 of 418 ~ 34.69%

%26.56
%38.76
%34.69

CMYK color model

#6FA291 color CMYK value is (31,0,10,36).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 10.49%
  • key color value is 36.47%
CMYK:
(31,0,10,36)
C31M0Y10K36 
(31%,0%,10%,36%)
(0.31/0.00/0.10/0.36)	

CMYK percentages

%31.48
%0
%10.49
%36.47

Codes

Color #6FA291 in popluar color models

6FA291
RGB111162145
HSL160°21.52%53.53%
HSB/HSV160°31.48%63.53%
CMYK31.48%0.00%10.49%
36.47%

Color #6FA291 in popluar number systems.

HEX6FA291
Decimal111162145
Binary11011111010001010010001
Octal157242221

Shades and tints

Shades of #6FA291

#6FA291
(111,162,145)
#659484
(101,148,132)
#5B8677
(91,134,119)
#51786A
(81,120,106)
#476A5D
(71,106,93)
#3D5C50
(61,92,80)
#334E43
(51,78,67)
#294036
(41,64,54)
#1F3229
(31,50,41)
#15241C
(21,36,28)
#0B160F
(11,22,15)
#000000
(0,0,0)

Tints of #6FA291

#6FA291
(111,162,145)
#7CAA9B
(124,170,155)
#89B2A5
(137,178,165)
#96BAAF
(150,186,175)
#A3C2B9
(163,194,185)
#B0CAC3
(176,202,195)
#BDD2CD
(189,210,205)
#CADAD7
(202,218,215)
#D7E2E1
(215,226,225)
#E4EAEB
(228,234,235)
#F1F2F5
(241,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA291; }

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

This text font color is #6FA291.


Background Color

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

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

This div background color is #6FA291.


Border color

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

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

This div border color is #6FA291.


Opacity

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

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

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

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

This text has shadow with #6FA291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA291 on black background.


Color preview on white background

This text has color #6FA291 on white background.



Black color preview on #6FA291 background

This text has black color on #6FA291 background.


White color preview on #6FA291 background

This text has white color on #6FA291 background.