COLOR #6EBCEE

HEX: #6EBCEE
RGB: (110,188,238)

Color info

#6EBCEE contains mainly green and blue colors. Web safe color of #6EBCEE is #66CCFF (or #6CF).

RGB color model

#6EBCEE color RGB value is (110,188,238).

  • red value is 110;
  • green value is 188;
  • blue value is 238.
RGB:
(110,188,238)
(43%,74%,93%)

RGB channels and saturation

R 110 of 255 = 43%
G 188 of 255 = 74%
B 238 of 255 = 93%

110
188
238

R + G + B ~ 70%. #6EBCEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 188 + 238 = 536 (100%)
R 110 of 536 ~ 20.52%
G 188 of 536 ~ 35.07%
B 238 of 536 ~ 44.4%

%20.52
%35.07
%44.4

CMYK color model

#6EBCEE color CMYK value is (54,21,0,7).

  • cyan value is 53.78%
  • magenta value is 21.01%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(54,21,0,7)
C54M21Y0K7 
(54%,21%,0%,7%)
(0.54/0.21/0.00/0.07)	

CMYK percentages

%53.78
%21.01
%0
%6.67

Codes

Color #6EBCEE in popluar color models

6EBCEE
RGB110188238
HSL203°79.01%68.24%
HSB/HSV203°53.78%93.33%
CMYK53.78%21.01%0.00%
6.67%

Color #6EBCEE in popluar number systems.

HEX6EBCEE
Decimal110188238
Binary11011101011110011101110
Octal156274356

Shades and tints

Shades of #6EBCEE

#6EBCEE
(110,188,238)
#64ABD9
(100,171,217)
#5A9AC4
(90,154,196)
#5089AF
(80,137,175)
#46789A
(70,120,154)
#3C6785
(60,103,133)
#325670
(50,86,112)
#28455B
(40,69,91)
#1E3446
(30,52,70)
#142331
(20,35,49)
#0A121C
(10,18,28)
#000000
(0,0,0)

Tints of #6EBCEE

#6EBCEE
(110,188,238)
#7BC2EF
(123,194,239)
#88C8F0
(136,200,240)
#95CEF1
(149,206,241)
#A2D4F2
(162,212,242)
#AFDAF3
(175,218,243)
#BCE0F4
(188,224,244)
#C9E6F5
(201,230,245)
#D6ECF6
(214,236,246)
#E3F2F7
(227,242,247)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBCEE color. Also use rgb(110,188,238) instead hex code.

Text Font Color

.myTextColor { color: #6EBCEE; }

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

This text font color is #6EBCEE.


Background Color

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

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

This div background color is #6EBCEE.


Border color

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

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

This div border color is #6EBCEE.


Opacity

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

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

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

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

This text has shadow with #6EBCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBCEE on black background.


Color preview on white background

This text has color #6EBCEE on white background.



Black color preview on #6EBCEE background

This text has black color on #6EBCEE background.


White color preview on #6EBCEE background

This text has white color on #6EBCEE background.