COLOR #6E79CC

HEX: #6E79CC
RGB: (110,121,204)

Color info

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

RGB color model

#6E79CC color RGB value is (110,121,204).

  • red value is 110;
  • green value is 121;
  • blue value is 204.
RGB:
(110,121,204)
(43%,47%,80%)

RGB channels and saturation

R 110 of 255 = 43%
G 121 of 255 = 47%
B 204 of 255 = 80%

110
121
204

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

Portions of RGB colors in percentages

R + G + B =
110 + 121 + 204 = 435 (100%)
R 110 of 435 ~ 25.29%
G 121 of 435 ~ 27.82%
B 204 of 435 ~ 46.9%

%25.29
%27.82
%46.9

CMYK color model

#6E79CC color CMYK value is (46,41,0,20).

  • cyan value is 46.08%
  • magenta value is 40.69%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(46,41,0,20)
C46M41Y0K20 
(46%,41%,0%,20%)
(0.46/0.41/0.00/0.20)	

CMYK percentages

%46.08
%40.69
%0
%20

Codes

Color #6E79CC in popluar color models

6E79CC
RGB110121204
HSL233°47.96%61.57%
HSB/HSV233°46.08%80.00%
CMYK46.08%40.69%0.00%
20.00%

Color #6E79CC in popluar number systems.

HEX6E79CC
Decimal110121204
Binary1101110111100111001100
Octal156171314

Shades and tints

Shades of #6E79CC

#6E79CC
(110,121,204)
#646EBA
(100,110,186)
#5A63A8
(90,99,168)
#505896
(80,88,150)
#464D84
(70,77,132)
#3C4272
(60,66,114)
#323760
(50,55,96)
#282C4E
(40,44,78)
#1E213C
(30,33,60)
#14162A
(20,22,42)
#0A0B18
(10,11,24)
#000000
(0,0,0)

Tints of #6E79CC

#6E79CC
(110,121,204)
#7B85D0
(123,133,208)
#8891D4
(136,145,212)
#959DD8
(149,157,216)
#A2A9DC
(162,169,220)
#AFB5E0
(175,181,224)
#BCC1E4
(188,193,228)
#C9CDE8
(201,205,232)
#D6D9EC
(214,217,236)
#E3E5F0
(227,229,240)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E79CC color. Also use rgb(110,121,204) instead hex code.

Text Font Color

.myTextColor { color: #6E79CC; }

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

This text font color is #6E79CC.


Background Color

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

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

This div background color is #6E79CC.


Border color

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

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

This div border color is #6E79CC.


Opacity

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

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

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

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

This text has shadow with #6E79CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E79CC on black background.


Color preview on white background

This text has color #6E79CC on white background.



Black color preview on #6E79CC background

This text has black color on #6E79CC background.


White color preview on #6E79CC background

This text has white color on #6E79CC background.