COLOR #6FC9CE

HEX: #6FC9CE RGB: (111,201,206)

Color info

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

RGB color model

#6FC9CE color RGB value is (111,201,206).

RGB: (111,201,206) (44%, 79%, 81%)

RGB channels and saturation

R 111 of 255 = 44%
G 201 of 255 = 79%
B 206 of 255 = 81%

111
201
206

R + G + B ~ 68%. #6FC9CE is quite light color.

Portions of RGB colors in percentages

R + G + B = 111 + 201 + 206 = 518 (100%)
R 111 of 518 ~ 21.43%
G 201 of 518 ~ 38.8%
B 206 of 518 ~ 39.77'%

%21.43
%38.8
%39.77

CMYK color model

#6FC9CE color CMYK value is (46,2,0,19).

  • cyan value is 46.12%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (46,2,0,19)
C46M2Y0K19 (46%, 2%, 0%, 19%)
(0.46 / 0.02 / 0.00 / 0.19)

CMYK percentages

%46.12
%2.43
%0
%19.22

Codes

Color #6FC9CE in popluar color models

6F C9 CE
RGB 111 201 206
HSL 183° 49.22% 62.16%
HSB/HSV 183° 46.12% 80.78%
CMYK 46.12% 2.43% 0.00%
19.22%

Color #6FC9CE in popluar number systems.

HEX 6F C9 CE
Decimal 111 201 206
Binary 1101111 11001001 11001110
Octal 157 311 316

Shades and tints

Shades of #6FC9CE

#6FC9CE
(111,201,206)
#65B7BC
(101,183,188)
#5BA5AA
(91,165,170)
#519398
(81,147,152)
#478186
(71,129,134)
#3D6F74
(61,111,116)
#335D62
(51,93,98)
#294B50
(41,75,80)
#1F393E
(31,57,62)
#15272C
(21,39,44)
#0B151A
(11,21,26)
#000000
(0,0,0)

Tints of #6FC9CE

#6FC9CE
(111,201,206)
#7CCDD2
(124,205,210)
#89D1D6
(137,209,214)
#96D5DA
(150,213,218)
#A3D9DE
(163,217,222)
#B0DDE2
(176,221,226)
#BDE1E6
(189,225,230)
#CAE5EA
(202,229,234)
#D7E9EE
(215,233,238)
#E4EDF2
(228,237,242)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FC9CE; }

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

This text font color is #6FC9CE.

Background Color

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

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

This div background color is #6FC9CE.

Border color

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

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

This div border color is #6FC9CE.

Opacity

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

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

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

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

This text has shadow with #6FC9CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FC9CE.

Preview

Color preview on black background

This text has color #6FC9CE on black background.


Color preview on white background

This text has color #6FC9CE on white background.


Black color preview on #6FC9CE background

This text has black color on #6FC9CE background.


White color preview on #6FC9CE background

This text has white color on #6FC9CE background.


Related colors

Complementary color

Complementary color for #hex is #903631.


I love getcolorcode.com

Triadic colors

1 #CE6FC9 and #C9CE6F with #6FC9CE are triadic colors.

2 #CEC96F and #C96FCE with #6FC9CE are triadic colors.