COLOR #6FA3A2

HEX: #6FA3A2
RGB: (111,163,162)

Color info

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

RGB color model

#6FA3A2 color RGB value is (111,163,162).

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

RGB channels and saturation

R 111 of 255 = 44%
G 163 of 255 = 64%
B 162 of 255 = 64%

111
163
162

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

Portions of RGB colors in percentages

R + G + B =
111 + 163 + 162 = 436 (100%)
R 111 of 436 ~ 25.46%
G 163 of 436 ~ 37.39%
B 162 of 436 ~ 37.16%

%25.46
%37.39
%37.16

CMYK color model

#6FA3A2 color CMYK value is (32,0,1,36).

  • cyan value is 31.90%
  • magenta value is 0.00%
  • yellow value is 0.61%
  • key color value is 36.08%
CMYK:
(32,0,1,36)
C32M0Y1K36 
(32%,0%,1%,36%)
(0.32/0.00/0.01/0.36)	

CMYK percentages

%31.9
%0
%0.61
%36.08

Codes

Color #6FA3A2 in popluar color models

6FA3A2
RGB111163162
HSL179°22.03%53.73%
HSB/HSV179°31.90%63.92%
CMYK31.90%0.00%0.61%
36.08%

Color #6FA3A2 in popluar number systems.

HEX6FA3A2
Decimal111163162
Binary11011111010001110100010
Octal157243242

Shades and tints

Shades of #6FA3A2

#6FA3A2
(111,163,162)
#659594
(101,149,148)
#5B8786
(91,135,134)
#517978
(81,121,120)
#476B6A
(71,107,106)
#3D5D5C
(61,93,92)
#334F4E
(51,79,78)
#294140
(41,65,64)
#1F3332
(31,51,50)
#152524
(21,37,36)
#0B1716
(11,23,22)
#000000
(0,0,0)

Tints of #6FA3A2

#6FA3A2
(111,163,162)
#7CABAA
(124,171,170)
#89B3B2
(137,179,178)
#96BBBA
(150,187,186)
#A3C3C2
(163,195,194)
#B0CBCA
(176,203,202)
#BDD3D2
(189,211,210)
#CADBDA
(202,219,218)
#D7E3E2
(215,227,226)
#E4EBEA
(228,235,234)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FA3A2; }

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

This text font color is #6FA3A2.


Background Color

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

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

This div background color is #6FA3A2.


Border color

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

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

This div border color is #6FA3A2.


Opacity

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

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

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

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

This text has shadow with #6FA3A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FA3A2 on black background.


Color preview on white background

This text has color #6FA3A2 on white background.



Black color preview on #6FA3A2 background

This text has black color on #6FA3A2 background.


White color preview on #6FA3A2 background

This text has white color on #6FA3A2 background.