COLOR #6DAFD8

HEX: #6DAFD8 RGB: (109,175,216)

Color info

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

RGB color model

#6DAFD8 color RGB value is (109,175,216).

RGB: (109,175,216) (43%, 69%, 85%)

RGB channels and saturation

R 109 of 255 = 43%
G 175 of 255 = 69%
B 216 of 255 = 85%

109
175
216

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

Portions of RGB colors in percentages

R + G + B = 109 + 175 + 216 = 500 (100%)
R 109 of 500 ~ 21.8%
G 175 of 500 ~ 35%
B 216 of 500 ~ 43.2'%

%21.8
%35
%43.2

CMYK color model

#6DAFD8 color CMYK value is (50,19,0,15).

  • cyan value is 49.54%
  • magenta value is 18.98%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (50,19,0,15)
C50M19Y0K15 (50%, 19%, 0%, 15%)
(0.50 / 0.19 / 0.00 / 0.15)

CMYK percentages

%49.54
%18.98
%0
%15.29

Codes

Color #6DAFD8 in popluar color models

6D AF D8
RGB 109 175 216
HSL 203° 57.84% 63.73%
HSB/HSV 203° 49.54% 84.71%
CMYK 49.54% 18.98% 0.00%
15.29%

Color #6DAFD8 in popluar number systems.

HEX 6D AF D8
Decimal 109 175 216
Binary 1101101 10101111 11011000
Octal 155 257 330

Shades and tints

Shades of #6DAFD8

#6DAFD8
(109,175,216)
#64A0C5
(100,160,197)
#5B91B2
(91,145,178)
#52829F
(82,130,159)
#49738C
(73,115,140)
#406479
(64,100,121)
#375566
(55,85,102)
#2E4653
(46,70,83)
#253740
(37,55,64)
#1C282D
(28,40,45)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #6DAFD8

#6DAFD8
(109,175,216)
#7AB6DB
(122,182,219)
#87BDDE
(135,189,222)
#94C4E1
(148,196,225)
#A1CBE4
(161,203,228)
#AED2E7
(174,210,231)
#BBD9EA
(187,217,234)
#C8E0ED
(200,224,237)
#D5E7F0
(213,231,240)
#E2EEF3
(226,238,243)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DAFD8 color. Also use rgb(109,175,216) instead hex code.

Text Font Color

.myTextColor { color: #6DAFD8; }

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

This text font color is #6DAFD8.

Background Color

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

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

This div background color is #6DAFD8.

Border color

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

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

This div border color is #6DAFD8.

Opacity

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

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

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

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

This text has shadow with #6DAFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DAFD8.

Preview

Color preview on black background

This text has color #6DAFD8 on black background.


Color preview on white background

This text has color #6DAFD8 on white background.


Black color preview on #6DAFD8 background

This text has black color on #6DAFD8 background.


White color preview on #6DAFD8 background

This text has white color on #6DAFD8 background.


Related colors

Complementary color

Complementary color for #hex is #925027.


I love getcolorcode.com

Triadic colors

1 #D86DAF and #AFD86D with #6DAFD8 are triadic colors.

2 #D8AF6D and #AF6DD8 with #6DAFD8 are triadic colors.