COLOR #6E437A

HEX: #6E437A
RGB: (110,67,122)

Color info

#6E437A contains red, green and blue colors in about the same proportion. Web safe color of #6E437A is #663366 (or #636).

RGB color model

#6E437A color RGB value is (110,67,122).

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

RGB channels and saturation

R 110 of 255 = 43%
G 67 of 255 = 26%
B 122 of 255 = 48%

110
67
122

R + G + B ~ 39%. #6E437A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 67 + 122 = 299 (100%)
R 110 of 299 ~ 36.79%
G 67 of 299 ~ 22.41%
B 122 of 299 ~ 40.8%

%36.79
%22.41
%40.8

CMYK color model

#6E437A color CMYK value is (10,45,0,52).

  • cyan value is 9.84%
  • magenta value is 45.08%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(10,45,0,52)
C10M45Y0K52 
(10%,45%,0%,52%)
(0.10/0.45/0.00/0.52)	

CMYK percentages

%9.84
%45.08
%0
%52.16

Codes

Color #6E437A in popluar color models

6E437A
RGB11067122
HSL287°29.10%37.06%
HSB/HSV287°45.08%47.84%
CMYK9.84%45.08%0.00%
52.16%

Color #6E437A in popluar number systems.

HEX6E437A
Decimal11067122
Binary110111010000111111010
Octal156103172

Shades and tints

Shades of #6E437A

#6E437A
(110,67,122)
#643D6F
(100,61,111)
#5A3764
(90,55,100)
#503159
(80,49,89)
#462B4E
(70,43,78)
#3C2543
(60,37,67)
#321F38
(50,31,56)
#28192D
(40,25,45)
#1E1322
(30,19,34)
#140D17
(20,13,23)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #6E437A

#6E437A
(110,67,122)
#7B5486
(123,84,134)
#886592
(136,101,146)
#95769E
(149,118,158)
#A287AA
(162,135,170)
#AF98B6
(175,152,182)
#BCA9C2
(188,169,194)
#C9BACE
(201,186,206)
#D6CBDA
(214,203,218)
#E3DCE6
(227,220,230)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E437A; }

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

This text font color is #6E437A.


Background Color

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

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

This div background color is #6E437A.


Border color

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

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

This div border color is #6E437A.


Opacity

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

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

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

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

This text has shadow with #6E437A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E437A on black background.


Color preview on white background

This text has color #6E437A on white background.



Black color preview on #6E437A background

This text has black color on #6E437A background.


White color preview on #6E437A background

This text has white color on #6E437A background.