COLOR #6DB0AF

HEX: #6DB0AF
RGB: (109,176,175)

Color info

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

RGB color model

#6DB0AF color RGB value is (109,176,175).

  • red value is 109;
  • green value is 176;
  • blue value is 175.
RGB:
(109,176,175)
(43%,69%,69%)

RGB channels and saturation

R 109 of 255 = 43%
G 176 of 255 = 69%
B 175 of 255 = 69%

109
176
175

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

Portions of RGB colors in percentages

R + G + B =
109 + 176 + 175 = 460 (100%)
R 109 of 460 ~ 23.7%
G 176 of 460 ~ 38.26%
B 175 of 460 ~ 38.04%

%23.7
%38.26
%38.04

CMYK color model

#6DB0AF color CMYK value is (38,0,1,31).

  • cyan value is 38.07%
  • magenta value is 0.00%
  • yellow value is 0.57%
  • key color value is 30.98%
CMYK:
(38,0,1,31)
C38M0Y1K31 
(38%,0%,1%,31%)
(0.38/0.00/0.01/0.31)	

CMYK percentages

%38.07
%0
%0.57
%30.98

Codes

Color #6DB0AF in popluar color models

6DB0AF
RGB109176175
HSL179°29.78%55.88%
HSB/HSV179°38.07%69.02%
CMYK38.07%0.00%0.57%
30.98%

Color #6DB0AF in popluar number systems.

HEX6DB0AF
Decimal109176175
Binary11011011011000010101111
Octal155260257

Shades and tints

Shades of #6DB0AF

#6DB0AF
(109,176,175)
#64A0A0
(100,160,160)
#5B9091
(91,144,145)
#528082
(82,128,130)
#497073
(73,112,115)
#406064
(64,96,100)
#375055
(55,80,85)
#2E4046
(46,64,70)
#253037
(37,48,55)
#1C2028
(28,32,40)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #6DB0AF

#6DB0AF
(109,176,175)
#7AB7B6
(122,183,182)
#87BEBD
(135,190,189)
#94C5C4
(148,197,196)
#A1CCCB
(161,204,203)
#AED3D2
(174,211,210)
#BBDAD9
(187,218,217)
#C8E1E0
(200,225,224)
#D5E8E7
(213,232,231)
#E2EFEE
(226,239,238)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB0AF color. Also use rgb(109,176,175) instead hex code.

Text Font Color

.myTextColor { color: #6DB0AF; }

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

This text font color is #6DB0AF.


Background Color

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

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

This div background color is #6DB0AF.


Border color

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

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

This div border color is #6DB0AF.


Opacity

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

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

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

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

This text has shadow with #6DB0AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB0AF on black background.


Color preview on white background

This text has color #6DB0AF on white background.



Black color preview on #6DB0AF background

This text has black color on #6DB0AF background.


White color preview on #6DB0AF background

This text has white color on #6DB0AF background.