COLOR #6DA8B0

HEX: #6DA8B0
RGB: (109,168,176)

Color info

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

RGB color model

#6DA8B0 color RGB value is (109,168,176).

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

RGB channels and saturation

R 109 of 255 = 43%
G 168 of 255 = 66%
B 176 of 255 = 69%

109
168
176

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

Portions of RGB colors in percentages

R + G + B =
109 + 168 + 176 = 453 (100%)
R 109 of 453 ~ 24.06%
G 168 of 453 ~ 37.09%
B 176 of 453 ~ 38.85%

%24.06
%37.09
%38.85

CMYK color model

#6DA8B0 color CMYK value is (38,5,0,31).

  • cyan value is 38.07%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(38,5,0,31)
C38M5Y0K31 
(38%,5%,0%,31%)
(0.38/0.05/0.00/0.31)	

CMYK percentages

%38.07
%4.55
%0
%30.98

Codes

Color #6DA8B0 in popluar color models

6DA8B0
RGB109168176
HSL187°29.78%55.88%
HSB/HSV187°38.07%69.02%
CMYK38.07%4.55%0.00%
30.98%

Color #6DA8B0 in popluar number systems.

HEX6DA8B0
Decimal109168176
Binary11011011010100010110000
Octal155250260

Shades and tints

Shades of #6DA8B0

#6DA8B0
(109,168,176)
#6499A0
(100,153,160)
#5B8A90
(91,138,144)
#527B80
(82,123,128)
#496C70
(73,108,112)
#405D60
(64,93,96)
#374E50
(55,78,80)
#2E3F40
(46,63,64)
#253030
(37,48,48)
#1C2120
(28,33,32)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #6DA8B0

#6DA8B0
(109,168,176)
#7AAFB7
(122,175,183)
#87B6BE
(135,182,190)
#94BDC5
(148,189,197)
#A1C4CC
(161,196,204)
#AECBD3
(174,203,211)
#BBD2DA
(187,210,218)
#C8D9E1
(200,217,225)
#D5E0E8
(213,224,232)
#E2E7EF
(226,231,239)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DA8B0; }

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

This text font color is #6DA8B0.


Background Color

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

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

This div background color is #6DA8B0.


Border color

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

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

This div border color is #6DA8B0.


Opacity

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

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

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

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

This text has shadow with #6DA8B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DA8B0 on black background.


Color preview on white background

This text has color #6DA8B0 on white background.



Black color preview on #6DA8B0 background

This text has black color on #6DA8B0 background.


White color preview on #6DA8B0 background

This text has white color on #6DA8B0 background.