COLOR #6BC7DC

HEX: #6BC7DC
RGB: (107,199,220)

Color info

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

RGB color model

#6BC7DC color RGB value is (107,199,220).

  • red value is 107;
  • green value is 199;
  • blue value is 220.
RGB:
(107,199,220)
(42%,78%,86%)

RGB channels and saturation

R 107 of 255 = 42%
G 199 of 255 = 78%
B 220 of 255 = 86%

107
199
220

R + G + B ~ 69%. #6BC7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 199 + 220 = 526 (100%)
R 107 of 526 ~ 20.34%
G 199 of 526 ~ 37.83%
B 220 of 526 ~ 41.83%

%20.34
%37.83
%41.83

CMYK color model

#6BC7DC color CMYK value is (51,10,0,14).

  • cyan value is 51.36%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(51,10,0,14)
C51M10Y0K14 
(51%,10%,0%,14%)
(0.51/0.10/0.00/0.14)	

CMYK percentages

%51.36
%9.55
%0
%13.73

Codes

Color #6BC7DC in popluar color models

6BC7DC
RGB107199220
HSL191°61.75%64.12%
HSB/HSV191°51.36%86.27%
CMYK51.36%9.55%0.00%
13.73%

Color #6BC7DC in popluar number systems.

HEX6BC7DC
Decimal107199220
Binary11010111100011111011100
Octal153307334

Shades and tints

Shades of #6BC7DC

#6BC7DC
(107,199,220)
#62B5C8
(98,181,200)
#59A3B4
(89,163,180)
#5091A0
(80,145,160)
#477F8C
(71,127,140)
#3E6D78
(62,109,120)
#355B64
(53,91,100)
#2C4950
(44,73,80)
#23373C
(35,55,60)
#1A2528
(26,37,40)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #6BC7DC

#6BC7DC
(107,199,220)
#78CCDF
(120,204,223)
#85D1E2
(133,209,226)
#92D6E5
(146,214,229)
#9FDBE8
(159,219,232)
#ACE0EB
(172,224,235)
#B9E5EE
(185,229,238)
#C6EAF1
(198,234,241)
#D3EFF4
(211,239,244)
#E0F4F7
(224,244,247)
#EDF9FA
(237,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BC7DC color. Also use rgb(107,199,220) instead hex code.

Text Font Color

.myTextColor { color: #6BC7DC; }

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

This text font color is #6BC7DC.


Background Color

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

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

This div background color is #6BC7DC.


Border color

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

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

This div border color is #6BC7DC.


Opacity

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

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

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

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

This text has shadow with #6BC7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6BC7DC on black background.


Color preview on white background

This text has color #6BC7DC on white background.



Black color preview on #6BC7DC background

This text has black color on #6BC7DC background.


White color preview on #6BC7DC background

This text has white color on #6BC7DC background.