COLOR #6BC0B7

HEX: #6BC0B7
RGB: (107,192,183)

Color info

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

RGB color model

#6BC0B7 color RGB value is (107,192,183).

  • red value is 107;
  • green value is 192;
  • blue value is 183.
RGB:
(107,192,183)
(42%,75%,72%)

RGB channels and saturation

R 107 of 255 = 42%
G 192 of 255 = 75%
B 183 of 255 = 72%

107
192
183

R + G + B ~ 63%. #6BC0B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 192 + 183 = 482 (100%)
R 107 of 482 ~ 22.2%
G 192 of 482 ~ 39.83%
B 183 of 482 ~ 37.97%

%22.2
%39.83
%37.97

CMYK color model

#6BC0B7 color CMYK value is (44,0,5,25).

  • cyan value is 44.27%
  • magenta value is 0.00%
  • yellow value is 4.69%
  • key color value is 24.71%
CMYK:
(44,0,5,25)
C44M0Y5K25 
(44%,0%,5%,25%)
(0.44/0.00/0.05/0.25)	

CMYK percentages

%44.27
%0
%4.69
%24.71

Codes

Color #6BC0B7 in popluar color models

6BC0B7
RGB107192183
HSL174°40.28%58.63%
HSB/HSV174°44.27%75.29%
CMYK44.27%0.00%4.69%
24.71%

Color #6BC0B7 in popluar number systems.

HEX6BC0B7
Decimal107192183
Binary11010111100000010110111
Octal153300267

Shades and tints

Shades of #6BC0B7

#6BC0B7
(107,192,183)
#62AFA7
(98,175,167)
#599E97
(89,158,151)
#508D87
(80,141,135)
#477C77
(71,124,119)
#3E6B67
(62,107,103)
#355A57
(53,90,87)
#2C4947
(44,73,71)
#233837
(35,56,55)
#1A2727
(26,39,39)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #6BC0B7

#6BC0B7
(107,192,183)
#78C5BD
(120,197,189)
#85CAC3
(133,202,195)
#92CFC9
(146,207,201)
#9FD4CF
(159,212,207)
#ACD9D5
(172,217,213)
#B9DEDB
(185,222,219)
#C6E3E1
(198,227,225)
#D3E8E7
(211,232,231)
#E0EDED
(224,237,237)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC0B7 color. Also use rgb(107,192,183) instead hex code.

Text Font Color

.myTextColor { color: #6BC0B7; }

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

This text font color is #6BC0B7.


Background Color

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

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

This div background color is #6BC0B7.


Border color

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

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

This div border color is #6BC0B7.


Opacity

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

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

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

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

This text has shadow with #6BC0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC0B7 on black background.


Color preview on white background

This text has color #6BC0B7 on white background.



Black color preview on #6BC0B7 background

This text has black color on #6BC0B7 background.


White color preview on #6BC0B7 background

This text has white color on #6BC0B7 background.