COLOR #6AA8D5

HEX: #6AA8D5 RGB: (106,168,213)

Color info

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

RGB color model

#6AA8D5 color RGB value is (106,168,213).

RGB: (106,168,213) (42%, 66%, 84%)

RGB channels and saturation

R 106 of 255 = 42%
G 168 of 255 = 66%
B 213 of 255 = 84%

106
168
213

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

Portions of RGB colors in percentages

R + G + B = 106 + 168 + 213 = 487 (100%)
R 106 of 487 ~ 21.77%
G 168 of 487 ~ 34.5%
B 213 of 487 ~ 43.74'%

%21.77
%34.5
%43.74

CMYK color model

#6AA8D5 color CMYK value is (50,21,0,16).

  • cyan value is 50.23%
  • magenta value is 21.13%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (50,21,0,16)
C50M21Y0K16 (50%, 21%, 0%, 16%)
(0.50 / 0.21 / 0.00 / 0.16)

CMYK percentages

%50.23
%21.13
%0
%16.47

Codes

Color #6AA8D5 in popluar color models

6A A8 D5
RGB 106 168 213
HSL 205° 56.02% 62.55%
HSB/HSV 205° 50.23% 83.53%
CMYK 50.23% 21.13% 0.00%
16.47%

Color #6AA8D5 in popluar number systems.

HEX 6A A8 D5
Decimal 106 168 213
Binary 1101010 10101000 11010101
Octal 152 250 325

Shades and tints

Shades of #6AA8D5

#6AA8D5
(106,168,213)
#6199C2
(97,153,194)
#588AAF
(88,138,175)
#4F7B9C
(79,123,156)
#466C89
(70,108,137)
#3D5D76
(61,93,118)
#344E63
(52,78,99)
#2B3F50
(43,63,80)
#22303D
(34,48,61)
#19212A
(25,33,42)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #6AA8D5

#6AA8D5
(106,168,213)
#77AFD8
(119,175,216)
#84B6DB
(132,182,219)
#91BDDE
(145,189,222)
#9EC4E1
(158,196,225)
#ABCBE4
(171,203,228)
#B8D2E7
(184,210,231)
#C5D9EA
(197,217,234)
#D2E0ED
(210,224,237)
#DFE7F0
(223,231,240)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA8D5 color. Also use rgb(106,168,213) instead hex code.

Text Font Color

.myTextColor { color: #6AA8D5; }

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

This text font color is #6AA8D5.

Background Color

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

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

This div background color is #6AA8D5.

Border color

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

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

This div border color is #6AA8D5.

Opacity

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

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

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

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

This text has shadow with #6AA8D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA8D5.

Preview

Color preview on black background

This text has color #6AA8D5 on black background.


Color preview on white background

This text has color #6AA8D5 on white background.


Black color preview on #6AA8D5 background

This text has black color on #6AA8D5 background.


White color preview on #6AA8D5 background

This text has white color on #6AA8D5 background.


Related colors

Complementary color

Complementary color for #hex is #95572A.


I love getcolorcode.com

Triadic colors

1 #D56AA8 and #A8D56A with #6AA8D5 are triadic colors.

2 #D5A86A and #A86AD5 with #6AA8D5 are triadic colors.