COLOR #6E6A8A

HEX: #6E6A8A
RGB: (110,106,138)

Color info

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

RGB color model

#6E6A8A color RGB value is (110,106,138).

  • red value is 110;
  • green value is 106;
  • blue value is 138.
RGB:
(110,106,138)
(43%,42%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 106 of 255 = 42%
B 138 of 255 = 54%

110
106
138

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

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 138 = 354 (100%)
R 110 of 354 ~ 31.07%
G 106 of 354 ~ 29.94%
B 138 of 354 ~ 38.98%

%31.07
%29.94
%38.98

CMYK color model

#6E6A8A color CMYK value is (20,23,0,46).

  • cyan value is 20.29%
  • magenta value is 23.19%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(20,23,0,46)
C20M23Y0K46 
(20%,23%,0%,46%)
(0.20/0.23/0.00/0.46)	

CMYK percentages

%20.29
%23.19
%0
%45.88

Codes

Color #6E6A8A in popluar color models

6E6A8A
RGB110106138
HSL248°13.11%47.84%
HSB/HSV248°23.19%54.12%
CMYK20.29%23.19%0.00%
45.88%

Color #6E6A8A in popluar number systems.

HEX6E6A8A
Decimal110106138
Binary1101110110101010001010
Octal156152212

Shades and tints

Shades of #6E6A8A

#6E6A8A
(110,106,138)
#64617E
(100,97,126)
#5A5872
(90,88,114)
#504F66
(80,79,102)
#46465A
(70,70,90)
#3C3D4E
(60,61,78)
#323442
(50,52,66)
#282B36
(40,43,54)
#1E222A
(30,34,42)
#14191E
(20,25,30)
#0A1012
(10,16,18)
#000000
(0,0,0)

Tints of #6E6A8A

#6E6A8A
(110,106,138)
#7B7794
(123,119,148)
#88849E
(136,132,158)
#9591A8
(149,145,168)
#A29EB2
(162,158,178)
#AFABBC
(175,171,188)
#BCB8C6
(188,184,198)
#C9C5D0
(201,197,208)
#D6D2DA
(214,210,218)
#E3DFE4
(227,223,228)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6A8A color. Also use rgb(110,106,138) instead hex code.

Text Font Color

.myTextColor { color: #6E6A8A; }

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

This text font color is #6E6A8A.


Background Color

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

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

This div background color is #6E6A8A.


Border color

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

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

This div border color is #6E6A8A.


Opacity

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

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

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

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

This text has shadow with #6E6A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6A8A on black background.


Color preview on white background

This text has color #6E6A8A on white background.



Black color preview on #6E6A8A background

This text has black color on #6E6A8A background.


White color preview on #6E6A8A background

This text has white color on #6E6A8A background.