COLOR #6E688F

HEX: #6E688F RGB: (110,104,143)

Color info

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

RGB color model

#6E688F color RGB value is (110,104,143).

RGB: (110,104,143) (43%, 41%, 56%)

RGB channels and saturation

R 110 of 255 = 43%
G 104 of 255 = 41%
B 143 of 255 = 56%

110
104
143

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

Portions of RGB colors in percentages

R + G + B = 110 + 104 + 143 = 357 (100%)
R 110 of 357 ~ 30.81%
G 104 of 357 ~ 29.13%
B 143 of 357 ~ 40.06'%

%30.81
%29.13
%40.06

CMYK color model

#6E688F color CMYK value is (23,27,0,44).

  • cyan value is 23.08%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (23,27,0,44)
C23M27Y0K44 (23%, 27%, 0%, 44%)
(0.23 / 0.27 / 0.00 / 0.44)

CMYK percentages

%23.08
%27.27
%0
%43.92

Codes

Color #6E688F in popluar color models

6E 68 8F
RGB 110 104 143
HSL 249° 15.79% 48.43%
HSB/HSV 249° 27.27% 56.08%
CMYK 23.08% 27.27% 0.00%
43.92%

Color #6E688F in popluar number systems.

HEX 6E 68 8F
Decimal 110 104 143
Binary 1101110 1101000 10001111
Octal 156 150 217

Shades and tints

Shades of #6E688F

#6E688F
(110,104,143)
#645F82
(100,95,130)
#5A5675
(90,86,117)
#504D68
(80,77,104)
#46445B
(70,68,91)
#3C3B4E
(60,59,78)
#323241
(50,50,65)
#282934
(40,41,52)
#1E2027
(30,32,39)
#14171A
(20,23,26)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #6E688F

#6E688F
(110,104,143)
#7B7599
(123,117,153)
#8882A3
(136,130,163)
#958FAD
(149,143,173)
#A29CB7
(162,156,183)
#AFA9C1
(175,169,193)
#BCB6CB
(188,182,203)
#C9C3D5
(201,195,213)
#D6D0DF
(214,208,223)
#E3DDE9
(227,221,233)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E688F color. Also use rgb(110,104,143) instead hex code.

Text Font Color

.myTextColor { color: #6E688F; }

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

This text font color is #6E688F.

Background Color

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

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

This div background color is #6E688F.

Border color

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

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

This div border color is #6E688F.

Opacity

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

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

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

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

This text has shadow with #6E688F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E688F.

Preview

Color preview on black background

This text has color #6E688F on black background.


Color preview on white background

This text has color #6E688F on white background.


Black color preview on #6E688F background

This text has black color on #6E688F background.


White color preview on #6E688F background

This text has white color on #6E688F background.


Related colors

Complementary color

Complementary color for #hex is #919770.


I love getcolorcode.com

Triadic colors

1 #8F6E68 and #688F6E with #6E688F are triadic colors.

2 #8F686E and #686E8F with #6E688F are triadic colors.