COLOR #6EB1D2

HEX: #6EB1D2
RGB: (110,177,210)

Color info

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

RGB color model

#6EB1D2 color RGB value is (110,177,210).

  • red value is 110;
  • green value is 177;
  • blue value is 210.
RGB:
(110,177,210)
(43%,69%,82%)

RGB channels and saturation

R 110 of 255 = 43%
G 177 of 255 = 69%
B 210 of 255 = 82%

110
177
210

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

Portions of RGB colors in percentages

R + G + B =
110 + 177 + 210 = 497 (100%)
R 110 of 497 ~ 22.13%
G 177 of 497 ~ 35.61%
B 210 of 497 ~ 42.25%

%22.13
%35.61
%42.25

CMYK color model

#6EB1D2 color CMYK value is (48,16,0,18).

  • cyan value is 47.62%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(48,16,0,18)
C48M16Y0K18 
(48%,16%,0%,18%)
(0.48/0.16/0.00/0.18)	

CMYK percentages

%47.62
%15.71
%0
%17.65

Codes

Color #6EB1D2 in popluar color models

6EB1D2
RGB110177210
HSL200°52.63%62.75%
HSB/HSV200°47.62%82.35%
CMYK47.62%15.71%0.00%
17.65%

Color #6EB1D2 in popluar number systems.

HEX6EB1D2
Decimal110177210
Binary11011101011000111010010
Octal156261322

Shades and tints

Shades of #6EB1D2

#6EB1D2
(110,177,210)
#64A1BF
(100,161,191)
#5A91AC
(90,145,172)
#508199
(80,129,153)
#467186
(70,113,134)
#3C6173
(60,97,115)
#325160
(50,81,96)
#28414D
(40,65,77)
#1E313A
(30,49,58)
#142127
(20,33,39)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #6EB1D2

#6EB1D2
(110,177,210)
#7BB8D6
(123,184,214)
#88BFDA
(136,191,218)
#95C6DE
(149,198,222)
#A2CDE2
(162,205,226)
#AFD4E6
(175,212,230)
#BCDBEA
(188,219,234)
#C9E2EE
(201,226,238)
#D6E9F2
(214,233,242)
#E3F0F6
(227,240,246)
#F0F7FA
(240,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB1D2 color. Also use rgb(110,177,210) instead hex code.

Text Font Color

.myTextColor { color: #6EB1D2; }

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

This text font color is #6EB1D2.


Background Color

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

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

This div background color is #6EB1D2.


Border color

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

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

This div border color is #6EB1D2.


Opacity

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

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

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

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

This text has shadow with #6EB1D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB1D2 on black background.


Color preview on white background

This text has color #6EB1D2 on white background.



Black color preview on #6EB1D2 background

This text has black color on #6EB1D2 background.


White color preview on #6EB1D2 background

This text has white color on #6EB1D2 background.