COLOR #6E5264

HEX: #6E5264
RGB: (110,82,100)

Color info

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

RGB color model

#6E5264 color RGB value is (110,82,100).

  • red value is 110;
  • green value is 82;
  • blue value is 100.
RGB:
(110,82,100)
(43%,32%,39%)

RGB channels and saturation

R 110 of 255 = 43%
G 82 of 255 = 32%
B 100 of 255 = 39%

110
82
100

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

Portions of RGB colors in percentages

R + G + B =
110 + 82 + 100 = 292 (100%)
R 110 of 292 ~ 37.67%
G 82 of 292 ~ 28.08%
B 100 of 292 ~ 34.25%

%37.67
%28.08
%34.25

CMYK color model

#6E5264 color CMYK value is (0,25,9,57).

  • cyan value is 0.00%
  • magenta value is 25.45%
  • yellow value is 9.09%
  • key color value is 56.86%
CMYK:
(0,25,9,57)
C0M25Y9K57 
(0%,25%,9%,57%)
(0.00/0.25/0.09/0.57)	

CMYK percentages

%0
%25.45
%9.09
%56.86

Codes

Color #6E5264 in popluar color models

6E5264
RGB11082100
HSL321°14.58%37.65%
HSB/HSV321°25.45%43.14%
CMYK0.00%25.45%9.09%
56.86%

Color #6E5264 in popluar number systems.

HEX6E5264
Decimal11082100
Binary110111010100101100100
Octal156122144

Shades and tints

Shades of #6E5264

#6E5264
(110,82,100)
#644B5B
(100,75,91)
#5A4452
(90,68,82)
#503D49
(80,61,73)
#463640
(70,54,64)
#3C2F37
(60,47,55)
#32282E
(50,40,46)
#282125
(40,33,37)
#1E1A1C
(30,26,28)
#141313
(20,19,19)
#0A0C0A
(10,12,10)
#000000
(0,0,0)

Tints of #6E5264

#6E5264
(110,82,100)
#7B6172
(123,97,114)
#887080
(136,112,128)
#957F8E
(149,127,142)
#A28E9C
(162,142,156)
#AF9DAA
(175,157,170)
#BCACB8
(188,172,184)
#C9BBC6
(201,187,198)
#D6CAD4
(214,202,212)
#E3D9E2
(227,217,226)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E5264; }

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

This text font color is #6E5264.


Background Color

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

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

This div background color is #6E5264.


Border color

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

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

This div border color is #6E5264.


Opacity

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

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

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

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

This text has shadow with #6E5264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5264 on black background.


Color preview on white background

This text has color #6E5264 on white background.



Black color preview on #6E5264 background

This text has black color on #6E5264 background.


White color preview on #6E5264 background

This text has white color on #6E5264 background.