COLOR #6E658A

HEX: #6E658A RGB: (110,101,138)

Color info

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

RGB color model

#6E658A color RGB value is (110,101,138).

RGB: (110,101,138) (43%, 40%, 54%)

RGB channels and saturation

R 110 of 255 = 43%
G 101 of 255 = 40%
B 138 of 255 = 54%

110
101
138

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

Portions of RGB colors in percentages

R + G + B = 110 + 101 + 138 = 349 (100%)
R 110 of 349 ~ 31.52%
G 101 of 349 ~ 28.94%
B 138 of 349 ~ 39.54'%

%31.52
%28.94
%39.54

CMYK color model

#6E658A color CMYK value is (20,27,0,46).

  • cyan value is 20.29%
  • magenta value is 26.81%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (20,27,0,46)
C20M27Y0K46 (20%, 27%, 0%, 46%)
(0.20 / 0.27 / 0.00 / 0.46)

CMYK percentages

%20.29
%26.81
%0
%45.88

Codes

Color #6E658A in popluar color models

6E 65 8A
RGB 110 101 138
HSL 255° 15.48% 46.86%
HSB/HSV 255° 26.81% 54.12%
CMYK 20.29% 26.81% 0.00%
45.88%

Color #6E658A in popluar number systems.

HEX 6E 65 8A
Decimal 110 101 138
Binary 1101110 1100101 10001010
Octal 156 145 212

Shades and tints

Shades of #6E658A

#6E658A
(110,101,138)
#645C7E
(100,92,126)
#5A5372
(90,83,114)
#504A66
(80,74,102)
#46415A
(70,65,90)
#3C384E
(60,56,78)
#322F42
(50,47,66)
#282636
(40,38,54)
#1E1D2A
(30,29,42)
#14141E
(20,20,30)
#0A0B12
(10,11,18)
#000000
(0,0,0)

Tints of #6E658A

#6E658A
(110,101,138)
#7B7394
(123,115,148)
#88819E
(136,129,158)
#958FA8
(149,143,168)
#A29DB2
(162,157,178)
#AFABBC
(175,171,188)
#BCB9C6
(188,185,198)
#C9C7D0
(201,199,208)
#D6D5DA
(214,213,218)
#E3E3E4
(227,227,228)
#F0F1EE
(240,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E658A; }

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

This text font color is #6E658A.

Background Color

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

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

This div background color is #6E658A.

Border color

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

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

This div border color is #6E658A.

Opacity

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

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

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

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

This text has shadow with #6E658A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E658A.

Preview

Color preview on black background

This text has color #6E658A on black background.


Color preview on white background

This text has color #6E658A on white background.


Black color preview on #6E658A background

This text has black color on #6E658A background.


White color preview on #6E658A background

This text has white color on #6E658A background.


Related colors

Complementary color

Complementary color for #hex is #919A75.


I love getcolorcode.com

Triadic colors

1 #8A6E65 and #658A6E with #6E658A are triadic colors.

2 #8A656E and #656E8A with #6E658A are triadic colors.