COLOR #6BC6BE

HEX: #6BC6BE
RGB: (107,198,190)

Color info

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

RGB color model

#6BC6BE color RGB value is (107,198,190).

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

RGB channels and saturation

R 107 of 255 = 42%
G 198 of 255 = 78%
B 190 of 255 = 75%

107
198
190

R + G + B ~ 65%. #6BC6BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 198 + 190 = 495 (100%)
R 107 of 495 ~ 21.62%
G 198 of 495 ~ 40%
B 190 of 495 ~ 38.38%

%21.62
%40
%38.38

CMYK color model

#6BC6BE color CMYK value is (46,0,4,22).

  • cyan value is 45.96%
  • magenta value is 0.00%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK:
(46,0,4,22)
C46M0Y4K22 
(46%,0%,4%,22%)
(0.46/0.00/0.04/0.22)	

CMYK percentages

%45.96
%0
%4.04
%22.35

Codes

Color #6BC6BE in popluar color models

6BC6BE
RGB107198190
HSL175°44.39%59.80%
HSB/HSV175°45.96%77.65%
CMYK45.96%0.00%4.04%
22.35%

Color #6BC6BE in popluar number systems.

HEX6BC6BE
Decimal107198190
Binary11010111100011010111110
Octal153306276

Shades and tints

Shades of #6BC6BE

#6BC6BE
(107,198,190)
#62B4AD
(98,180,173)
#59A29C
(89,162,156)
#50908B
(80,144,139)
#477E7A
(71,126,122)
#3E6C69
(62,108,105)
#355A58
(53,90,88)
#2C4847
(44,72,71)
#233636
(35,54,54)
#1A2425
(26,36,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #6BC6BE

#6BC6BE
(107,198,190)
#78CBC3
(120,203,195)
#85D0C8
(133,208,200)
#92D5CD
(146,213,205)
#9FDAD2
(159,218,210)
#ACDFD7
(172,223,215)
#B9E4DC
(185,228,220)
#C6E9E1
(198,233,225)
#D3EEE6
(211,238,230)
#E0F3EB
(224,243,235)
#EDF8F0
(237,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6BC6BE; }

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

This text font color is #6BC6BE.


Background Color

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

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

This div background color is #6BC6BE.


Border color

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

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

This div border color is #6BC6BE.


Opacity

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

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

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

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

This text has shadow with #6BC6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC6BE on black background.


Color preview on white background

This text has color #6BC6BE on white background.



Black color preview on #6BC6BE background

This text has black color on #6BC6BE background.


White color preview on #6BC6BE background

This text has white color on #6BC6BE background.