COLOR #6E6388

HEX: #6E6388 RGB: (110,99,136)

Color info

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

RGB color model

#6E6388 color RGB value is (110,99,136).

RGB: (110,99,136) (43%, 39%, 53%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 136 of 255 = 53%

110
99
136

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

Portions of RGB colors in percentages

R + G + B = 110 + 99 + 136 = 345 (100%)
R 110 of 345 ~ 31.88%
G 99 of 345 ~ 28.7%
B 136 of 345 ~ 39.42'%

%31.88
%28.7
%39.42

CMYK color model

#6E6388 color CMYK value is (19,27,0,47).

  • cyan value is 19.12%
  • magenta value is 27.21%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (19,27,0,47)
C19M27Y0K47 (19%, 27%, 0%, 47%)
(0.19 / 0.27 / 0.00 / 0.47)

CMYK percentages

%19.12
%27.21
%0
%46.67

Codes

Color #6E6388 in popluar color models

6E 63 88
RGB 110 99 136
HSL 258° 15.74% 46.08%
HSB/HSV 258° 27.21% 53.33%
CMYK 19.12% 27.21% 0.00%
46.67%

Color #6E6388 in popluar number systems.

HEX 6E 63 88
Decimal 110 99 136
Binary 1101110 1100011 10001000
Octal 156 143 210

Shades and tints

Shades of #6E6388

#6E6388
(110,99,136)
#645A7C
(100,90,124)
#5A5170
(90,81,112)
#504864
(80,72,100)
#463F58
(70,63,88)
#3C364C
(60,54,76)
#322D40
(50,45,64)
#282434
(40,36,52)
#1E1B28
(30,27,40)
#14121C
(20,18,28)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #6E6388

#6E6388
(110,99,136)
#7B7192
(123,113,146)
#887F9C
(136,127,156)
#958DA6
(149,141,166)
#A29BB0
(162,155,176)
#AFA9BA
(175,169,186)
#BCB7C4
(188,183,196)
#C9C5CE
(201,197,206)
#D6D3D8
(214,211,216)
#E3E1E2
(227,225,226)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6388 color. Also use rgb(110,99,136) instead hex code.

Text Font Color

.myTextColor { color: #6E6388; }

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

This text font color is #6E6388.

Background Color

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

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

This div background color is #6E6388.

Border color

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

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

This div border color is #6E6388.

Opacity

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

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

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

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

This text has shadow with #6E6388 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6388.

Preview

Color preview on black background

This text has color #6E6388 on black background.


Color preview on white background

This text has color #6E6388 on white background.


Black color preview on #6E6388 background

This text has black color on #6E6388 background.


White color preview on #6E6388 background

This text has white color on #6E6388 background.


Related colors

Complementary color

Complementary color for #hex is #919C77.


I love getcolorcode.com

Triadic colors

1 #886E63 and #63886E with #6E6388 are triadic colors.

2 #88636E and #636E88 with #6E6388 are triadic colors.