COLOR #6FC9C2

HEX: #6FC9C2
RGB: (111,201,194)

Color info

#6FC9C2 contains mainly green and blue colors. Web safe color of #6FC9C2 is #66CCCC (or #6CC).

RGB color model

#6FC9C2 color RGB value is (111,201,194).

  • red value is 111;
  • green value is 201;
  • blue value is 194.
RGB:
(111,201,194)
(44%,79%,76%)

RGB channels and saturation

R 111 of 255 = 44%
G 201 of 255 = 79%
B 194 of 255 = 76%

111
201
194

R + G + B ~ 66%. #6FC9C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 201 + 194 = 506 (100%)
R 111 of 506 ~ 21.94%
G 201 of 506 ~ 39.72%
B 194 of 506 ~ 38.34%

%21.94
%39.72
%38.34

CMYK color model

#6FC9C2 color CMYK value is (45,0,3,21).

  • cyan value is 44.78%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 21.18%
CMYK:
(45,0,3,21)
C45M0Y3K21 
(45%,0%,3%,21%)
(0.45/0.00/0.03/0.21)	

CMYK percentages

%44.78
%0
%3.48
%21.18

Codes

Color #6FC9C2 in popluar color models

6FC9C2
RGB111201194
HSL175°45.45%61.18%
HSB/HSV175°44.78%78.82%
CMYK44.78%0.00%3.48%
21.18%

Color #6FC9C2 in popluar number systems.

HEX6FC9C2
Decimal111201194
Binary11011111100100111000010
Octal157311302

Shades and tints

Shades of #6FC9C2

#6FC9C2
(111,201,194)
#65B7B1
(101,183,177)
#5BA5A0
(91,165,160)
#51938F
(81,147,143)
#47817E
(71,129,126)
#3D6F6D
(61,111,109)
#335D5C
(51,93,92)
#294B4B
(41,75,75)
#1F393A
(31,57,58)
#152729
(21,39,41)
#0B1518
(11,21,24)
#000000
(0,0,0)

Tints of #6FC9C2

#6FC9C2
(111,201,194)
#7CCDC7
(124,205,199)
#89D1CC
(137,209,204)
#96D5D1
(150,213,209)
#A3D9D6
(163,217,214)
#B0DDDB
(176,221,219)
#BDE1E0
(189,225,224)
#CAE5E5
(202,229,229)
#D7E9EA
(215,233,234)
#E4EDEF
(228,237,239)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC9C2 color. Also use rgb(111,201,194) instead hex code.

Text Font Color

.myTextColor { color: #6FC9C2; }

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

This text font color is #6FC9C2.


Background Color

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

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

This div background color is #6FC9C2.


Border color

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

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

This div border color is #6FC9C2.


Opacity

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

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

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

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

This text has shadow with #6FC9C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC9C2 on black background.


Color preview on white background

This text has color #6FC9C2 on white background.



Black color preview on #6FC9C2 background

This text has black color on #6FC9C2 background.


White color preview on #6FC9C2 background

This text has white color on #6FC9C2 background.