COLOR #6FC1A9

HEX: #6FC1A9
RGB: (111,193,169)

Color info

#6FC1A9 contains mainly green and blue colors. Web safe color of #6FC1A9 is #66CC99 (or #6C9).

RGB color model

#6FC1A9 color RGB value is (111,193,169).

  • red value is 111;
  • green value is 193;
  • blue value is 169.
RGB:
(111,193,169)
(44%,76%,66%)

RGB channels and saturation

R 111 of 255 = 44%
G 193 of 255 = 76%
B 169 of 255 = 66%

111
193
169

R + G + B ~ 62%. #6FC1A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 193 + 169 = 473 (100%)
R 111 of 473 ~ 23.47%
G 193 of 473 ~ 40.8%
B 169 of 473 ~ 35.73%

%23.47
%40.8
%35.73

CMYK color model

#6FC1A9 color CMYK value is (42,0,12,24).

  • cyan value is 42.49%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 24.31%
CMYK:
(42,0,12,24)
C42M0Y12K24 
(42%,0%,12%,24%)
(0.42/0.00/0.12/0.24)	

CMYK percentages

%42.49
%0
%12.44
%24.31

Codes

Color #6FC1A9 in popluar color models

6FC1A9
RGB111193169
HSL162°39.81%59.61%
HSB/HSV162°42.49%75.69%
CMYK42.49%0.00%12.44%
24.31%

Color #6FC1A9 in popluar number systems.

HEX6FC1A9
Decimal111193169
Binary11011111100000110101001
Octal157301251

Shades and tints

Shades of #6FC1A9

#6FC1A9
(111,193,169)
#65B09A
(101,176,154)
#5B9F8B
(91,159,139)
#518E7C
(81,142,124)
#477D6D
(71,125,109)
#3D6C5E
(61,108,94)
#335B4F
(51,91,79)
#294A40
(41,74,64)
#1F3931
(31,57,49)
#152822
(21,40,34)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #6FC1A9

#6FC1A9
(111,193,169)
#7CC6B0
(124,198,176)
#89CBB7
(137,203,183)
#96D0BE
(150,208,190)
#A3D5C5
(163,213,197)
#B0DACC
(176,218,204)
#BDDFD3
(189,223,211)
#CAE4DA
(202,228,218)
#D7E9E1
(215,233,225)
#E4EEE8
(228,238,232)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC1A9 color. Also use rgb(111,193,169) instead hex code.

Text Font Color

.myTextColor { color: #6FC1A9; }

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

This text font color is #6FC1A9.


Background Color

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

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

This div background color is #6FC1A9.


Border color

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

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

This div border color is #6FC1A9.


Opacity

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

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

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

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

This text has shadow with #6FC1A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC1A9 on black background.


Color preview on white background

This text has color #6FC1A9 on white background.



Black color preview on #6FC1A9 background

This text has black color on #6FC1A9 background.


White color preview on #6FC1A9 background

This text has white color on #6FC1A9 background.