COLOR #6EACCA

HEX: #6EACCA RGB: (110,172,202)

Color info

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

RGB color model

#6EACCA color RGB value is (110,172,202).

RGB: (110,172,202) (43%, 67%, 79%)

RGB channels and saturation

R 110 of 255 = 43%
G 172 of 255 = 67%
B 202 of 255 = 79%

110
172
202

R + G + B ~ 63%. #6EACCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 110 + 172 + 202 = 484 (100%)
R 110 of 484 ~ 22.73%
G 172 of 484 ~ 35.54%
B 202 of 484 ~ 41.74'%

%22.73
%35.54
%41.74

CMYK color model

#6EACCA color CMYK value is (46,15,0,21).

  • cyan value is 45.54%
  • magenta value is 14.85%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (46,15,0,21) C46M15Y0K21 (46%,15%,0%,21%) (0.46/0.15/0.00/0.21) 

CMYK percentages

%45.54
%14.85
%0
%20.78

Codes

Color #6EACCA in popluar color models

6E AC CA
RGB 110 172 202
HSL 200° 46.46% 61.18%
HSB/HSV 200° 45.54% 79.22%
CMYK 45.54% 14.85% 0.00%
20.78%

Color #6EACCA in popluar number systems.

HEX 6E AC CA
Decimal 110 172 202
Binary 1101110 10101100 11001010
Octal 156 254 312

Shades and tints

Shades of #6EACCA

#6EACCA
(110,172,202)
#649DB8
(100,157,184)
#5A8EA6
(90,142,166)
#507F94
(80,127,148)
#467082
(70,112,130)
#3C6170
(60,97,112)
#32525E
(50,82,94)
#28434C
(40,67,76)
#1E343A
(30,52,58)
#142528
(20,37,40)
#0A1616
(10,22,22)
#000000
(0,0,0)

Tints of #6EACCA

#6EACCA
(110,172,202)
#7BB3CE
(123,179,206)
#88BAD2
(136,186,210)
#95C1D6
(149,193,214)
#A2C8DA
(162,200,218)
#AFCFDE
(175,207,222)
#BCD6E2
(188,214,226)
#C9DDE6
(201,221,230)
#D6E4EA
(214,228,234)
#E3EBEE
(227,235,238)
#F0F2F2
(240,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EACCA color. Also use rgb(110,172,202) instead hex code.

Text Font Color

.myTextColor { color: #6EACCA; }

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

This text font color is #6EACCA.

Background Color

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

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

This div background color is #6EACCA.

Border color

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

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

This div border color is #6EACCA.

Opacity

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

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

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

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

This text has shadow with #6EACCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EACCA.

Preview

Color preview on black background

This text has color #6EACCA on black background.


Color preview on white background

This text has color #6EACCA on white background.


Black color preview on #6EACCA background

This text has black color on #6EACCA background.


White color preview on #6EACCA background

This text has white color on #6EACCA background.


Related colors

Complementary color

Complementary color for #hex is #915335.


I love getcolorcode.com

Triadic colors

1 #CA6EAC and #ACCA6E with #6EACCA are triadic colors.

2 #CAAC6E and #AC6ECA with #6EACCA are triadic colors.