COLOR #6FA2A1

HEX: #6FA2A1 RGB: (111,162,161)

Color info

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

RGB color model

#6FA2A1 color RGB value is (111,162,161).

RGB: (111,162,161) (44%, 64%, 63%)

RGB channels and saturation

R 111 of 255 = 44%
G 162 of 255 = 64%
B 161 of 255 = 63%

111
162
161

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

Portions of RGB colors in percentages

R + G + B = 111 + 162 + 161 = 434 (100%)
R 111 of 434 ~ 25.58%
G 162 of 434 ~ 37.33%
B 161 of 434 ~ 37.1'%

%25.58
%37.33
%37.1

CMYK color model

#6FA2A1 color CMYK value is (31,0,1,36).

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

CMYK: (31,0,1,36)
C31M0Y1K36 (31%, 0%, 1%, 36%)
(0.31 / 0.00 / 0.01 / 0.36)

CMYK percentages

%31.48
%0
%0.62
%36.47

Codes

Color #6FA2A1 in popluar color models

6F A2 A1
RGB 111 162 161
HSL 179° 21.52% 53.53%
HSB/HSV 179° 31.48% 63.53%
CMYK 31.48% 0.00% 0.62%
36.47%

Color #6FA2A1 in popluar number systems.

HEX 6F A2 A1
Decimal 111 162 161
Binary 1101111 10100010 10100001
Octal 157 242 241

Shades and tints

Shades of #6FA2A1

#6FA2A1
(111,162,161)
#659493
(101,148,147)
#5B8685
(91,134,133)
#517877
(81,120,119)
#476A69
(71,106,105)
#3D5C5B
(61,92,91)
#334E4D
(51,78,77)
#29403F
(41,64,63)
#1F3231
(31,50,49)
#152423
(21,36,35)
#0B1615
(11,22,21)
#000000
(0,0,0)

Tints of #6FA2A1

#6FA2A1
(111,162,161)
#7CAAA9
(124,170,169)
#89B2B1
(137,178,177)
#96BAB9
(150,186,185)
#A3C2C1
(163,194,193)
#B0CAC9
(176,202,201)
#BDD2D1
(189,210,209)
#CADAD9
(202,218,217)
#D7E2E1
(215,226,225)
#E4EAE9
(228,234,233)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA2A1; }

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

This text font color is #6FA2A1.

Background Color

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

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

This div background color is #6FA2A1.

Border color

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

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

This div border color is #6FA2A1.

Opacity

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

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

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

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

This text has shadow with #6FA2A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FA2A1.

Preview

Color preview on black background

This text has color #6FA2A1 on black background.


Color preview on white background

This text has color #6FA2A1 on white background.


Black color preview on #6FA2A1 background

This text has black color on #6FA2A1 background.


White color preview on #6FA2A1 background

This text has white color on #6FA2A1 background.


Related colors

Complementary color

Complementary color for #hex is #905D5E.


I love getcolorcode.com

Triadic colors

1 #A16FA2 and #A2A16F with #6FA2A1 are triadic colors.

2 #A1A26F and #A26FA1 with #6FA2A1 are triadic colors.