COLOR #6DAAB9

HEX: #6DAAB9
RGB: (109,170,185)

Color info

#6DAAB9 contains mainly green and blue colors. Web safe color of #6DAAB9 is #6699CC (or #69C).

RGB color model

#6DAAB9 color RGB value is (109,170,185).

  • red value is 109;
  • green value is 170;
  • blue value is 185.
RGB:
(109,170,185)
(43%,67%,73%)

RGB channels and saturation

R 109 of 255 = 43%
G 170 of 255 = 67%
B 185 of 255 = 73%

109
170
185

R + G + B ~ 61%. #6DAAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 170 + 185 = 464 (100%)
R 109 of 464 ~ 23.49%
G 170 of 464 ~ 36.64%
B 185 of 464 ~ 39.87%

%23.49
%36.64
%39.87

CMYK color model

#6DAAB9 color CMYK value is (41,8,0,27).

  • cyan value is 41.08%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(41,8,0,27)
C41M8Y0K27 
(41%,8%,0%,27%)
(0.41/0.08/0.00/0.27)	

CMYK percentages

%41.08
%8.11
%0
%27.45

Codes

Color #6DAAB9 in popluar color models

6DAAB9
RGB109170185
HSL192°35.19%57.65%
HSB/HSV192°41.08%72.55%
CMYK41.08%8.11%0.00%
27.45%

Color #6DAAB9 in popluar number systems.

HEX6DAAB9
Decimal109170185
Binary11011011010101010111001
Octal155252271

Shades and tints

Shades of #6DAAB9

#6DAAB9
(109,170,185)
#649BA9
(100,155,169)
#5B8C99
(91,140,153)
#527D89
(82,125,137)
#496E79
(73,110,121)
#405F69
(64,95,105)
#375059
(55,80,89)
#2E4149
(46,65,73)
#253239
(37,50,57)
#1C2329
(28,35,41)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #6DAAB9

#6DAAB9
(109,170,185)
#7AB1BF
(122,177,191)
#87B8C5
(135,184,197)
#94BFCB
(148,191,203)
#A1C6D1
(161,198,209)
#AECDD7
(174,205,215)
#BBD4DD
(187,212,221)
#C8DBE3
(200,219,227)
#D5E2E9
(213,226,233)
#E2E9EF
(226,233,239)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAAB9 color. Also use rgb(109,170,185) instead hex code.

Text Font Color

.myTextColor { color: #6DAAB9; }

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

This text font color is #6DAAB9.


Background Color

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

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

This div background color is #6DAAB9.


Border color

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

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

This div border color is #6DAAB9.


Opacity

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

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

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

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

This text has shadow with #6DAAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DAAB9 on black background.


Color preview on white background

This text has color #6DAAB9 on white background.



Black color preview on #6DAAB9 background

This text has black color on #6DAAB9 background.


White color preview on #6DAAB9 background

This text has white color on #6DAAB9 background.