COLOR #6E5075

HEX: #6E5075 RGB: (110,80,117)

Color info

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

RGB color model

#6E5075 color RGB value is (110,80,117).

RGB: (110,80,117) (43%, 31%, 46%)

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 117 of 255 = 46%

110
80
117

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

Portions of RGB colors in percentages

R + G + B = 110 + 80 + 117 = 307 (100%)
R 110 of 307 ~ 35.83%
G 80 of 307 ~ 26.06%
B 117 of 307 ~ 38.11'%

%35.83
%26.06
%38.11

CMYK color model

#6E5075 color CMYK value is (6,32,0,54).

  • cyan value is 5.98%
  • magenta value is 31.62%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (6,32,0,54)
C6M32Y0K54 (6%, 32%, 0%, 54%)
(0.06 / 0.32 / 0.00 / 0.54)

CMYK percentages

%5.98
%31.62
%0
%54.12

Codes

Color #6E5075 in popluar color models

6E 50 75
RGB 110 80 117
HSL 289° 18.78% 38.63%
HSB/HSV 289° 31.62% 45.88%
CMYK 5.98% 31.62% 0.00%
54.12%

Color #6E5075 in popluar number systems.

HEX 6E 50 75
Decimal 110 80 117
Binary 1101110 1010000 1110101
Octal 156 120 165

Shades and tints

Shades of #6E5075

#6E5075
(110,80,117)
#64496B
(100,73,107)
#5A4261
(90,66,97)
#503B57
(80,59,87)
#46344D
(70,52,77)
#3C2D43
(60,45,67)
#322639
(50,38,57)
#281F2F
(40,31,47)
#1E1825
(30,24,37)
#14111B
(20,17,27)
#0A0A11
(10,10,17)
#000000
(0,0,0)

Tints of #6E5075

#6E5075
(110,80,117)
#7B5F81
(123,95,129)
#886E8D
(136,110,141)
#957D99
(149,125,153)
#A28CA5
(162,140,165)
#AF9BB1
(175,155,177)
#BCAABD
(188,170,189)
#C9B9C9
(201,185,201)
#D6C8D5
(214,200,213)
#E3D7E1
(227,215,225)
#F0E6ED
(240,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5075 color. Also use rgb(110,80,117) instead hex code.

Text Font Color

.myTextColor { color: #6E5075; }

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

This text font color is #6E5075.

Background Color

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

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

This div background color is #6E5075.

Border color

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

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

This div border color is #6E5075.

Opacity

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

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

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

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

This text has shadow with #6E5075 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5075.

Preview

Color preview on black background

This text has color #6E5075 on black background.


Color preview on white background

This text has color #6E5075 on white background.


Black color preview on #6E5075 background

This text has black color on #6E5075 background.


White color preview on #6E5075 background

This text has white color on #6E5075 background.


Related colors

Complementary color

Complementary color for #hex is #91AF8A.


I love getcolorcode.com

Triadic colors

1 #756E50 and #50756E with #6E5075 are triadic colors.

2 #75506E and #506E75 with #6E5075 are triadic colors.