COLOR #6E658F

HEX: #6E658F RGB: (110,101,143)

Color info

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

RGB color model

#6E658F color RGB value is (110,101,143).

RGB: (110,101,143) (43%, 40%, 56%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 143 of 255 = 56%

110
101
143

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

Portions of RGB colors in percentages

R + G + B = 110 + 101 + 143 = 354 (100%)
R 110 of 354 ~ 31.07%
G 101 of 354 ~ 28.53%
B 143 of 354 ~ 40.4'%

%31.07
%28.53
%40.4

CMYK color model

#6E658F color CMYK value is (23,29,0,44).

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

CMYK: (23,29,0,44)
C23M29Y0K44 (23%, 29%, 0%, 44%)
(0.23 / 0.29 / 0.00 / 0.44)

CMYK percentages

%23.08
%29.37
%0
%43.92

Codes

Color #6E658F in popluar color models

6E 65 8F
RGB 110 101 143
HSL 253° 17.21% 47.84%
HSB/HSV 253° 29.37% 56.08%
CMYK 23.08% 29.37% 0.00%
43.92%

Color #6E658F in popluar number systems.

HEX 6E 65 8F
Decimal 110 101 143
Binary 1101110 1100101 10001111
Octal 156 145 217

Shades and tints

Shades of #6E658F

#6E658F
(110,101,143)
#645C82
(100,92,130)
#5A5375
(90,83,117)
#504A68
(80,74,104)
#46415B
(70,65,91)
#3C384E
(60,56,78)
#322F41
(50,47,65)
#282634
(40,38,52)
#1E1D27
(30,29,39)
#14141A
(20,20,26)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #6E658F

#6E658F
(110,101,143)
#7B7399
(123,115,153)
#8881A3
(136,129,163)
#958FAD
(149,143,173)
#A29DB7
(162,157,183)
#AFABC1
(175,171,193)
#BCB9CB
(188,185,203)
#C9C7D5
(201,199,213)
#D6D5DF
(214,213,223)
#E3E3E9
(227,227,233)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E658F; }

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

This text font color is #6E658F.

Background Color

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

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

This div background color is #6E658F.

Border color

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

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

This div border color is #6E658F.

Opacity

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

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

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

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

This text has shadow with #6E658F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E658F.

Preview

Color preview on black background

This text has color #6E658F on black background.


Color preview on white background

This text has color #6E658F on white background.


Black color preview on #6E658F background

This text has black color on #6E658F background.


White color preview on #6E658F background

This text has white color on #6E658F background.


Related colors

Complementary color

Complementary color for #hex is #919A70.


I love getcolorcode.com

Triadic colors

1 #8F6E65 and #658F6E with #6E658F are triadic colors.

2 #8F656E and #656E8F with #6E658F are triadic colors.