COLOR #6E388A

HEX: #6E388A
RGB: (110,56,138)

Color info

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

RGB color model

#6E388A color RGB value is (110,56,138).

  • red value is 110;
  • green value is 56;
  • blue value is 138.
RGB:
(110,56,138)
(43%,22%,54%)

RGB channels and saturation

R 110 of 255 = 43%
G 56 of 255 = 22%
B 138 of 255 = 54%

110
56
138

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

Portions of RGB colors in percentages

R + G + B =
110 + 56 + 138 = 304 (100%)
R 110 of 304 ~ 36.18%
G 56 of 304 ~ 18.42%
B 138 of 304 ~ 45.39%

%36.18
%18.42
%45.39

CMYK color model

#6E388A color CMYK value is (20,59,0,46).

  • cyan value is 20.29%
  • magenta value is 59.42%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(20,59,0,46)
C20M59Y0K46 
(20%,59%,0%,46%)
(0.20/0.59/0.00/0.46)	

CMYK percentages

%20.29
%59.42
%0
%45.88

Codes

Color #6E388A in popluar color models

6E388A
RGB11056138
HSL280°42.27%38.04%
HSB/HSV280°59.42%54.12%
CMYK20.29%59.42%0.00%
45.88%

Color #6E388A in popluar number systems.

HEX6E388A
Decimal11056138
Binary110111011100010001010
Octal15670212

Shades and tints

Shades of #6E388A

#6E388A
(110,56,138)
#64337E
(100,51,126)
#5A2E72
(90,46,114)
#502966
(80,41,102)
#46245A
(70,36,90)
#3C1F4E
(60,31,78)
#321A42
(50,26,66)
#281536
(40,21,54)
#1E102A
(30,16,42)
#140B1E
(20,11,30)
#0A0612
(10,6,18)
#000000
(0,0,0)

Tints of #6E388A

#6E388A
(110,56,138)
#7B4A94
(123,74,148)
#885C9E
(136,92,158)
#956EA8
(149,110,168)
#A280B2
(162,128,178)
#AF92BC
(175,146,188)
#BCA4C6
(188,164,198)
#C9B6D0
(201,182,208)
#D6C8DA
(214,200,218)
#E3DAE4
(227,218,228)
#F0ECEE
(240,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E388A color. Also use rgb(110,56,138) instead hex code.

Text Font Color

.myTextColor { color: #6E388A; }

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

This text font color is #6E388A.


Background Color

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

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

This div background color is #6E388A.


Border color

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

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

This div border color is #6E388A.


Opacity

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

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

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

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

This text has shadow with #6E388A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E388A on black background.


Color preview on white background

This text has color #6E388A on white background.



Black color preview on #6E388A background

This text has black color on #6E388A background.


White color preview on #6E388A background

This text has white color on #6E388A background.