COLOR #6FC3B5

HEX: #6FC3B5 RGB: (111,195,181)

Color info

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

RGB color model

#6FC3B5 color RGB value is (111,195,181).

RGB: (111,195,181) (44%, 76%, 71%)

RGB channels and saturation

R 111 of 255 = 44%
G 195 of 255 = 76%
B 181 of 255 = 71%

111
195
181

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

Portions of RGB colors in percentages

R + G + B = 111 + 195 + 181 = 487 (100%)
R 111 of 487 ~ 22.79%
G 195 of 487 ~ 40.04%
B 181 of 487 ~ 37.17'%

%22.79
%40.04
%37.17

CMYK color model

#6FC3B5 color CMYK value is (43,0,7,24).

  • cyan value is 43.08%
  • magenta value is 0.00%
  • yellow value is 7.18%
  • key color value is 23.53%

CMYK: (43,0,7,24)
C43M0Y7K24 (43%, 0%, 7%, 24%)
(0.43 / 0.00 / 0.07 / 0.24)

CMYK percentages

%43.08
%0
%7.18
%23.53

Codes

Color #6FC3B5 in popluar color models

6F C3 B5
RGB 111 195 181
HSL 170° 41.18% 60.00%
HSB/HSV 170° 43.08% 76.47%
CMYK 43.08% 0.00% 7.18%
23.53%

Color #6FC3B5 in popluar number systems.

HEX 6F C3 B5
Decimal 111 195 181
Binary 1101111 11000011 10110101
Octal 157 303 265

Shades and tints

Shades of #6FC3B5

#6FC3B5
(111,195,181)
#65B2A5
(101,178,165)
#5BA195
(91,161,149)
#519085
(81,144,133)
#477F75
(71,127,117)
#3D6E65
(61,110,101)
#335D55
(51,93,85)
#294C45
(41,76,69)
#1F3B35
(31,59,53)
#152A25
(21,42,37)
#0B1915
(11,25,21)
#000000
(0,0,0)

Tints of #6FC3B5

#6FC3B5
(111,195,181)
#7CC8BB
(124,200,187)
#89CDC1
(137,205,193)
#96D2C7
(150,210,199)
#A3D7CD
(163,215,205)
#B0DCD3
(176,220,211)
#BDE1D9
(189,225,217)
#CAE6DF
(202,230,223)
#D7EBE5
(215,235,229)
#E4F0EB
(228,240,235)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6FC3B5; }

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

This text font color is #6FC3B5.

Background Color

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

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

This div background color is #6FC3B5.

Border color

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

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

This div border color is #6FC3B5.

Opacity

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

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

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

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

This text has shadow with #6FC3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6FC3B5.

Preview

Color preview on black background

This text has color #6FC3B5 on black background.


Color preview on white background

This text has color #6FC3B5 on white background.


Black color preview on #6FC3B5 background

This text has black color on #6FC3B5 background.


White color preview on #6FC3B5 background

This text has white color on #6FC3B5 background.


Related colors

Complementary color

Complementary color for #hex is #903C4A.


I love getcolorcode.com

Triadic colors

1 #B56FC3 and #C3B56F with #6FC3B5 are triadic colors.

2 #B5C36F and #C36FB5 with #6FC3B5 are triadic colors.