COLOR #6E5265

HEX: #6E5265 RGB: (110,82,101)

Color info

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

RGB color model

#6E5265 color RGB value is (110,82,101).

RGB: (110,82,101) (43%, 32%, 40%)

RGB channels and saturation

R 110 of 255 = 43%
G 82 of 255 = 32%
B 101 of 255 = 40%

110
82
101

R + G + B ~ 38%. #6E5265 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 82 + 101 = 293 (100%)
R 110 of 293 ~ 37.54%
G 82 of 293 ~ 27.99%
B 101 of 293 ~ 34.47'%

%37.54
%27.99
%34.47

CMYK color model

#6E5265 color CMYK value is (0,25,8,57).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 8.18%
  • key color value is 56.86%
CMYK: (0,25,8,57) C0M25Y8K57 (0%,25%,8%,57%) (0.00/0.25/0.08/0.57) 

CMYK percentages

%0
%25.45
%8.18
%56.86

Codes

Color #6E5265 in popluar color models

6E 52 65
RGB 110 82 101
HSL 319° 14.58% 37.65%
HSB/HSV 319° 25.45% 43.14%
CMYK 0.00% 25.45% 8.18%
56.86%

Color #6E5265 in popluar number systems.

HEX 6E 52 65
Decimal 110 82 101
Binary 1101110 1010010 1100101
Octal 156 122 145

Shades and tints

Shades of #6E5265

#6E5265
(110,82,101)
#644B5C
(100,75,92)
#5A4453
(90,68,83)
#503D4A
(80,61,74)
#463641
(70,54,65)
#3C2F38
(60,47,56)
#32282F
(50,40,47)
#282126
(40,33,38)
#1E1A1D
(30,26,29)
#141314
(20,19,20)
#0A0C0B
(10,12,11)
#000000
(0,0,0)

Tints of #6E5265

#6E5265
(110,82,101)
#7B6173
(123,97,115)
#887081
(136,112,129)
#957F8F
(149,127,143)
#A28E9D
(162,142,157)
#AF9DAB
(175,157,171)
#BCACB9
(188,172,185)
#C9BBC7
(201,187,199)
#D6CAD5
(214,202,213)
#E3D9E3
(227,217,227)
#F0E8F1
(240,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5265; }

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

This text font color is #6E5265.

Background Color

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

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

This div background color is #6E5265.

Border color

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

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

This div border color is #6E5265.

Opacity

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

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

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

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

This text has shadow with #6E5265 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E5265.

Preview

Color preview on black background

This text has color #6E5265 on black background.


Color preview on white background

This text has color #6E5265 on white background.


Black color preview on #6E5265 background

This text has black color on #6E5265 background.


White color preview on #6E5265 background

This text has white color on #6E5265 background.


Related colors

Complementary color

Complementary color for #hex is #91AD9A.


I love getcolorcode.com

Triadic colors

1 #656E52 and #52656E with #6E5265 are triadic colors.

2 #65526E and #526E65 with #6E5265 are triadic colors.