COLOR #6DB6CB

HEX: #6DB6CB
RGB: (109,182,203)

Color info

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

RGB color model

#6DB6CB color RGB value is (109,182,203).

  • red value is 109;
  • green value is 182;
  • blue value is 203.
RGB:
(109,182,203)
(43%,71%,80%)

RGB channels and saturation

R 109 of 255 = 43%
G 182 of 255 = 71%
B 203 of 255 = 80%

109
182
203

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

Portions of RGB colors in percentages

R + G + B =
109 + 182 + 203 = 494 (100%)
R 109 of 494 ~ 22.06%
G 182 of 494 ~ 36.84%
B 203 of 494 ~ 41.09%

%22.06
%36.84
%41.09

CMYK color model

#6DB6CB color CMYK value is (46,10,0,20).

  • cyan value is 46.31%
  • magenta value is 10.34%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(46,10,0,20)
C46M10Y0K20 
(46%,10%,0%,20%)
(0.46/0.10/0.00/0.20)	

CMYK percentages

%46.31
%10.34
%0
%20.39

Codes

Color #6DB6CB in popluar color models

6DB6CB
RGB109182203
HSL193°47.47%61.18%
HSB/HSV193°46.31%79.61%
CMYK46.31%10.34%0.00%
20.39%

Color #6DB6CB in popluar number systems.

HEX6DB6CB
Decimal109182203
Binary11011011011011011001011
Octal155266313

Shades and tints

Shades of #6DB6CB

#6DB6CB
(109,182,203)
#64A6B9
(100,166,185)
#5B96A7
(91,150,167)
#528695
(82,134,149)
#497683
(73,118,131)
#406671
(64,102,113)
#37565F
(55,86,95)
#2E464D
(46,70,77)
#25363B
(37,54,59)
#1C2629
(28,38,41)
#131617
(19,22,23)
#000000
(0,0,0)

Tints of #6DB6CB

#6DB6CB
(109,182,203)
#7ABCCF
(122,188,207)
#87C2D3
(135,194,211)
#94C8D7
(148,200,215)
#A1CEDB
(161,206,219)
#AED4DF
(174,212,223)
#BBDAE3
(187,218,227)
#C8E0E7
(200,224,231)
#D5E6EB
(213,230,235)
#E2ECEF
(226,236,239)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB6CB color. Also use rgb(109,182,203) instead hex code.

Text Font Color

.myTextColor { color: #6DB6CB; }

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

This text font color is #6DB6CB.


Background Color

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

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

This div background color is #6DB6CB.


Border color

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

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

This div border color is #6DB6CB.


Opacity

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

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

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

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

This text has shadow with #6DB6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB6CB on black background.


Color preview on white background

This text has color #6DB6CB on white background.



Black color preview on #6DB6CB background

This text has black color on #6DB6CB background.


White color preview on #6DB6CB background

This text has white color on #6DB6CB background.