COLOR #6DA088

HEX: #6DA088
RGB: (109,160,136)

Color info

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

RGB color model

#6DA088 color RGB value is (109,160,136).

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

RGB channels and saturation

R 109 of 255 = 43%
G 160 of 255 = 63%
B 136 of 255 = 53%

109
160
136

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

Portions of RGB colors in percentages

R + G + B =
109 + 160 + 136 = 405 (100%)
R 109 of 405 ~ 26.91%
G 160 of 405 ~ 39.51%
B 136 of 405 ~ 33.58%

%26.91
%39.51
%33.58

CMYK color model

#6DA088 color CMYK value is (32,0,15,37).

  • cyan value is 31.88%
  • magenta value is 0.00%
  • yellow value is 15.00%
  • key color value is 37.25%
CMYK:
(32,0,15,37)
C32M0Y15K37 
(32%,0%,15%,37%)
(0.32/0.00/0.15/0.37)	

CMYK percentages

%31.88
%0
%15
%37.25

Codes

Color #6DA088 in popluar color models

6DA088
RGB109160136
HSL152°21.16%52.75%
HSB/HSV152°31.88%62.75%
CMYK31.88%0.00%15.00%
37.25%

Color #6DA088 in popluar number systems.

HEX6DA088
Decimal109160136
Binary11011011010000010001000
Octal155240210

Shades and tints

Shades of #6DA088

#6DA088
(109,160,136)
#64927C
(100,146,124)
#5B8470
(91,132,112)
#527664
(82,118,100)
#496858
(73,104,88)
#405A4C
(64,90,76)
#374C40
(55,76,64)
#2E3E34
(46,62,52)
#253028
(37,48,40)
#1C221C
(28,34,28)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #6DA088

#6DA088
(109,160,136)
#7AA892
(122,168,146)
#87B09C
(135,176,156)
#94B8A6
(148,184,166)
#A1C0B0
(161,192,176)
#AEC8BA
(174,200,186)
#BBD0C4
(187,208,196)
#C8D8CE
(200,216,206)
#D5E0D8
(213,224,216)
#E2E8E2
(226,232,226)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA088; }

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

This text font color is #6DA088.


Background Color

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

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

This div background color is #6DA088.


Border color

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

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

This div border color is #6DA088.


Opacity

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

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

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

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

This text has shadow with #6DA088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA088 on black background.


Color preview on white background

This text has color #6DA088 on white background.



Black color preview on #6DA088 background

This text has black color on #6DA088 background.


White color preview on #6DA088 background

This text has white color on #6DA088 background.