COLOR #6FC6B5

HEX: #6FC6B5
RGB: (111,198,181)

Color info

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

RGB color model

#6FC6B5 color RGB value is (111,198,181).

  • red value is 111;
  • green value is 198;
  • blue value is 181.
RGB:
(111,198,181)
(44%,78%,71%)

RGB channels and saturation

R 111 of 255 = 44%
G 198 of 255 = 78%
B 181 of 255 = 71%

111
198
181

R + G + B ~ 64%. #6FC6B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
111 + 198 + 181 = 490 (100%)
R 111 of 490 ~ 22.65%
G 198 of 490 ~ 40.41%
B 181 of 490 ~ 36.94%

%22.65
%40.41
%36.94

CMYK color model

#6FC6B5 color CMYK value is (44,0,9,22).

  • cyan value is 43.94%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 22.35%
CMYK:
(44,0,9,22)
C44M0Y9K22 
(44%,0%,9%,22%)
(0.44/0.00/0.09/0.22)	

CMYK percentages

%43.94
%0
%8.59
%22.35

Codes

Color #6FC6B5 in popluar color models

6FC6B5
RGB111198181
HSL168°43.28%60.59%
HSB/HSV168°43.94%77.65%
CMYK43.94%0.00%8.59%
22.35%

Color #6FC6B5 in popluar number systems.

HEX6FC6B5
Decimal111198181
Binary11011111100011010110101
Octal157306265

Shades and tints

Shades of #6FC6B5

#6FC6B5
(111,198,181)
#65B4A5
(101,180,165)
#5BA295
(91,162,149)
#519085
(81,144,133)
#477E75
(71,126,117)
#3D6C65
(61,108,101)
#335A55
(51,90,85)
#294845
(41,72,69)
#1F3635
(31,54,53)
#152425
(21,36,37)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #6FC6B5

#6FC6B5
(111,198,181)
#7CCBBB
(124,203,187)
#89D0C1
(137,208,193)
#96D5C7
(150,213,199)
#A3DACD
(163,218,205)
#B0DFD3
(176,223,211)
#BDE4D9
(189,228,217)
#CAE9DF
(202,233,223)
#D7EEE5
(215,238,229)
#E4F3EB
(228,243,235)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FC6B5 color. Also use rgb(111,198,181) instead hex code.

Text Font Color

.myTextColor { color: #6FC6B5; }

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

This text font color is #6FC6B5.


Background Color

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

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

This div background color is #6FC6B5.


Border color

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

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

This div border color is #6FC6B5.


Opacity

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

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

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

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

This text has shadow with #6FC6B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FC6B5 on black background.


Color preview on white background

This text has color #6FC6B5 on white background.



Black color preview on #6FC6B5 background

This text has black color on #6FC6B5 background.


White color preview on #6FC6B5 background

This text has white color on #6FC6B5 background.