COLOR #6E6A7D

HEX: #6E6A7D
RGB: (110,106,125)

Color info

#6E6A7D contains red, green and blue colors in about the same proportion. Web safe color of #6E6A7D is #666666 (or #666).

RGB color model

#6E6A7D color RGB value is (110,106,125).

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

RGB channels and saturation

R 110 of 255 = 43%
G 106 of 255 = 42%
B 125 of 255 = 49%

110
106
125

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

Portions of RGB colors in percentages

R + G + B =
110 + 106 + 125 = 341 (100%)
R 110 of 341 ~ 32.26%
G 106 of 341 ~ 31.09%
B 125 of 341 ~ 36.66%

%32.26
%31.09
%36.66

CMYK color model

#6E6A7D color CMYK value is (12,15,0,51).

  • cyan value is 12.00%
  • magenta value is 15.20%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(12,15,0,51)
C12M15Y0K51 
(12%,15%,0%,51%)
(0.12/0.15/0.00/0.51)	

CMYK percentages

%12
%15.2
%0
%50.98

Codes

Color #6E6A7D in popluar color models

6E6A7D
RGB110106125
HSL253°8.23%45.29%
HSB/HSV253°15.20%49.02%
CMYK12.00%15.20%0.00%
50.98%

Color #6E6A7D in popluar number systems.

HEX6E6A7D
Decimal110106125
Binary110111011010101111101
Octal156152175

Shades and tints

Shades of #6E6A7D

#6E6A7D
(110,106,125)
#646172
(100,97,114)
#5A5867
(90,88,103)
#504F5C
(80,79,92)
#464651
(70,70,81)
#3C3D46
(60,61,70)
#32343B
(50,52,59)
#282B30
(40,43,48)
#1E2225
(30,34,37)
#14191A
(20,25,26)
#0A100F
(10,16,15)
#000000
(0,0,0)

Tints of #6E6A7D

#6E6A7D
(110,106,125)
#7B7788
(123,119,136)
#888493
(136,132,147)
#95919E
(149,145,158)
#A29EA9
(162,158,169)
#AFABB4
(175,171,180)
#BCB8BF
(188,184,191)
#C9C5CA
(201,197,202)
#D6D2D5
(214,210,213)
#E3DFE0
(227,223,224)
#F0ECEB
(240,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6A7D; }

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

This text font color is #6E6A7D.


Background Color

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

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

This div background color is #6E6A7D.


Border color

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

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

This div border color is #6E6A7D.


Opacity

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

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

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

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

This text has shadow with #6E6A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6A7D on black background.


Color preview on white background

This text has color #6E6A7D on white background.



Black color preview on #6E6A7D background

This text has black color on #6E6A7D background.


White color preview on #6E6A7D background

This text has white color on #6E6A7D background.