COLOR #6E6984

HEX: #6E6984 RGB: (110,105,132)

Color info

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

RGB color model

#6E6984 color RGB value is (110,105,132).

RGB: (110,105,132) (43%, 41%, 52%)

RGB channels and saturation

R 110 of 255 = 43%
G 105 of 255 = 41%
B 132 of 255 = 52%

110
105
132

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

Portions of RGB colors in percentages

R + G + B = 110 + 105 + 132 = 347 (100%)
R 110 of 347 ~ 31.7%
G 105 of 347 ~ 30.26%
B 132 of 347 ~ 38.04'%

%31.7
%30.26
%38.04

CMYK color model

#6E6984 color CMYK value is (17,20,0,48).

  • cyan value is 16.67%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (17,20,0,48)
C17M20Y0K48 (17%, 20%, 0%, 48%)
(0.17 / 0.20 / 0.00 / 0.48)

CMYK percentages

%16.67
%20.45
%0
%48.24

Codes

Color #6E6984 in popluar color models

6E 69 84
RGB 110 105 132
HSL 251° 11.39% 46.47%
HSB/HSV 251° 20.45% 51.76%
CMYK 16.67% 20.45% 0.00%
48.24%

Color #6E6984 in popluar number systems.

HEX 6E 69 84
Decimal 110 105 132
Binary 1101110 1101001 10000100
Octal 156 151 204

Shades and tints

Shades of #6E6984

#6E6984
(110,105,132)
#646078
(100,96,120)
#5A576C
(90,87,108)
#504E60
(80,78,96)
#464554
(70,69,84)
#3C3C48
(60,60,72)
#32333C
(50,51,60)
#282A30
(40,42,48)
#1E2124
(30,33,36)
#141818
(20,24,24)
#0A0F0C
(10,15,12)
#000000
(0,0,0)

Tints of #6E6984

#6E6984
(110,105,132)
#7B768F
(123,118,143)
#88839A
(136,131,154)
#9590A5
(149,144,165)
#A29DB0
(162,157,176)
#AFAABB
(175,170,187)
#BCB7C6
(188,183,198)
#C9C4D1
(201,196,209)
#D6D1DC
(214,209,220)
#E3DEE7
(227,222,231)
#F0EBF2
(240,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6984 color. Also use rgb(110,105,132) instead hex code.

Text Font Color

.myTextColor { color: #6E6984; }

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

This text font color is #6E6984.

Background Color

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

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

This div background color is #6E6984.

Border color

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

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

This div border color is #6E6984.

Opacity

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

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

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

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

This text has shadow with #6E6984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6984.

Preview

Color preview on black background

This text has color #6E6984 on black background.


Color preview on white background

This text has color #6E6984 on white background.


Black color preview on #6E6984 background

This text has black color on #6E6984 background.


White color preview on #6E6984 background

This text has white color on #6E6984 background.


Related colors

Complementary color

Complementary color for #hex is #91967B.


I love getcolorcode.com

Triadic colors

1 #846E69 and #69846E with #6E6984 are triadic colors.

2 #84696E and #696E84 with #6E6984 are triadic colors.