COLOR #6DA894

HEX: #6DA894
RGB: (109,168,148)

Color info

#6DA894 contains red, green and blue colors in about the same proportion. Web safe color of #6DA894 is #669999 (or #699).

RGB color model

#6DA894 color RGB value is (109,168,148).

  • red value is 109;
  • green value is 168;
  • blue value is 148.
RGB:
(109,168,148)
(43%,66%,58%)

RGB channels and saturation

R 109 of 255 = 43%
G 168 of 255 = 66%
B 148 of 255 = 58%

109
168
148

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

Portions of RGB colors in percentages

R + G + B =
109 + 168 + 148 = 425 (100%)
R 109 of 425 ~ 25.65%
G 168 of 425 ~ 39.53%
B 148 of 425 ~ 34.82%

%25.65
%39.53
%34.82

CMYK color model

#6DA894 color CMYK value is (35,0,12,34).

  • cyan value is 35.12%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 34.12%
CMYK:
(35,0,12,34)
C35M0Y12K34 
(35%,0%,12%,34%)
(0.35/0.00/0.12/0.34)	

CMYK percentages

%35.12
%0
%11.9
%34.12

Codes

Color #6DA894 in popluar color models

6DA894
RGB109168148
HSL160°25.32%54.31%
HSB/HSV160°35.12%65.88%
CMYK35.12%0.00%11.90%
34.12%

Color #6DA894 in popluar number systems.

HEX6DA894
Decimal109168148
Binary11011011010100010010100
Octal155250224

Shades and tints

Shades of #6DA894

#6DA894
(109,168,148)
#649987
(100,153,135)
#5B8A7A
(91,138,122)
#527B6D
(82,123,109)
#496C60
(73,108,96)
#405D53
(64,93,83)
#374E46
(55,78,70)
#2E3F39
(46,63,57)
#25302C
(37,48,44)
#1C211F
(28,33,31)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #6DA894

#6DA894
(109,168,148)
#7AAF9D
(122,175,157)
#87B6A6
(135,182,166)
#94BDAF
(148,189,175)
#A1C4B8
(161,196,184)
#AECBC1
(174,203,193)
#BBD2CA
(187,210,202)
#C8D9D3
(200,217,211)
#D5E0DC
(213,224,220)
#E2E7E5
(226,231,229)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA894 color. Also use rgb(109,168,148) instead hex code.

Text Font Color

.myTextColor { color: #6DA894; }

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

This text font color is #6DA894.


Background Color

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

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

This div background color is #6DA894.


Border color

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

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

This div border color is #6DA894.


Opacity

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

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

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

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

This text has shadow with #6DA894 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA894 on black background.


Color preview on white background

This text has color #6DA894 on white background.



Black color preview on #6DA894 background

This text has black color on #6DA894 background.


White color preview on #6DA894 background

This text has white color on #6DA894 background.