COLOR #6E79AB

HEX: #6E79AB
RGB: (110,121,171)

Color info

#6E79AB contains mainly green and blue colors. Web safe color of #6E79AB is #666699 (or #669).

RGB color model

#6E79AB color RGB value is (110,121,171).

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

RGB channels and saturation

R 110 of 255 = 43%
G 121 of 255 = 47%
B 171 of 255 = 67%

110
121
171

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

Portions of RGB colors in percentages

R + G + B =
110 + 121 + 171 = 402 (100%)
R 110 of 402 ~ 27.36%
G 121 of 402 ~ 30.1%
B 171 of 402 ~ 42.54%

%27.36
%30.1
%42.54

CMYK color model

#6E79AB color CMYK value is (36,29,0,33).

  • cyan value is 35.67%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(36,29,0,33)
C36M29Y0K33 
(36%,29%,0%,33%)
(0.36/0.29/0.00/0.33)	

CMYK percentages

%35.67
%29.24
%0
%32.94

Codes

Color #6E79AB in popluar color models

6E79AB
RGB110121171
HSL229°26.64%55.10%
HSB/HSV229°35.67%67.06%
CMYK35.67%29.24%0.00%
32.94%

Color #6E79AB in popluar number systems.

HEX6E79AB
Decimal110121171
Binary1101110111100110101011
Octal156171253

Shades and tints

Shades of #6E79AB

#6E79AB
(110,121,171)
#646E9C
(100,110,156)
#5A638D
(90,99,141)
#50587E
(80,88,126)
#464D6F
(70,77,111)
#3C4260
(60,66,96)
#323751
(50,55,81)
#282C42
(40,44,66)
#1E2133
(30,33,51)
#141624
(20,22,36)
#0A0B15
(10,11,21)
#000000
(0,0,0)

Tints of #6E79AB

#6E79AB
(110,121,171)
#7B85B2
(123,133,178)
#8891B9
(136,145,185)
#959DC0
(149,157,192)
#A2A9C7
(162,169,199)
#AFB5CE
(175,181,206)
#BCC1D5
(188,193,213)
#C9CDDC
(201,205,220)
#D6D9E3
(214,217,227)
#E3E5EA
(227,229,234)
#F0F1F1
(240,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E79AB; }

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

This text font color is #6E79AB.


Background Color

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

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

This div background color is #6E79AB.


Border color

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

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

This div border color is #6E79AB.


Opacity

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

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

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

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

This text has shadow with #6E79AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E79AB on black background.


Color preview on white background

This text has color #6E79AB on white background.



Black color preview on #6E79AB background

This text has black color on #6E79AB background.


White color preview on #6E79AB background

This text has white color on #6E79AB background.