COLOR #6FA494

HEX: #6FA494 RGB: (111,164,148)

Color info

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

RGB color model

#6FA494 color RGB value is (111,164,148).

RGB: (111,164,148) (44%, 64%, 58%)

RGB channels and saturation

R 111 of 255 = 44%
G 164 of 255 = 64%
B 148 of 255 = 58%

111
164
148

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

Portions of RGB colors in percentages

R + G + B = 111 + 164 + 148 = 423 (100%)
R 111 of 423 ~ 26.24%
G 164 of 423 ~ 38.77%
B 148 of 423 ~ 34.99'%

%26.24
%38.77
%34.99

CMYK color model

#6FA494 color CMYK value is (32,0,10,36).

  • cyan value is 32.32%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 35.69%

CMYK: (32,0,10,36)
C32M0Y10K36 (32%, 0%, 10%, 36%)
(0.32 / 0.00 / 0.10 / 0.36)

CMYK percentages

%32.32
%0
%9.76
%35.69

Codes

Color #6FA494 in popluar color models

6F A4 94
RGB 111 164 148
HSL 162° 22.55% 53.92%
HSB/HSV 162° 32.32% 64.31%
CMYK 32.32% 0.00% 9.76%
35.69%

Color #6FA494 in popluar number systems.

HEX 6F A4 94
Decimal 111 164 148
Binary 1101111 10100100 10010100
Octal 157 244 224

Shades and tints

Shades of #6FA494

#6FA494
(111,164,148)
#659687
(101,150,135)
#5B887A
(91,136,122)
#517A6D
(81,122,109)
#476C60
(71,108,96)
#3D5E53
(61,94,83)
#335046
(51,80,70)
#294239
(41,66,57)
#1F342C
(31,52,44)
#15261F
(21,38,31)
#0B1812
(11,24,18)
#000000
(0,0,0)

Tints of #6FA494

#6FA494
(111,164,148)
#7CAC9D
(124,172,157)
#89B4A6
(137,180,166)
#96BCAF
(150,188,175)
#A3C4B8
(163,196,184)
#B0CCC1
(176,204,193)
#BDD4CA
(189,212,202)
#CADCD3
(202,220,211)
#D7E4DC
(215,228,220)
#E4ECE5
(228,236,229)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FA494 color. Also use rgb(111,164,148) instead hex code.

Text Font Color

.myTextColor { color: #6FA494; }

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

This text font color is #6FA494.

Background Color

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

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

This div background color is #6FA494.

Border color

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

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

This div border color is #6FA494.

Opacity

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

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

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

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

This text has shadow with #6FA494 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA494.

Preview

Color preview on black background

This text has color #6FA494 on black background.


Color preview on white background

This text has color #6FA494 on white background.


Black color preview on #6FA494 background

This text has black color on #6FA494 background.


White color preview on #6FA494 background

This text has white color on #6FA494 background.


Related colors

Complementary color

Complementary color for #hex is #905B6B.


I love getcolorcode.com

Triadic colors

1 #946FA4 and #A4946F with #6FA494 are triadic colors.

2 #94A46F and #A46F94 with #6FA494 are triadic colors.