COLOR #6BC6CE

HEX: #6BC6CE
RGB: (107,198,206)

Color info

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

RGB color model

#6BC6CE color RGB value is (107,198,206).

  • red value is 107;
  • green value is 198;
  • blue value is 206.
RGB:
(107,198,206)
(42%,78%,81%)

RGB channels and saturation

R 107 of 255 = 42%
G 198 of 255 = 78%
B 206 of 255 = 81%

107
198
206

R + G + B ~ 67%. #6BC6CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 198 + 206 = 511 (100%)
R 107 of 511 ~ 20.94%
G 198 of 511 ~ 38.75%
B 206 of 511 ~ 40.31%

%20.94
%38.75
%40.31

CMYK color model

#6BC6CE color CMYK value is (48,4,0,19).

  • cyan value is 48.06%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(48,4,0,19)
C48M4Y0K19 
(48%,4%,0%,19%)
(0.48/0.04/0.00/0.19)	

CMYK percentages

%48.06
%3.88
%0
%19.22

Codes

Color #6BC6CE in popluar color models

6BC6CE
RGB107198206
HSL185°50.25%61.37%
HSB/HSV185°48.06%80.78%
CMYK48.06%3.88%0.00%
19.22%

Color #6BC6CE in popluar number systems.

HEX6BC6CE
Decimal107198206
Binary11010111100011011001110
Octal153306316

Shades and tints

Shades of #6BC6CE

#6BC6CE
(107,198,206)
#62B4BC
(98,180,188)
#59A2AA
(89,162,170)
#509098
(80,144,152)
#477E86
(71,126,134)
#3E6C74
(62,108,116)
#355A62
(53,90,98)
#2C4850
(44,72,80)
#23363E
(35,54,62)
#1A242C
(26,36,44)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #6BC6CE

#6BC6CE
(107,198,206)
#78CBD2
(120,203,210)
#85D0D6
(133,208,214)
#92D5DA
(146,213,218)
#9FDADE
(159,218,222)
#ACDFE2
(172,223,226)
#B9E4E6
(185,228,230)
#C6E9EA
(198,233,234)
#D3EEEE
(211,238,238)
#E0F3F2
(224,243,242)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC6CE color. Also use rgb(107,198,206) instead hex code.

Text Font Color

.myTextColor { color: #6BC6CE; }

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

This text font color is #6BC6CE.


Background Color

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

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

This div background color is #6BC6CE.


Border color

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

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

This div border color is #6BC6CE.


Opacity

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

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

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

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

This text has shadow with #6BC6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC6CE on black background.


Color preview on white background

This text has color #6BC6CE on white background.



Black color preview on #6BC6CE background

This text has black color on #6BC6CE background.


White color preview on #6BC6CE background

This text has white color on #6BC6CE background.