COLOR #6AACC5

HEX: #6AACC5 RGB: (106,172,197)

Color info

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

RGB color model

#6AACC5 color RGB value is (106,172,197).

RGB: (106,172,197) (42%, 67%, 77%)

RGB channels and saturation

R 106 of 255 = 42%
G 172 of 255 = 67%
B 197 of 255 = 77%

106
172
197

R + G + B ~ 62%. #6AACC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 172 + 197 = 475 (100%)
R 106 of 475 ~ 22.32%
G 172 of 475 ~ 36.21%
B 197 of 475 ~ 41.47'%

%22.32
%36.21
%41.47

CMYK color model

#6AACC5 color CMYK value is (46,13,0,23).

  • cyan value is 46.19%
  • magenta value is 12.69%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (46,13,0,23)
C46M13Y0K23 (46%, 13%, 0%, 23%)
(0.46 / 0.13 / 0.00 / 0.23)

CMYK percentages

%46.19
%12.69
%0
%22.75

Codes

Color #6AACC5 in popluar color models

6A AC C5
RGB 106 172 197
HSL 196° 43.96% 59.41%
HSB/HSV 196° 46.19% 77.25%
CMYK 46.19% 12.69% 0.00%
22.75%

Color #6AACC5 in popluar number systems.

HEX 6A AC C5
Decimal 106 172 197
Binary 1101010 10101100 11000101
Octal 152 254 305

Shades and tints

Shades of #6AACC5

#6AACC5
(106,172,197)
#619DB4
(97,157,180)
#588EA3
(88,142,163)
#4F7F92
(79,127,146)
#467081
(70,112,129)
#3D6170
(61,97,112)
#34525F
(52,82,95)
#2B434E
(43,67,78)
#22343D
(34,52,61)
#19252C
(25,37,44)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #6AACC5

#6AACC5
(106,172,197)
#77B3CA
(119,179,202)
#84BACF
(132,186,207)
#91C1D4
(145,193,212)
#9EC8D9
(158,200,217)
#ABCFDE
(171,207,222)
#B8D6E3
(184,214,227)
#C5DDE8
(197,221,232)
#D2E4ED
(210,228,237)
#DFEBF2
(223,235,242)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AACC5 color. Also use rgb(106,172,197) instead hex code.

Text Font Color

.myTextColor { color: #6AACC5; }

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

This text font color is #6AACC5.

Background Color

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

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

This div background color is #6AACC5.

Border color

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

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

This div border color is #6AACC5.

Opacity

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

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

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

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

This text has shadow with #6AACC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AACC5.

Preview

Color preview on black background

This text has color #6AACC5 on black background.


Color preview on white background

This text has color #6AACC5 on white background.


Black color preview on #6AACC5 background

This text has black color on #6AACC5 background.


White color preview on #6AACC5 background

This text has white color on #6AACC5 background.


Related colors

Complementary color

Complementary color for #hex is #95533A.


I love getcolorcode.com

Triadic colors

1 #C56AAC and #ACC56A with #6AACC5 are triadic colors.

2 #C5AC6A and #AC6AC5 with #6AACC5 are triadic colors.