COLOR #6DAF8C

HEX: #6DAF8C
RGB: (109,175,140)

Color info

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

RGB color model

#6DAF8C color RGB value is (109,175,140).

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

RGB channels and saturation

R 109 of 255 = 43%
G 175 of 255 = 69%
B 140 of 255 = 55%

109
175
140

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

Portions of RGB colors in percentages

R + G + B =
109 + 175 + 140 = 424 (100%)
R 109 of 424 ~ 25.71%
G 175 of 424 ~ 41.27%
B 140 of 424 ~ 33.02%

%25.71
%41.27
%33.02

CMYK color model

#6DAF8C color CMYK value is (38,0,20,31).

  • cyan value is 37.71%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 31.37%
CMYK:
(38,0,20,31)
C38M0Y20K31 
(38%,0%,20%,31%)
(0.38/0.00/0.20/0.31)	

CMYK percentages

%37.71
%0
%20
%31.37

Codes

Color #6DAF8C in popluar color models

6DAF8C
RGB109175140
HSL148°29.20%55.69%
HSB/HSV148°37.71%68.63%
CMYK37.71%0.00%20.00%
31.37%

Color #6DAF8C in popluar number systems.

HEX6DAF8C
Decimal109175140
Binary11011011010111110001100
Octal155257214

Shades and tints

Shades of #6DAF8C

#6DAF8C
(109,175,140)
#64A080
(100,160,128)
#5B9174
(91,145,116)
#528268
(82,130,104)
#49735C
(73,115,92)
#406450
(64,100,80)
#375544
(55,85,68)
#2E4638
(46,70,56)
#25372C
(37,55,44)
#1C2820
(28,40,32)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #6DAF8C

#6DAF8C
(109,175,140)
#7AB696
(122,182,150)
#87BDA0
(135,189,160)
#94C4AA
(148,196,170)
#A1CBB4
(161,203,180)
#AED2BE
(174,210,190)
#BBD9C8
(187,217,200)
#C8E0D2
(200,224,210)
#D5E7DC
(213,231,220)
#E2EEE6
(226,238,230)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DAF8C; }

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

This text font color is #6DAF8C.


Background Color

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

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

This div background color is #6DAF8C.


Border color

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

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

This div border color is #6DAF8C.


Opacity

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

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

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

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

This text has shadow with #6DAF8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAF8C on black background.


Color preview on white background

This text has color #6DAF8C on white background.



Black color preview on #6DAF8C background

This text has black color on #6DAF8C background.


White color preview on #6DAF8C background

This text has white color on #6DAF8C background.