COLOR #6E466C

HEX: #6E466C RGB: (110,70,108)

Color info

#6E466C contains red, green and blue colors in about the same proportion. Web safe color of #6E466C is #663366 (or #636).

RGB color model

#6E466C color RGB value is (110,70,108).

RGB: (110,70,108) (43%, 27%, 42%)

RGB channels and saturation

R 110 of 255 = 43%
G 70 of 255 = 27%
B 108 of 255 = 42%

110
70
108

R + G + B ~ 37%. #6E466C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 70 + 108 = 288 (100%)
R 110 of 288 ~ 38.19%
G 70 of 288 ~ 24.31%
B 108 of 288 ~ 37.5'%

%38.19
%24.31
%37.5

CMYK color model

#6E466C color CMYK value is (0,36,2,57).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 1.82%
  • key color value is 56.86%
CMYK: (0,36,2,57) C0M36Y2K57 (0%,36%,2%,57%) (0.00/0.36/0.02/0.57) 

CMYK percentages

%0
%36.36
%1.82
%56.86

Codes

Color #6E466C in popluar color models

6E 46 6C
RGB 110 70 108
HSL 303° 22.22% 35.29%
HSB/HSV 303° 36.36% 43.14%
CMYK 0.00% 36.36% 1.82%
56.86%

Color #6E466C in popluar number systems.

HEX 6E 46 6C
Decimal 110 70 108
Binary 1101110 1000110 1101100
Octal 156 106 154

Shades and tints

Shades of #6E466C

#6E466C
(110,70,108)
#644063
(100,64,99)
#5A3A5A
(90,58,90)
#503451
(80,52,81)
#462E48
(70,46,72)
#3C283F
(60,40,63)
#322236
(50,34,54)
#281C2D
(40,28,45)
#1E1624
(30,22,36)
#14101B
(20,16,27)
#0A0A12
(10,10,18)
#000000
(0,0,0)

Tints of #6E466C

#6E466C
(110,70,108)
#7B5679
(123,86,121)
#886686
(136,102,134)
#957693
(149,118,147)
#A286A0
(162,134,160)
#AF96AD
(175,150,173)
#BCA6BA
(188,166,186)
#C9B6C7
(201,182,199)
#D6C6D4
(214,198,212)
#E3D6E1
(227,214,225)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E466C color. Also use rgb(110,70,108) instead hex code.

Text Font Color

.myTextColor { color: #6E466C; }

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

This text font color is #6E466C.

Background Color

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

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

This div background color is #6E466C.

Border color

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

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

This div border color is #6E466C.

Opacity

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

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

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

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

This text has shadow with #6E466C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E466C.

Preview

Color preview on black background

This text has color #6E466C on black background.


Color preview on white background

This text has color #6E466C on white background.


Black color preview on #6E466C background

This text has black color on #6E466C background.


White color preview on #6E466C background

This text has white color on #6E466C background.


Related colors

Complementary color

Complementary color for #hex is #91B993.


I love getcolorcode.com

Triadic colors

1 #6C6E46 and #466C6E with #6E466C are triadic colors.

2 #6C466E and #466E6C with #6E466C are triadic colors.