COLOR #6E7AA3

HEX: #6E7AA3
RGB: (110,122,163)

Color info

#6E7AA3 contains red, green and blue colors in about the same proportion. Web safe color of #6E7AA3 is #666699 (or #669).

RGB color model

#6E7AA3 color RGB value is (110,122,163).

  • red value is 110;
  • green value is 122;
  • blue value is 163.
RGB:
(110,122,163)
(43%,48%,64%)

RGB channels and saturation

R 110 of 255 = 43%
G 122 of 255 = 48%
B 163 of 255 = 64%

110
122
163

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

Portions of RGB colors in percentages

R + G + B =
110 + 122 + 163 = 395 (100%)
R 110 of 395 ~ 27.85%
G 122 of 395 ~ 30.89%
B 163 of 395 ~ 41.27%

%27.85
%30.89
%41.27

CMYK color model

#6E7AA3 color CMYK value is (33,25,0,36).

  • cyan value is 32.52%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(33,25,0,36)
C33M25Y0K36 
(33%,25%,0%,36%)
(0.33/0.25/0.00/0.36)	

CMYK percentages

%32.52
%25.15
%0
%36.08

Codes

Color #6E7AA3 in popluar color models

6E7AA3
RGB110122163
HSL226°22.36%53.53%
HSB/HSV226°32.52%63.92%
CMYK32.52%25.15%0.00%
36.08%

Color #6E7AA3 in popluar number systems.

HEX6E7AA3
Decimal110122163
Binary1101110111101010100011
Octal156172243

Shades and tints

Shades of #6E7AA3

#6E7AA3
(110,122,163)
#646F95
(100,111,149)
#5A6487
(90,100,135)
#505979
(80,89,121)
#464E6B
(70,78,107)
#3C435D
(60,67,93)
#32384F
(50,56,79)
#282D41
(40,45,65)
#1E2233
(30,34,51)
#141725
(20,23,37)
#0A0C17
(10,12,23)
#000000
(0,0,0)

Tints of #6E7AA3

#6E7AA3
(110,122,163)
#7B86AB
(123,134,171)
#8892B3
(136,146,179)
#959EBB
(149,158,187)
#A2AAC3
(162,170,195)
#AFB6CB
(175,182,203)
#BCC2D3
(188,194,211)
#C9CEDB
(201,206,219)
#D6DAE3
(214,218,227)
#E3E6EB
(227,230,235)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E7AA3 color. Also use rgb(110,122,163) instead hex code.

Text Font Color

.myTextColor { color: #6E7AA3; }

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

This text font color is #6E7AA3.


Background Color

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

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

This div background color is #6E7AA3.


Border color

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

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

This div border color is #6E7AA3.


Opacity

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

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

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

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

This text has shadow with #6E7AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E7AA3 on black background.


Color preview on white background

This text has color #6E7AA3 on white background.



Black color preview on #6E7AA3 background

This text has black color on #6E7AA3 background.


White color preview on #6E7AA3 background

This text has white color on #6E7AA3 background.