COLOR #6DB1BD

HEX: #6DB1BD
RGB: (109,177,189)

Color info

#6DB1BD contains mainly green and blue colors. Web safe color of #6DB1BD is #6699CC (or #69C).

RGB color model

#6DB1BD color RGB value is (109,177,189).

  • red value is 109;
  • green value is 177;
  • blue value is 189.
RGB:
(109,177,189)
(43%,69%,74%)

RGB channels and saturation

R 109 of 255 = 43%
G 177 of 255 = 69%
B 189 of 255 = 74%

109
177
189

R + G + B ~ 62%. #6DB1BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 177 + 189 = 475 (100%)
R 109 of 475 ~ 22.95%
G 177 of 475 ~ 37.26%
B 189 of 475 ~ 39.79%

%22.95
%37.26
%39.79

CMYK color model

#6DB1BD color CMYK value is (42,6,0,26).

  • cyan value is 42.33%
  • magenta value is 6.35%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(42,6,0,26)
C42M6Y0K26 
(42%,6%,0%,26%)
(0.42/0.06/0.00/0.26)	

CMYK percentages

%42.33
%6.35
%0
%25.88

Codes

Color #6DB1BD in popluar color models

6DB1BD
RGB109177189
HSL189°37.74%58.43%
HSB/HSV189°42.33%74.12%
CMYK42.33%6.35%0.00%
25.88%

Color #6DB1BD in popluar number systems.

HEX6DB1BD
Decimal109177189
Binary11011011011000110111101
Octal155261275

Shades and tints

Shades of #6DB1BD

#6DB1BD
(109,177,189)
#64A1AC
(100,161,172)
#5B919B
(91,145,155)
#52818A
(82,129,138)
#497179
(73,113,121)
#406168
(64,97,104)
#375157
(55,81,87)
#2E4146
(46,65,70)
#253135
(37,49,53)
#1C2124
(28,33,36)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #6DB1BD

#6DB1BD
(109,177,189)
#7AB8C3
(122,184,195)
#87BFC9
(135,191,201)
#94C6CF
(148,198,207)
#A1CDD5
(161,205,213)
#AED4DB
(174,212,219)
#BBDBE1
(187,219,225)
#C8E2E7
(200,226,231)
#D5E9ED
(213,233,237)
#E2F0F3
(226,240,243)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB1BD color. Also use rgb(109,177,189) instead hex code.

Text Font Color

.myTextColor { color: #6DB1BD; }

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

This text font color is #6DB1BD.


Background Color

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

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

This div background color is #6DB1BD.


Border color

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

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

This div border color is #6DB1BD.


Opacity

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

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

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

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

This text has shadow with #6DB1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB1BD on black background.


Color preview on white background

This text has color #6DB1BD on white background.



Black color preview on #6DB1BD background

This text has black color on #6DB1BD background.


White color preview on #6DB1BD background

This text has white color on #6DB1BD background.