COLOR #6DABDF

HEX: #6DABDF
RGB: (109,171,223)

Color info

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

RGB color model

#6DABDF color RGB value is (109,171,223).

  • red value is 109;
  • green value is 171;
  • blue value is 223.
RGB:
(109,171,223)
(43%,67%,87%)

RGB channels and saturation

R 109 of 255 = 43%
G 171 of 255 = 67%
B 223 of 255 = 87%

109
171
223

R + G + B ~ 66%. #6DABDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 171 + 223 = 503 (100%)
R 109 of 503 ~ 21.67%
G 171 of 503 ~ 34%
B 223 of 503 ~ 44.33%

%21.67
%34
%44.33

CMYK color model

#6DABDF color CMYK value is (51,23,0,13).

  • cyan value is 51.12%
  • magenta value is 23.32%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(51,23,0,13)
C51M23Y0K13 
(51%,23%,0%,13%)
(0.51/0.23/0.00/0.13)	

CMYK percentages

%51.12
%23.32
%0
%12.55

Codes

Color #6DABDF in popluar color models

6DABDF
RGB109171223
HSL207°64.04%65.10%
HSB/HSV207°51.12%87.45%
CMYK51.12%23.32%0.00%
12.55%

Color #6DABDF in popluar number systems.

HEX6DABDF
Decimal109171223
Binary11011011010101111011111
Octal155253337

Shades and tints

Shades of #6DABDF

#6DABDF
(109,171,223)
#649CCB
(100,156,203)
#5B8DB7
(91,141,183)
#527EA3
(82,126,163)
#496F8F
(73,111,143)
#40607B
(64,96,123)
#375167
(55,81,103)
#2E4253
(46,66,83)
#25333F
(37,51,63)
#1C242B
(28,36,43)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #6DABDF

#6DABDF
(109,171,223)
#7AB2E1
(122,178,225)
#87B9E3
(135,185,227)
#94C0E5
(148,192,229)
#A1C7E7
(161,199,231)
#AECEE9
(174,206,233)
#BBD5EB
(187,213,235)
#C8DCED
(200,220,237)
#D5E3EF
(213,227,239)
#E2EAF1
(226,234,241)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DABDF color. Also use rgb(109,171,223) instead hex code.

Text Font Color

.myTextColor { color: #6DABDF; }

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

This text font color is #6DABDF.


Background Color

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

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

This div background color is #6DABDF.


Border color

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

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

This div border color is #6DABDF.


Opacity

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

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

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

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

This text has shadow with #6DABDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DABDF on black background.


Color preview on white background

This text has color #6DABDF on white background.



Black color preview on #6DABDF background

This text has black color on #6DABDF background.


White color preview on #6DABDF background

This text has white color on #6DABDF background.