COLOR #6DB2A0

HEX: #6DB2A0
RGB: (109,178,160)

Color info

#6DB2A0 contains mainly green and blue colors. Web safe color of #6DB2A0 is #669999 (or #699).

RGB color model

#6DB2A0 color RGB value is (109,178,160).

  • red value is 109;
  • green value is 178;
  • blue value is 160.
RGB:
(109,178,160)
(43%,70%,63%)

RGB channels and saturation

R 109 of 255 = 43%
G 178 of 255 = 70%
B 160 of 255 = 63%

109
178
160

R + G + B ~ 59%. #6DB2A0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
109 + 178 + 160 = 447 (100%)
R 109 of 447 ~ 24.38%
G 178 of 447 ~ 39.82%
B 160 of 447 ~ 35.79%

%24.38
%39.82
%35.79

CMYK color model

#6DB2A0 color CMYK value is (39,0,10,30).

  • cyan value is 38.76%
  • magenta value is 0.00%
  • yellow value is 10.11%
  • key color value is 30.20%
CMYK:
(39,0,10,30)
C39M0Y10K30 
(39%,0%,10%,30%)
(0.39/0.00/0.10/0.30)	

CMYK percentages

%38.76
%0
%10.11
%30.2

Codes

Color #6DB2A0 in popluar color models

6DB2A0
RGB109178160
HSL164°30.94%56.27%
HSB/HSV164°38.76%69.80%
CMYK38.76%0.00%10.11%
30.20%

Color #6DB2A0 in popluar number systems.

HEX6DB2A0
Decimal109178160
Binary11011011011001010100000
Octal155262240

Shades and tints

Shades of #6DB2A0

#6DB2A0
(109,178,160)
#64A292
(100,162,146)
#5B9284
(91,146,132)
#528276
(82,130,118)
#497268
(73,114,104)
#40625A
(64,98,90)
#37524C
(55,82,76)
#2E423E
(46,66,62)
#253230
(37,50,48)
#1C2222
(28,34,34)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #6DB2A0

#6DB2A0
(109,178,160)
#7AB9A8
(122,185,168)
#87C0B0
(135,192,176)
#94C7B8
(148,199,184)
#A1CEC0
(161,206,192)
#AED5C8
(174,213,200)
#BBDCD0
(187,220,208)
#C8E3D8
(200,227,216)
#D5EAE0
(213,234,224)
#E2F1E8
(226,241,232)
#EFF8F0
(239,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB2A0 color. Also use rgb(109,178,160) instead hex code.

Text Font Color

.myTextColor { color: #6DB2A0; }

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

This text font color is #6DB2A0.


Background Color

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

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

This div background color is #6DB2A0.


Border color

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

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

This div border color is #6DB2A0.


Opacity

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

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

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

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

This text has shadow with #6DB2A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB2A0 on black background.


Color preview on white background

This text has color #6DB2A0 on white background.



Black color preview on #6DB2A0 background

This text has black color on #6DB2A0 background.


White color preview on #6DB2A0 background

This text has white color on #6DB2A0 background.