COLOR #6E368B

HEX: #6E368B
RGB: (110,54,139)

Color info

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

RGB color model

#6E368B color RGB value is (110,54,139).

  • red value is 110;
  • green value is 54;
  • blue value is 139.
RGB:
(110,54,139)
(43%,21%,55%)

RGB channels and saturation

R 110 of 255 = 43%
G 54 of 255 = 21%
B 139 of 255 = 55%

110
54
139

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

Portions of RGB colors in percentages

R + G + B =
110 + 54 + 139 = 303 (100%)
R 110 of 303 ~ 36.3%
G 54 of 303 ~ 17.82%
B 139 of 303 ~ 45.87%

%36.3
%17.82
%45.87

CMYK color model

#6E368B color CMYK value is (21,61,0,45).

  • cyan value is 20.86%
  • magenta value is 61.15%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(21,61,0,45)
C21M61Y0K45 
(21%,61%,0%,45%)
(0.21/0.61/0.00/0.45)	

CMYK percentages

%20.86
%61.15
%0
%45.49

Codes

Color #6E368B in popluar color models

6E368B
RGB11054139
HSL280°44.04%37.84%
HSB/HSV280°61.15%54.51%
CMYK20.86%61.15%0.00%
45.49%

Color #6E368B in popluar number systems.

HEX6E368B
Decimal11054139
Binary110111011011010001011
Octal15666213

Shades and tints

Shades of #6E368B

#6E368B
(110,54,139)
#64327F
(100,50,127)
#5A2E73
(90,46,115)
#502A67
(80,42,103)
#46265B
(70,38,91)
#3C224F
(60,34,79)
#321E43
(50,30,67)
#281A37
(40,26,55)
#1E162B
(30,22,43)
#14121F
(20,18,31)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #6E368B

#6E368B
(110,54,139)
#7B4895
(123,72,149)
#885A9F
(136,90,159)
#956CA9
(149,108,169)
#A27EB3
(162,126,179)
#AF90BD
(175,144,189)
#BCA2C7
(188,162,199)
#C9B4D1
(201,180,209)
#D6C6DB
(214,198,219)
#E3D8E5
(227,216,229)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E368B color. Also use rgb(110,54,139) instead hex code.

Text Font Color

.myTextColor { color: #6E368B; }

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

This text font color is #6E368B.


Background Color

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

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

This div background color is #6E368B.


Border color

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

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

This div border color is #6E368B.


Opacity

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

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

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

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

This text has shadow with #6E368B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E368B on black background.


Color preview on white background

This text has color #6E368B on white background.



Black color preview on #6E368B background

This text has black color on #6E368B background.


White color preview on #6E368B background

This text has white color on #6E368B background.