COLOR #6DA788

HEX: #6DA788
RGB: (109,167,136)

Color info

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

RGB color model

#6DA788 color RGB value is (109,167,136).

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

RGB channels and saturation

R 109 of 255 = 43%
G 167 of 255 = 65%
B 136 of 255 = 53%

109
167
136

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

Portions of RGB colors in percentages

R + G + B =
109 + 167 + 136 = 412 (100%)
R 109 of 412 ~ 26.46%
G 167 of 412 ~ 40.53%
B 136 of 412 ~ 33.01%

%26.46
%40.53
%33.01

CMYK color model

#6DA788 color CMYK value is (35,0,19,35).

  • cyan value is 34.73%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 34.51%
CMYK:
(35,0,19,35)
C35M0Y19K35 
(35%,0%,19%,35%)
(0.35/0.00/0.19/0.35)	

CMYK percentages

%34.73
%0
%18.56
%34.51

Codes

Color #6DA788 in popluar color models

6DA788
RGB109167136
HSL148°24.79%54.12%
HSB/HSV148°34.73%65.49%
CMYK34.73%0.00%18.56%
34.51%

Color #6DA788 in popluar number systems.

HEX6DA788
Decimal109167136
Binary11011011010011110001000
Octal155247210

Shades and tints

Shades of #6DA788

#6DA788
(109,167,136)
#64987C
(100,152,124)
#5B8970
(91,137,112)
#527A64
(82,122,100)
#496B58
(73,107,88)
#405C4C
(64,92,76)
#374D40
(55,77,64)
#2E3E34
(46,62,52)
#252F28
(37,47,40)
#1C201C
(28,32,28)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #6DA788

#6DA788
(109,167,136)
#7AAF92
(122,175,146)
#87B79C
(135,183,156)
#94BFA6
(148,191,166)
#A1C7B0
(161,199,176)
#AECFBA
(174,207,186)
#BBD7C4
(187,215,196)
#C8DFCE
(200,223,206)
#D5E7D8
(213,231,216)
#E2EFE2
(226,239,226)
#EFF7EC
(239,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA788; }

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

This text font color is #6DA788.


Background Color

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

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

This div background color is #6DA788.


Border color

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

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

This div border color is #6DA788.


Opacity

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

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

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

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

This text has shadow with #6DA788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA788 on black background.


Color preview on white background

This text has color #6DA788 on white background.



Black color preview on #6DA788 background

This text has black color on #6DA788 background.


White color preview on #6DA788 background

This text has white color on #6DA788 background.