COLOR #6E99D1

HEX: #6E99D1
RGB: (110,153,209)

Color info

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

RGB color model

#6E99D1 color RGB value is (110,153,209).

  • red value is 110;
  • green value is 153;
  • blue value is 209.
RGB:
(110,153,209)
(43%,60%,82%)

RGB channels and saturation

R 110 of 255 = 43%
G 153 of 255 = 60%
B 209 of 255 = 82%

110
153
209

R + G + B ~ 62%. #6E99D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 153 + 209 = 472 (100%)
R 110 of 472 ~ 23.31%
G 153 of 472 ~ 32.42%
B 209 of 472 ~ 44.28%

%23.31
%32.42
%44.28

CMYK color model

#6E99D1 color CMYK value is (47,27,0,18).

  • cyan value is 47.37%
  • magenta value is 26.79%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(47,27,0,18)
C47M27Y0K18 
(47%,27%,0%,18%)
(0.47/0.27/0.00/0.18)	

CMYK percentages

%47.37
%26.79
%0
%18.04

Codes

Color #6E99D1 in popluar color models

6E99D1
RGB110153209
HSL214°51.83%62.55%
HSB/HSV214°47.37%81.96%
CMYK47.37%26.79%0.00%
18.04%

Color #6E99D1 in popluar number systems.

HEX6E99D1
Decimal110153209
Binary11011101001100111010001
Octal156231321

Shades and tints

Shades of #6E99D1

#6E99D1
(110,153,209)
#648CBE
(100,140,190)
#5A7FAB
(90,127,171)
#507298
(80,114,152)
#466585
(70,101,133)
#3C5872
(60,88,114)
#324B5F
(50,75,95)
#283E4C
(40,62,76)
#1E3139
(30,49,57)
#142426
(20,36,38)
#0A1713
(10,23,19)
#000000
(0,0,0)

Tints of #6E99D1

#6E99D1
(110,153,209)
#7BA2D5
(123,162,213)
#88ABD9
(136,171,217)
#95B4DD
(149,180,221)
#A2BDE1
(162,189,225)
#AFC6E5
(175,198,229)
#BCCFE9
(188,207,233)
#C9D8ED
(201,216,237)
#D6E1F1
(214,225,241)
#E3EAF5
(227,234,245)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E99D1 color. Also use rgb(110,153,209) instead hex code.

Text Font Color

.myTextColor { color: #6E99D1; }

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

This text font color is #6E99D1.


Background Color

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

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

This div background color is #6E99D1.


Border color

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

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

This div border color is #6E99D1.


Opacity

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

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

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

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

This text has shadow with #6E99D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E99D1 on black background.


Color preview on white background

This text has color #6E99D1 on white background.



Black color preview on #6E99D1 background

This text has black color on #6E99D1 background.


White color preview on #6E99D1 background

This text has white color on #6E99D1 background.