COLOR #6EB8FF

HEX: #6EB8FF
RGB: (110,184,255)

Color info

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

RGB color model

#6EB8FF color RGB value is (110,184,255).

  • red value is 110;
  • green value is 184;
  • blue value is 255.
RGB:
(110,184,255)
(43%,72%,100%)

RGB channels and saturation

R 110 of 255 = 43%
G 184 of 255 = 72%
B 255 of 255 = 100%

110
184
255

R + G + B ~ 72%. #6EB8FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 184 + 255 = 549 (100%)
R 110 of 549 ~ 20.04%
G 184 of 549 ~ 33.52%
B 255 of 549 ~ 46.45%

%20.04
%33.52
%46.45

CMYK color model

#6EB8FF color CMYK value is (57,28,0,0).

  • cyan value is 56.86%
  • magenta value is 27.84%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(57,28,0,0)
C57M28Y0K0 
(57%,28%,0%,0%)
(0.57/0.28/0.00/0.00)	

CMYK percentages

%56.86
%27.84
%0
%0

Codes

Color #6EB8FF in popluar color models

6EB8FF
RGB110184255
HSL209°100.00%71.57%
HSB/HSV209°56.86%100.00%
CMYK56.86%27.84%0.00%
0.00%

Color #6EB8FF in popluar number systems.

HEX6EB8FF
Decimal110184255
Binary11011101011100011111111
Octal156270377

Shades and tints

Shades of #6EB8FF

#6EB8FF
(110,184,255)
#64A8E8
(100,168,232)
#5A98D1
(90,152,209)
#5088BA
(80,136,186)
#4678A3
(70,120,163)
#3C688C
(60,104,140)
#325875
(50,88,117)
#28485E
(40,72,94)
#1E3847
(30,56,71)
#142830
(20,40,48)
#0A1819
(10,24,25)
#000000
(0,0,0)

Tints of #6EB8FF

#6EB8FF
(110,184,255)
#7BBEFF
(123,190,255)
#88C4FF
(136,196,255)
#95CAFF
(149,202,255)
#A2D0FF
(162,208,255)
#AFD6FF
(175,214,255)
#BCDCFF
(188,220,255)
#C9E2FF
(201,226,255)
#D6E8FF
(214,232,255)
#E3EEFF
(227,238,255)
#F0F4FF
(240,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB8FF color. Also use rgb(110,184,255) instead hex code.

Text Font Color

.myTextColor { color: #6EB8FF; }

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

This text font color is #6EB8FF.


Background Color

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

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

This div background color is #6EB8FF.


Border color

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

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

This div border color is #6EB8FF.


Opacity

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

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

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

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

This text has shadow with #6EB8FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB8FF on black background.


Color preview on white background

This text has color #6EB8FF on white background.



Black color preview on #6EB8FF background

This text has black color on #6EB8FF background.


White color preview on #6EB8FF background

This text has white color on #6EB8FF background.