COLOR #6E7CC9

HEX: #6E7CC9
RGB: (110,124,201)

Color info

#6E7CC9 contains mainly blue color. Web safe color of #6E7CC9 is #6666CC (or #66C).

RGB color model

#6E7CC9 color RGB value is (110,124,201).

  • red value is 110;
  • green value is 124;
  • blue value is 201.
RGB:
(110,124,201)
(43%,49%,79%)

RGB channels and saturation

R 110 of 255 = 43%
G 124 of 255 = 49%
B 201 of 255 = 79%

110
124
201

R + G + B ~ 57%. #6E7CC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 124 + 201 = 435 (100%)
R 110 of 435 ~ 25.29%
G 124 of 435 ~ 28.51%
B 201 of 435 ~ 46.21%

%25.29
%28.51
%46.21

CMYK color model

#6E7CC9 color CMYK value is (45,38,0,21).

  • cyan value is 45.27%
  • magenta value is 38.31%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(45,38,0,21)
C45M38Y0K21 
(45%,38%,0%,21%)
(0.45/0.38/0.00/0.21)	

CMYK percentages

%45.27
%38.31
%0
%21.18

Codes

Color #6E7CC9 in popluar color models

6E7CC9
RGB110124201
HSL231°45.73%60.98%
HSB/HSV231°45.27%78.82%
CMYK45.27%38.31%0.00%
21.18%

Color #6E7CC9 in popluar number systems.

HEX6E7CC9
Decimal110124201
Binary1101110111110011001001
Octal156174311

Shades and tints

Shades of #6E7CC9

#6E7CC9
(110,124,201)
#6471B7
(100,113,183)
#5A66A5
(90,102,165)
#505B93
(80,91,147)
#465081
(70,80,129)
#3C456F
(60,69,111)
#323A5D
(50,58,93)
#282F4B
(40,47,75)
#1E2439
(30,36,57)
#141927
(20,25,39)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #6E7CC9

#6E7CC9
(110,124,201)
#7B87CD
(123,135,205)
#8892D1
(136,146,209)
#959DD5
(149,157,213)
#A2A8D9
(162,168,217)
#AFB3DD
(175,179,221)
#BCBEE1
(188,190,225)
#C9C9E5
(201,201,229)
#D6D4E9
(214,212,233)
#E3DFED
(227,223,237)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7CC9 color. Also use rgb(110,124,201) instead hex code.

Text Font Color

.myTextColor { color: #6E7CC9; }

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

This text font color is #6E7CC9.


Background Color

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

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

This div background color is #6E7CC9.


Border color

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

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

This div border color is #6E7CC9.


Opacity

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

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

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

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

This text has shadow with #6E7CC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7CC9 on black background.


Color preview on white background

This text has color #6E7CC9 on white background.



Black color preview on #6E7CC9 background

This text has black color on #6E7CC9 background.


White color preview on #6E7CC9 background

This text has white color on #6E7CC9 background.