COLOR #6EAEC8

HEX: #6EAEC8
RGB: (110,174,200)

Color info

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

RGB color model

#6EAEC8 color RGB value is (110,174,200).

  • red value is 110;
  • green value is 174;
  • blue value is 200.
RGB:
(110,174,200)
(43%,68%,78%)

RGB channels and saturation

R 110 of 255 = 43%
G 174 of 255 = 68%
B 200 of 255 = 78%

110
174
200

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

Portions of RGB colors in percentages

R + G + B =
110 + 174 + 200 = 484 (100%)
R 110 of 484 ~ 22.73%
G 174 of 484 ~ 35.95%
B 200 of 484 ~ 41.32%

%22.73
%35.95
%41.32

CMYK color model

#6EAEC8 color CMYK value is (45,13,0,22).

  • cyan value is 45.00%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(45,13,0,22)
C45M13Y0K22 
(45%,13%,0%,22%)
(0.45/0.13/0.00/0.22)	

CMYK percentages

%45
%13
%0
%21.57

Codes

Color #6EAEC8 in popluar color models

6EAEC8
RGB110174200
HSL197°45.00%60.78%
HSB/HSV197°45.00%78.43%
CMYK45.00%13.00%0.00%
21.57%

Color #6EAEC8 in popluar number systems.

HEX6EAEC8
Decimal110174200
Binary11011101010111011001000
Octal156256310

Shades and tints

Shades of #6EAEC8

#6EAEC8
(110,174,200)
#649FB6
(100,159,182)
#5A90A4
(90,144,164)
#508192
(80,129,146)
#467280
(70,114,128)
#3C636E
(60,99,110)
#32545C
(50,84,92)
#28454A
(40,69,74)
#1E3638
(30,54,56)
#142726
(20,39,38)
#0A1814
(10,24,20)
#000000
(0,0,0)

Tints of #6EAEC8

#6EAEC8
(110,174,200)
#7BB5CD
(123,181,205)
#88BCD2
(136,188,210)
#95C3D7
(149,195,215)
#A2CADC
(162,202,220)
#AFD1E1
(175,209,225)
#BCD8E6
(188,216,230)
#C9DFEB
(201,223,235)
#D6E6F0
(214,230,240)
#E3EDF5
(227,237,245)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAEC8 color. Also use rgb(110,174,200) instead hex code.

Text Font Color

.myTextColor { color: #6EAEC8; }

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

This text font color is #6EAEC8.


Background Color

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

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

This div background color is #6EAEC8.


Border color

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

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

This div border color is #6EAEC8.


Opacity

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

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

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

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

This text has shadow with #6EAEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAEC8 on black background.


Color preview on white background

This text has color #6EAEC8 on white background.



Black color preview on #6EAEC8 background

This text has black color on #6EAEC8 background.


White color preview on #6EAEC8 background

This text has white color on #6EAEC8 background.