COLOR #6DB099

HEX: #6DB099
RGB: (109,176,153)

Color info

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

RGB color model

#6DB099 color RGB value is (109,176,153).

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

RGB channels and saturation

R 109 of 255 = 43%
G 176 of 255 = 69%
B 153 of 255 = 60%

109
176
153

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

Portions of RGB colors in percentages

R + G + B =
109 + 176 + 153 = 438 (100%)
R 109 of 438 ~ 24.89%
G 176 of 438 ~ 40.18%
B 153 of 438 ~ 34.93%

%24.89
%40.18
%34.93

CMYK color model

#6DB099 color CMYK value is (38,0,13,31).

  • cyan value is 38.07%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 30.98%
CMYK:
(38,0,13,31)
C38M0Y13K31 
(38%,0%,13%,31%)
(0.38/0.00/0.13/0.31)	

CMYK percentages

%38.07
%0
%13.07
%30.98

Codes

Color #6DB099 in popluar color models

6DB099
RGB109176153
HSL159°29.78%55.88%
HSB/HSV159°38.07%69.02%
CMYK38.07%0.00%13.07%
30.98%

Color #6DB099 in popluar number systems.

HEX6DB099
Decimal109176153
Binary11011011011000010011001
Octal155260231

Shades and tints

Shades of #6DB099

#6DB099
(109,176,153)
#64A08C
(100,160,140)
#5B907F
(91,144,127)
#528072
(82,128,114)
#497065
(73,112,101)
#406058
(64,96,88)
#37504B
(55,80,75)
#2E403E
(46,64,62)
#253031
(37,48,49)
#1C2024
(28,32,36)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #6DB099

#6DB099
(109,176,153)
#7AB7A2
(122,183,162)
#87BEAB
(135,190,171)
#94C5B4
(148,197,180)
#A1CCBD
(161,204,189)
#AED3C6
(174,211,198)
#BBDACF
(187,218,207)
#C8E1D8
(200,225,216)
#D5E8E1
(213,232,225)
#E2EFEA
(226,239,234)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DB099; }

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

This text font color is #6DB099.


Background Color

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

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

This div background color is #6DB099.


Border color

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

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

This div border color is #6DB099.


Opacity

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

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

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

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

This text has shadow with #6DB099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB099 on black background.


Color preview on white background

This text has color #6DB099 on white background.



Black color preview on #6DB099 background

This text has black color on #6DB099 background.


White color preview on #6DB099 background

This text has white color on #6DB099 background.