COLOR #6EA0CF

HEX: #6EA0CF RGB: (110,160,207)

Color info

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

RGB color model

#6EA0CF color RGB value is (110,160,207).

RGB: (110,160,207) (43%, 63%, 81%)

RGB channels and saturation

R 110 of 255 = 43%
G 160 of 255 = 63%
B 207 of 255 = 81%

110
160
207

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

Portions of RGB colors in percentages

R + G + B = 110 + 160 + 207 = 477 (100%)
R 110 of 477 ~ 23.06%
G 160 of 477 ~ 33.54%
B 207 of 477 ~ 43.4'%

%23.06
%33.54
%43.4

CMYK color model

#6EA0CF color CMYK value is (47,23,0,19).

  • cyan value is 46.86%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (47,23,0,19)
C47M23Y0K19 (47%, 23%, 0%, 19%)
(0.47 / 0.23 / 0.00 / 0.19)

CMYK percentages

%46.86
%22.71
%0
%18.82

Codes

Color #6EA0CF in popluar color models

6E A0 CF
RGB 110 160 207
HSL 209° 50.26% 62.16%
HSB/HSV 209° 46.86% 81.18%
CMYK 46.86% 22.71% 0.00%
18.82%

Color #6EA0CF in popluar number systems.

HEX 6E A0 CF
Decimal 110 160 207
Binary 1101110 10100000 11001111
Octal 156 240 317

Shades and tints

Shades of #6EA0CF

#6EA0CF
(110,160,207)
#6492BD
(100,146,189)
#5A84AB
(90,132,171)
#507699
(80,118,153)
#466887
(70,104,135)
#3C5A75
(60,90,117)
#324C63
(50,76,99)
#283E51
(40,62,81)
#1E303F
(30,48,63)
#14222D
(20,34,45)
#0A141B
(10,20,27)
#000000
(0,0,0)

Tints of #6EA0CF

#6EA0CF
(110,160,207)
#7BA8D3
(123,168,211)
#88B0D7
(136,176,215)
#95B8DB
(149,184,219)
#A2C0DF
(162,192,223)
#AFC8E3
(175,200,227)
#BCD0E7
(188,208,231)
#C9D8EB
(201,216,235)
#D6E0EF
(214,224,239)
#E3E8F3
(227,232,243)
#F0F0F7
(240,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA0CF color. Also use rgb(110,160,207) instead hex code.

Text Font Color

.myTextColor { color: #6EA0CF; }

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

This text font color is #6EA0CF.

Background Color

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

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

This div background color is #6EA0CF.

Border color

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

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

This div border color is #6EA0CF.

Opacity

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

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

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

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

This text has shadow with #6EA0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6EA0CF.

Preview

Color preview on black background

This text has color #6EA0CF on black background.


Color preview on white background

This text has color #6EA0CF on white background.


Black color preview on #6EA0CF background

This text has black color on #6EA0CF background.


White color preview on #6EA0CF background

This text has white color on #6EA0CF background.


Related colors

Complementary color

Complementary color for #hex is #915F30.


I love getcolorcode.com

Triadic colors

1 #CF6EA0 and #A0CF6E with #6EA0CF are triadic colors.

2 #CFA06E and #A06ECF with #6EA0CF are triadic colors.