COLOR #6E438D

HEX: #6E438D
RGB: (110,67,141)

Color info

#6E438D contains mainly red and blue colors. Web safe color of #6E438D is #663399 (or #639).

RGB color model

#6E438D color RGB value is (110,67,141).

  • red value is 110;
  • green value is 67;
  • blue value is 141.
RGB:
(110,67,141)
(43%,26%,55%)

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 141 of 255 = 55%

110
67
141

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

Portions of RGB colors in percentages

R + G + B =
110 + 67 + 141 = 318 (100%)
R 110 of 318 ~ 34.59%
G 67 of 318 ~ 21.07%
B 141 of 318 ~ 44.34%

%34.59
%21.07
%44.34

CMYK color model

#6E438D color CMYK value is (22,52,0,45).

  • cyan value is 21.99%
  • magenta value is 52.48%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(22,52,0,45)
C22M52Y0K45 
(22%,52%,0%,45%)
(0.22/0.52/0.00/0.45)	

CMYK percentages

%21.99
%52.48
%0
%44.71

Codes

Color #6E438D in popluar color models

6E438D
RGB11067141
HSL275°35.58%40.78%
HSB/HSV275°52.48%55.29%
CMYK21.99%52.48%0.00%
44.71%

Color #6E438D in popluar number systems.

HEX6E438D
Decimal11067141
Binary1101110100001110001101
Octal156103215

Shades and tints

Shades of #6E438D

#6E438D
(110,67,141)
#643D81
(100,61,129)
#5A3775
(90,55,117)
#503169
(80,49,105)
#462B5D
(70,43,93)
#3C2551
(60,37,81)
#321F45
(50,31,69)
#281939
(40,25,57)
#1E132D
(30,19,45)
#140D21
(20,13,33)
#0A0715
(10,7,21)
#000000
(0,0,0)

Tints of #6E438D

#6E438D
(110,67,141)
#7B5497
(123,84,151)
#8865A1
(136,101,161)
#9576AB
(149,118,171)
#A287B5
(162,135,181)
#AF98BF
(175,152,191)
#BCA9C9
(188,169,201)
#C9BAD3
(201,186,211)
#D6CBDD
(214,203,221)
#E3DCE7
(227,220,231)
#F0EDF1
(240,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E438D color. Also use rgb(110,67,141) instead hex code.

Text Font Color

.myTextColor { color: #6E438D; }

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

This text font color is #6E438D.


Background Color

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

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

This div background color is #6E438D.


Border color

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

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

This div border color is #6E438D.


Opacity

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

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

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

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

This text has shadow with #6E438D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E438D on black background.


Color preview on white background

This text has color #6E438D on white background.



Black color preview on #6E438D background

This text has black color on #6E438D background.


White color preview on #6E438D background

This text has white color on #6E438D background.