COLOR #6E6485

HEX: #6E6485
RGB: (110,100,133)

Color info

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

RGB color model

#6E6485 color RGB value is (110,100,133).

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

RGB channels and saturation

R 110 of 255 = 43%
G 100 of 255 = 39%
B 133 of 255 = 52%

110
100
133

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

Portions of RGB colors in percentages

R + G + B =
110 + 100 + 133 = 343 (100%)
R 110 of 343 ~ 32.07%
G 100 of 343 ~ 29.15%
B 133 of 343 ~ 38.78%

%32.07
%29.15
%38.78

CMYK color model

#6E6485 color CMYK value is (17,25,0,48).

  • cyan value is 17.29%
  • magenta value is 24.81%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(17,25,0,48)
C17M25Y0K48 
(17%,25%,0%,48%)
(0.17/0.25/0.00/0.48)	

CMYK percentages

%17.29
%24.81
%0
%47.84

Codes

Color #6E6485 in popluar color models

6E6485
RGB110100133
HSL258°14.16%45.69%
HSB/HSV258°24.81%52.16%
CMYK17.29%24.81%0.00%
47.84%

Color #6E6485 in popluar number systems.

HEX6E6485
Decimal110100133
Binary1101110110010010000101
Octal156144205

Shades and tints

Shades of #6E6485

#6E6485
(110,100,133)
#645B79
(100,91,121)
#5A526D
(90,82,109)
#504961
(80,73,97)
#464055
(70,64,85)
#3C3749
(60,55,73)
#322E3D
(50,46,61)
#282531
(40,37,49)
#1E1C25
(30,28,37)
#141319
(20,19,25)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #6E6485

#6E6485
(110,100,133)
#7B7290
(123,114,144)
#88809B
(136,128,155)
#958EA6
(149,142,166)
#A29CB1
(162,156,177)
#AFAABC
(175,170,188)
#BCB8C7
(188,184,199)
#C9C6D2
(201,198,210)
#D6D4DD
(214,212,221)
#E3E2E8
(227,226,232)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6485; }

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

This text font color is #6E6485.


Background Color

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

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

This div background color is #6E6485.


Border color

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

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

This div border color is #6E6485.


Opacity

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

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

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

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

This text has shadow with #6E6485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6485 on black background.


Color preview on white background

This text has color #6E6485 on white background.



Black color preview on #6E6485 background

This text has black color on #6E6485 background.


White color preview on #6E6485 background

This text has white color on #6E6485 background.