COLOR #6FA295

HEX: #6FA295 RGB: (111,162,149)

Color info

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

RGB color model

#6FA295 color RGB value is (111,162,149).

RGB: (111,162,149) (44%, 64%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 162 of 255 = 64%
B 149 of 255 = 58%

111
162
149

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

Portions of RGB colors in percentages

R + G + B = 111 + 162 + 149 = 422 (100%)
R 111 of 422 ~ 26.3%
G 162 of 422 ~ 38.39%
B 149 of 422 ~ 35.31'%

%26.3
%38.39
%35.31

CMYK color model

#6FA295 color CMYK value is (31,0,8,36).

  • cyan value is 31.48%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%

CMYK: (31,0,8,36)
C31M0Y8K36 (31%, 0%, 8%, 36%)
(0.31 / 0.00 / 0.08 / 0.36)

CMYK percentages

%31.48
%0
%8.02
%36.47

Codes

Color #6FA295 in popluar color models

6F A2 95
RGB 111 162 149
HSL 165° 21.52% 53.53%
HSB/HSV 165° 31.48% 63.53%
CMYK 31.48% 0.00% 8.02%
36.47%

Color #6FA295 in popluar number systems.

HEX 6F A2 95
Decimal 111 162 149
Binary 1101111 10100010 10010101
Octal 157 242 225

Shades and tints

Shades of #6FA295

#6FA295
(111,162,149)
#659488
(101,148,136)
#5B867B
(91,134,123)
#51786E
(81,120,110)
#476A61
(71,106,97)
#3D5C54
(61,92,84)
#334E47
(51,78,71)
#29403A
(41,64,58)
#1F322D
(31,50,45)
#152420
(21,36,32)
#0B1613
(11,22,19)
#000000
(0,0,0)

Tints of #6FA295

#6FA295
(111,162,149)
#7CAA9E
(124,170,158)
#89B2A7
(137,178,167)
#96BAB0
(150,186,176)
#A3C2B9
(163,194,185)
#B0CAC2
(176,202,194)
#BDD2CB
(189,210,203)
#CADAD4
(202,218,212)
#D7E2DD
(215,226,221)
#E4EAE6
(228,234,230)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA295; }

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

This text font color is #6FA295.

Background Color

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

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

This div background color is #6FA295.

Border color

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

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

This div border color is #6FA295.

Opacity

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

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

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

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

This text has shadow with #6FA295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA295.

Preview

Color preview on black background

This text has color #6FA295 on black background.


Color preview on white background

This text has color #6FA295 on white background.


Black color preview on #6FA295 background

This text has black color on #6FA295 background.


White color preview on #6FA295 background

This text has white color on #6FA295 background.


Related colors

Complementary color

Complementary color for #hex is #905D6A.


I love getcolorcode.com

Triadic colors

1 #956FA2 and #A2956F with #6FA295 are triadic colors.

2 #95A26F and #A26F95 with #6FA295 are triadic colors.