COLOR #6EA5C6

HEX: #6EA5C6
RGB: (110,165,198)

Color info

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

RGB color model

#6EA5C6 color RGB value is (110,165,198).

  • red value is 110;
  • green value is 165;
  • blue value is 198.
RGB:
(110,165,198)
(43%,65%,78%)

RGB channels and saturation

R 110 of 255 = 43%
G 165 of 255 = 65%
B 198 of 255 = 78%

110
165
198

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

Portions of RGB colors in percentages

R + G + B =
110 + 165 + 198 = 473 (100%)
R 110 of 473 ~ 23.26%
G 165 of 473 ~ 34.88%
B 198 of 473 ~ 41.86%

%23.26
%34.88
%41.86

CMYK color model

#6EA5C6 color CMYK value is (44,17,0,22).

  • cyan value is 44.44%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(44,17,0,22)
C44M17Y0K22 
(44%,17%,0%,22%)
(0.44/0.17/0.00/0.22)	

CMYK percentages

%44.44
%16.67
%0
%22.35

Codes

Color #6EA5C6 in popluar color models

6EA5C6
RGB110165198
HSL203°43.56%60.39%
HSB/HSV203°44.44%77.65%
CMYK44.44%16.67%0.00%
22.35%

Color #6EA5C6 in popluar number systems.

HEX6EA5C6
Decimal110165198
Binary11011101010010111000110
Octal156245306

Shades and tints

Shades of #6EA5C6

#6EA5C6
(110,165,198)
#6496B4
(100,150,180)
#5A87A2
(90,135,162)
#507890
(80,120,144)
#46697E
(70,105,126)
#3C5A6C
(60,90,108)
#324B5A
(50,75,90)
#283C48
(40,60,72)
#1E2D36
(30,45,54)
#141E24
(20,30,36)
#0A0F12
(10,15,18)
#000000
(0,0,0)

Tints of #6EA5C6

#6EA5C6
(110,165,198)
#7BADCB
(123,173,203)
#88B5D0
(136,181,208)
#95BDD5
(149,189,213)
#A2C5DA
(162,197,218)
#AFCDDF
(175,205,223)
#BCD5E4
(188,213,228)
#C9DDE9
(201,221,233)
#D6E5EE
(214,229,238)
#E3EDF3
(227,237,243)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EA5C6 color. Also use rgb(110,165,198) instead hex code.

Text Font Color

.myTextColor { color: #6EA5C6; }

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

This text font color is #6EA5C6.


Background Color

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

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

This div background color is #6EA5C6.


Border color

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

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

This div border color is #6EA5C6.


Opacity

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

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

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

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

This text has shadow with #6EA5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EA5C6 on black background.


Color preview on white background

This text has color #6EA5C6 on white background.



Black color preview on #6EA5C6 background

This text has black color on #6EA5C6 background.


White color preview on #6EA5C6 background

This text has white color on #6EA5C6 background.