COLOR #6AA5DC

HEX: #6AA5DC RGB: (106,165,220)

Color info

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

RGB color model

#6AA5DC color RGB value is (106,165,220).

RGB: (106,165,220) (42%, 65%, 86%)

RGB channels and saturation

R 106 of 255 = 42%
G 165 of 255 = 65%
B 220 of 255 = 86%

106
165
220

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

Portions of RGB colors in percentages

R + G + B = 106 + 165 + 220 = 491 (100%)
R 106 of 491 ~ 21.59%
G 165 of 491 ~ 33.6%
B 220 of 491 ~ 44.81'%

%21.59
%33.6
%44.81

CMYK color model

#6AA5DC color CMYK value is (52,25,0,14).

  • cyan value is 51.82%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (52,25,0,14)
C52M25Y0K14 (52%, 25%, 0%, 14%)
(0.52 / 0.25 / 0.00 / 0.14)

CMYK percentages

%51.82
%25
%0
%13.73

Codes

Color #6AA5DC in popluar color models

6A A5 DC
RGB 106 165 220
HSL 209° 61.96% 63.92%
HSB/HSV 209° 51.82% 86.27%
CMYK 51.82% 25.00% 0.00%
13.73%

Color #6AA5DC in popluar number systems.

HEX 6A A5 DC
Decimal 106 165 220
Binary 1101010 10100101 11011100
Octal 152 245 334

Shades and tints

Shades of #6AA5DC

#6AA5DC
(106,165,220)
#6196C8
(97,150,200)
#5887B4
(88,135,180)
#4F78A0
(79,120,160)
#46698C
(70,105,140)
#3D5A78
(61,90,120)
#344B64
(52,75,100)
#2B3C50
(43,60,80)
#222D3C
(34,45,60)
#191E28
(25,30,40)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #6AA5DC

#6AA5DC
(106,165,220)
#77ADDF
(119,173,223)
#84B5E2
(132,181,226)
#91BDE5
(145,189,229)
#9EC5E8
(158,197,232)
#ABCDEB
(171,205,235)
#B8D5EE
(184,213,238)
#C5DDF1
(197,221,241)
#D2E5F4
(210,229,244)
#DFEDF7
(223,237,247)
#ECF5FA
(236,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AA5DC color. Also use rgb(106,165,220) instead hex code.

Text Font Color

.myTextColor { color: #6AA5DC; }

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

This text font color is #6AA5DC.

Background Color

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

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

This div background color is #6AA5DC.

Border color

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

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

This div border color is #6AA5DC.

Opacity

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

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

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

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

This text has shadow with #6AA5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AA5DC.

Preview

Color preview on black background

This text has color #6AA5DC on black background.


Color preview on white background

This text has color #6AA5DC on white background.


Black color preview on #6AA5DC background

This text has black color on #6AA5DC background.


White color preview on #6AA5DC background

This text has white color on #6AA5DC background.


Related colors

Complementary color

Complementary color for #hex is #955A23.


I love getcolorcode.com

Triadic colors

1 #DC6AA5 and #A5DC6A with #6AA5DC are triadic colors.

2 #DCA56A and #A56ADC with #6AA5DC are triadic colors.