COLOR #6DA6F6

HEX: #6DA6F6 RGB: (109,166,246)

Color info

#6DA6F6 contains mainly blue color. Web safe color of #6DA6F6 is #6699FF (or #69F).

RGB color model

#6DA6F6 color RGB value is (109,166,246).

RGB: (109,166,246) (43%, 65%, 96%)

RGB channels and saturation

R 109 of 255 = 43%
G 166 of 255 = 65%
B 246 of 255 = 96%

109
166
246

R + G + B ~ 68%. #6DA6F6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 166 + 246 = 521 (100%)
R 109 of 521 ~ 20.92%
G 166 of 521 ~ 31.86%
B 246 of 521 ~ 47.22'%

%20.92
%31.86
%47.22

CMYK color model

#6DA6F6 color CMYK value is (56,33,0,4).

  • cyan value is 55.69%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (56,33,0,4)
C56M33Y0K4 (56%, 33%, 0%, 4%)
(0.56 / 0.33 / 0.00 / 0.04)

CMYK percentages

%55.69
%32.52
%0
%3.53

Codes

Color #6DA6F6 in popluar color models

6D A6 F6
RGB 109 166 246
HSL 215° 88.39% 69.61%
HSB/HSV 215° 55.69% 96.47%
CMYK 55.69% 32.52% 0.00%
3.53%

Color #6DA6F6 in popluar number systems.

HEX 6D A6 F6
Decimal 109 166 246
Binary 1101101 10100110 11110110
Octal 155 246 366

Shades and tints

Shades of #6DA6F6

#6DA6F6
(109,166,246)
#6497E0
(100,151,224)
#5B88CA
(91,136,202)
#5279B4
(82,121,180)
#496A9E
(73,106,158)
#405B88
(64,91,136)
#374C72
(55,76,114)
#2E3D5C
(46,61,92)
#252E46
(37,46,70)
#1C1F30
(28,31,48)
#13101A
(19,16,26)
#000000
(0,0,0)

Tints of #6DA6F6

#6DA6F6
(109,166,246)
#7AAEF6
(122,174,246)
#87B6F6
(135,182,246)
#94BEF6
(148,190,246)
#A1C6F6
(161,198,246)
#AECEF6
(174,206,246)
#BBD6F6
(187,214,246)
#C8DEF6
(200,222,246)
#D5E6F6
(213,230,246)
#E2EEF6
(226,238,246)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DA6F6 color. Also use rgb(109,166,246) instead hex code.

Text Font Color

.myTextColor { color: #6DA6F6; }

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

This text font color is #6DA6F6.

Background Color

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

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

This div background color is #6DA6F6.

Border color

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

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

This div border color is #6DA6F6.

Opacity

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

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

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

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

This text has shadow with #6DA6F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DA6F6.

Preview

Color preview on black background

This text has color #6DA6F6 on black background.


Color preview on white background

This text has color #6DA6F6 on white background.


Black color preview on #6DA6F6 background

This text has black color on #6DA6F6 background.


White color preview on #6DA6F6 background

This text has white color on #6DA6F6 background.


Related colors

Complementary color

Complementary color for #hex is #925909.


I love getcolorcode.com

Triadic colors

1 #F66DA6 and #A6F66D with #6DA6F6 are triadic colors.

2 #F6A66D and #A66DF6 with #6DA6F6 are triadic colors.