COLOR #6E95E0

HEX: #6E95E0
RGB: (110,149,224)

Color info

#6E95E0 contains mainly blue color. Web safe color of #6E95E0 is #6699CC (or #69C).

RGB color model

#6E95E0 color RGB value is (110,149,224).

  • red value is 110;
  • green value is 149;
  • blue value is 224.
RGB:
(110,149,224)
(43%,58%,88%)

RGB channels and saturation

R 110 of 255 = 43%
G 149 of 255 = 58%
B 224 of 255 = 88%

110
149
224

R + G + B ~ 63%. #6E95E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 149 + 224 = 483 (100%)
R 110 of 483 ~ 22.77%
G 149 of 483 ~ 30.85%
B 224 of 483 ~ 46.38%

%22.77
%30.85
%46.38

CMYK color model

#6E95E0 color CMYK value is (51,33,0,12).

  • cyan value is 50.89%
  • magenta value is 33.48%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(51,33,0,12)
C51M33Y0K12 
(51%,33%,0%,12%)
(0.51/0.33/0.00/0.12)	

CMYK percentages

%50.89
%33.48
%0
%12.16

Codes

Color #6E95E0 in popluar color models

6E95E0
RGB110149224
HSL219°64.77%65.49%
HSB/HSV219°50.89%87.84%
CMYK50.89%33.48%0.00%
12.16%

Color #6E95E0 in popluar number systems.

HEX6E95E0
Decimal110149224
Binary11011101001010111100000
Octal156225340

Shades and tints

Shades of #6E95E0

#6E95E0
(110,149,224)
#6488CC
(100,136,204)
#5A7BB8
(90,123,184)
#506EA4
(80,110,164)
#466190
(70,97,144)
#3C547C
(60,84,124)
#324768
(50,71,104)
#283A54
(40,58,84)
#1E2D40
(30,45,64)
#14202C
(20,32,44)
#0A1318
(10,19,24)
#000000
(0,0,0)

Tints of #6E95E0

#6E95E0
(110,149,224)
#7B9EE2
(123,158,226)
#88A7E4
(136,167,228)
#95B0E6
(149,176,230)
#A2B9E8
(162,185,232)
#AFC2EA
(175,194,234)
#BCCBEC
(188,203,236)
#C9D4EE
(201,212,238)
#D6DDF0
(214,221,240)
#E3E6F2
(227,230,242)
#F0EFF4
(240,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E95E0 color. Also use rgb(110,149,224) instead hex code.

Text Font Color

.myTextColor { color: #6E95E0; }

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

This text font color is #6E95E0.


Background Color

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

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

This div background color is #6E95E0.


Border color

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

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

This div border color is #6E95E0.


Opacity

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

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

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

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

This text has shadow with #6E95E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E95E0 on black background.


Color preview on white background

This text has color #6E95E0 on white background.



Black color preview on #6E95E0 background

This text has black color on #6E95E0 background.


White color preview on #6E95E0 background

This text has white color on #6E95E0 background.