COLOR #6E6781

HEX: #6E6781
RGB: (110,103,129)

Color info

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

RGB color model

#6E6781 color RGB value is (110,103,129).

  • red value is 110;
  • green value is 103;
  • blue value is 129.
RGB:
(110,103,129)
(43%,40%,51%)

RGB channels and saturation

R 110 of 255 = 43%
G 103 of 255 = 40%
B 129 of 255 = 51%

110
103
129

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

Portions of RGB colors in percentages

R + G + B =
110 + 103 + 129 = 342 (100%)
R 110 of 342 ~ 32.16%
G 103 of 342 ~ 30.12%
B 129 of 342 ~ 37.72%

%32.16
%30.12
%37.72

CMYK color model

#6E6781 color CMYK value is (15,20,0,49).

  • cyan value is 14.73%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(15,20,0,49)
C15M20Y0K49 
(15%,20%,0%,49%)
(0.15/0.20/0.00/0.49)	

CMYK percentages

%14.73
%20.16
%0
%49.41

Codes

Color #6E6781 in popluar color models

6E6781
RGB110103129
HSL256°11.21%45.49%
HSB/HSV256°20.16%50.59%
CMYK14.73%20.16%0.00%
49.41%

Color #6E6781 in popluar number systems.

HEX6E6781
Decimal110103129
Binary1101110110011110000001
Octal156147201

Shades and tints

Shades of #6E6781

#6E6781
(110,103,129)
#645E76
(100,94,118)
#5A556B
(90,85,107)
#504C60
(80,76,96)
#464355
(70,67,85)
#3C3A4A
(60,58,74)
#32313F
(50,49,63)
#282834
(40,40,52)
#1E1F29
(30,31,41)
#14161E
(20,22,30)
#0A0D13
(10,13,19)
#000000
(0,0,0)

Tints of #6E6781

#6E6781
(110,103,129)
#7B748C
(123,116,140)
#888197
(136,129,151)
#958EA2
(149,142,162)
#A29BAD
(162,155,173)
#AFA8B8
(175,168,184)
#BCB5C3
(188,181,195)
#C9C2CE
(201,194,206)
#D6CFD9
(214,207,217)
#E3DCE4
(227,220,228)
#F0E9EF
(240,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6781 color. Also use rgb(110,103,129) instead hex code.

Text Font Color

.myTextColor { color: #6E6781; }

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

This text font color is #6E6781.


Background Color

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

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

This div background color is #6E6781.


Border color

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

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

This div border color is #6E6781.


Opacity

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

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

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

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

This text has shadow with #6E6781 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6781 on black background.


Color preview on white background

This text has color #6E6781 on white background.



Black color preview on #6E6781 background

This text has black color on #6E6781 background.


White color preview on #6E6781 background

This text has white color on #6E6781 background.