COLOR #6EB0D6

HEX: #6EB0D6
RGB: (110,176,214)

Color info

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

RGB color model

#6EB0D6 color RGB value is (110,176,214).

  • red value is 110;
  • green value is 176;
  • blue value is 214.
RGB:
(110,176,214)
(43%,69%,84%)

RGB channels and saturation

R 110 of 255 = 43%
G 176 of 255 = 69%
B 214 of 255 = 84%

110
176
214

R + G + B ~ 65%. #6EB0D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 176 + 214 = 500 (100%)
R 110 of 500 ~ 22%
G 176 of 500 ~ 35.2%
B 214 of 500 ~ 42.8%

%22
%35.2
%42.8

CMYK color model

#6EB0D6 color CMYK value is (49,18,0,16).

  • cyan value is 48.60%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(49,18,0,16)
C49M18Y0K16 
(49%,18%,0%,16%)
(0.49/0.18/0.00/0.16)	

CMYK percentages

%48.6
%17.76
%0
%16.08

Codes

Color #6EB0D6 in popluar color models

6EB0D6
RGB110176214
HSL202°55.91%63.53%
HSB/HSV202°48.60%83.92%
CMYK48.60%17.76%0.00%
16.08%

Color #6EB0D6 in popluar number systems.

HEX6EB0D6
Decimal110176214
Binary11011101011000011010110
Octal156260326

Shades and tints

Shades of #6EB0D6

#6EB0D6
(110,176,214)
#64A0C3
(100,160,195)
#5A90B0
(90,144,176)
#50809D
(80,128,157)
#46708A
(70,112,138)
#3C6077
(60,96,119)
#325064
(50,80,100)
#284051
(40,64,81)
#1E303E
(30,48,62)
#14202B
(20,32,43)
#0A1018
(10,16,24)
#000000
(0,0,0)

Tints of #6EB0D6

#6EB0D6
(110,176,214)
#7BB7D9
(123,183,217)
#88BEDC
(136,190,220)
#95C5DF
(149,197,223)
#A2CCE2
(162,204,226)
#AFD3E5
(175,211,229)
#BCDAE8
(188,218,232)
#C9E1EB
(201,225,235)
#D6E8EE
(214,232,238)
#E3EFF1
(227,239,241)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB0D6 color. Also use rgb(110,176,214) instead hex code.

Text Font Color

.myTextColor { color: #6EB0D6; }

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

This text font color is #6EB0D6.


Background Color

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

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

This div background color is #6EB0D6.


Border color

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

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

This div border color is #6EB0D6.


Opacity

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

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

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

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

This text has shadow with #6EB0D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB0D6 on black background.


Color preview on white background

This text has color #6EB0D6 on white background.



Black color preview on #6EB0D6 background

This text has black color on #6EB0D6 background.


White color preview on #6EB0D6 background

This text has white color on #6EB0D6 background.