COLOR #6E6488

HEX: #6E6488 RGB: (110,100,136)

Color info

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

RGB color model

#6E6488 color RGB value is (110,100,136).

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

RGB channels and saturation

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

110
100
136

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

Portions of RGB colors in percentages

R + G + B = 110 + 100 + 136 = 346 (100%)
R 110 of 346 ~ 31.79%
G 100 of 346 ~ 28.9%
B 136 of 346 ~ 39.31'%

%31.79
%28.9
%39.31

CMYK color model

#6E6488 color CMYK value is (19,26,0,47).

  • cyan value is 19.12%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK: (19,26,0,47) C19M26Y0K47 (19%,26%,0%,47%) (0.19/0.26/0.00/0.47) 

CMYK percentages

%19.12
%26.47
%0
%46.67

Codes

Color #6E6488 in popluar color models

6E 64 88
RGB 110 100 136
HSL 257° 15.25% 46.27%
HSB/HSV 257° 26.47% 53.33%
CMYK 19.12% 26.47% 0.00%
46.67%

Color #6E6488 in popluar number systems.

HEX 6E 64 88
Decimal 110 100 136
Binary 1101110 1100100 10001000
Octal 156 144 210

Shades and tints

Shades of #6E6488

#6E6488
(110,100,136)
#645B7C
(100,91,124)
#5A5270
(90,82,112)
#504964
(80,73,100)
#464058
(70,64,88)
#3C374C
(60,55,76)
#322E40
(50,46,64)
#282534
(40,37,52)
#1E1C28
(30,28,40)
#14131C
(20,19,28)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #6E6488

#6E6488
(110,100,136)
#7B7292
(123,114,146)
#88809C
(136,128,156)
#958EA6
(149,142,166)
#A29CB0
(162,156,176)
#AFAABA
(175,170,186)
#BCB8C4
(188,184,196)
#C9C6CE
(201,198,206)
#D6D4D8
(214,212,216)
#E3E2E2
(227,226,226)
#F0F0EC
(240,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6488; }

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

This text font color is #6E6488.

Background Color

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

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

This div background color is #6E6488.

Border color

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

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

This div border color is #6E6488.

Opacity

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

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

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

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

This text has shadow with #6E6488 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6488.

Preview

Color preview on black background

This text has color #6E6488 on black background.


Color preview on white background

This text has color #6E6488 on white background.


Black color preview on #6E6488 background

This text has black color on #6E6488 background.


White color preview on #6E6488 background

This text has white color on #6E6488 background.


Related colors

Complementary color

Complementary color for #hex is #919B77.


I love getcolorcode.com

Triadic colors

1 #886E64 and #64886E with #6E6488 are triadic colors.

2 #88646E and #646E88 with #6E6488 are triadic colors.