COLOR #6EBBF9

HEX: #6EBBF9
RGB: (110,187,249)

Color info

#6EBBF9 contains mainly blue color. Web safe color of #6EBBF9 is #66CCFF (or #6CF).

RGB color model

#6EBBF9 color RGB value is (110,187,249).

  • red value is 110;
  • green value is 187;
  • blue value is 249.
RGB:
(110,187,249)
(43%,73%,98%)

RGB channels and saturation

R 110 of 255 = 43%
G 187 of 255 = 73%
B 249 of 255 = 98%

110
187
249

R + G + B ~ 71%. #6EBBF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 187 + 249 = 546 (100%)
R 110 of 546 ~ 20.15%
G 187 of 546 ~ 34.25%
B 249 of 546 ~ 45.6%

%20.15
%34.25
%45.6

CMYK color model

#6EBBF9 color CMYK value is (56,25,0,2).

  • cyan value is 55.82%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(56,25,0,2)
C56M25Y0K2 
(56%,25%,0%,2%)
(0.56/0.25/0.00/0.02)	

CMYK percentages

%55.82
%24.9
%0
%2.35

Codes

Color #6EBBF9 in popluar color models

6EBBF9
RGB110187249
HSL207°92.05%70.39%
HSB/HSV207°55.82%97.65%
CMYK55.82%24.90%0.00%
2.35%

Color #6EBBF9 in popluar number systems.

HEX6EBBF9
Decimal110187249
Binary11011101011101111111001
Octal156273371

Shades and tints

Shades of #6EBBF9

#6EBBF9
(110,187,249)
#64AAE3
(100,170,227)
#5A99CD
(90,153,205)
#5088B7
(80,136,183)
#4677A1
(70,119,161)
#3C668B
(60,102,139)
#325575
(50,85,117)
#28445F
(40,68,95)
#1E3349
(30,51,73)
#142233
(20,34,51)
#0A111D
(10,17,29)
#000000
(0,0,0)

Tints of #6EBBF9

#6EBBF9
(110,187,249)
#7BC1F9
(123,193,249)
#88C7F9
(136,199,249)
#95CDF9
(149,205,249)
#A2D3F9
(162,211,249)
#AFD9F9
(175,217,249)
#BCDFF9
(188,223,249)
#C9E5F9
(201,229,249)
#D6EBF9
(214,235,249)
#E3F1F9
(227,241,249)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EBBF9 color. Also use rgb(110,187,249) instead hex code.

Text Font Color

.myTextColor { color: #6EBBF9; }

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

This text font color is #6EBBF9.


Background Color

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

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

This div background color is #6EBBF9.


Border color

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

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

This div border color is #6EBBF9.


Opacity

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

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

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

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

This text has shadow with #6EBBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EBBF9 on black background.


Color preview on white background

This text has color #6EBBF9 on white background.



Black color preview on #6EBBF9 background

This text has black color on #6EBBF9 background.


White color preview on #6EBBF9 background

This text has white color on #6EBBF9 background.