COLOR #6AA9D3

HEX: #6AA9D3 RGB: (106,169,211)

Color info

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

RGB color model

#6AA9D3 color RGB value is (106,169,211).

RGB: (106,169,211) (42%, 66%, 83%)

RGB channels and saturation

R 106 of 255 = 42%
G 169 of 255 = 66%
B 211 of 255 = 83%

106
169
211

R + G + B ~ 64%. #6AA9D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 169 + 211 = 486 (100%)
R 106 of 486 ~ 21.81%
G 169 of 486 ~ 34.77%
B 211 of 486 ~ 43.42'%

%21.81
%34.77
%43.42

CMYK color model

#6AA9D3 color CMYK value is (50,20,0,17).

  • cyan value is 49.76%
  • magenta value is 19.91%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (50,20,0,17)
C50M20Y0K17 (50%, 20%, 0%, 17%)
(0.50 / 0.20 / 0.00 / 0.17)

CMYK percentages

%49.76
%19.91
%0
%17.25

Codes

Color #6AA9D3 in popluar color models

6A A9 D3
RGB 106 169 211
HSL 204° 54.40% 62.16%
HSB/HSV 204° 49.76% 82.75%
CMYK 49.76% 19.91% 0.00%
17.25%

Color #6AA9D3 in popluar number systems.

HEX 6A A9 D3
Decimal 106 169 211
Binary 1101010 10101001 11010011
Octal 152 251 323

Shades and tints

Shades of #6AA9D3

#6AA9D3
(106,169,211)
#619AC0
(97,154,192)
#588BAD
(88,139,173)
#4F7C9A
(79,124,154)
#466D87
(70,109,135)
#3D5E74
(61,94,116)
#344F61
(52,79,97)
#2B404E
(43,64,78)
#22313B
(34,49,59)
#192228
(25,34,40)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #6AA9D3

#6AA9D3
(106,169,211)
#77B0D7
(119,176,215)
#84B7DB
(132,183,219)
#91BEDF
(145,190,223)
#9EC5E3
(158,197,227)
#ABCCE7
(171,204,231)
#B8D3EB
(184,211,235)
#C5DAEF
(197,218,239)
#D2E1F3
(210,225,243)
#DFE8F7
(223,232,247)
#ECEFFB
(236,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA9D3 color. Also use rgb(106,169,211) instead hex code.

Text Font Color

.myTextColor { color: #6AA9D3; }

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

This text font color is #6AA9D3.

Background Color

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

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

This div background color is #6AA9D3.

Border color

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

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

This div border color is #6AA9D3.

Opacity

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

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

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

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

This text has shadow with #6AA9D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA9D3.

Preview

Color preview on black background

This text has color #6AA9D3 on black background.


Color preview on white background

This text has color #6AA9D3 on white background.


Black color preview on #6AA9D3 background

This text has black color on #6AA9D3 background.


White color preview on #6AA9D3 background

This text has white color on #6AA9D3 background.


Related colors

Complementary color

Complementary color for #hex is #95562C.


I love getcolorcode.com

Triadic colors

1 #D36AA9 and #A9D36A with #6AA9D3 are triadic colors.

2 #D3A96A and #A96AD3 with #6AA9D3 are triadic colors.