COLOR #6E3075

HEX: #6E3075
RGB: (110,48,117)

Color info

#6E3075 contains mainly red and blue colors. Web safe color of #6E3075 is #663366 (or #636).

RGB color model

#6E3075 color RGB value is (110,48,117).

  • red value is 110;
  • green value is 48;
  • blue value is 117.
RGB:
(110,48,117)
(43%,19%,46%)

RGB channels and saturation

R 110 of 255 = 43%
G 48 of 255 = 19%
B 117 of 255 = 46%

110
48
117

R + G + B ~ 36%. #6E3075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 48 + 117 = 275 (100%)
R 110 of 275 ~ 40%
G 48 of 275 ~ 17.45%
B 117 of 275 ~ 42.55%

%40
%17.45
%42.55

CMYK color model

#6E3075 color CMYK value is (6,59,0,54).

  • cyan value is 5.98%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(6,59,0,54)
C6M59Y0K54 
(6%,59%,0%,54%)
(0.06/0.59/0.00/0.54)	

CMYK percentages

%5.98
%58.97
%0
%54.12

Codes

Color #6E3075 in popluar color models

6E3075
RGB11048117
HSL294°41.82%32.35%
HSB/HSV294°58.97%45.88%
CMYK5.98%58.97%0.00%
54.12%

Color #6E3075 in popluar number systems.

HEX6E3075
Decimal11048117
Binary11011101100001110101
Octal15660165

Shades and tints

Shades of #6E3075

#6E3075
(110,48,117)
#642C6B
(100,44,107)
#5A2861
(90,40,97)
#502457
(80,36,87)
#46204D
(70,32,77)
#3C1C43
(60,28,67)
#321839
(50,24,57)
#28142F
(40,20,47)
#1E1025
(30,16,37)
#140C1B
(20,12,27)
#0A0811
(10,8,17)
#000000
(0,0,0)

Tints of #6E3075

#6E3075
(110,48,117)
#7B4281
(123,66,129)
#88548D
(136,84,141)
#956699
(149,102,153)
#A278A5
(162,120,165)
#AF8AB1
(175,138,177)
#BC9CBD
(188,156,189)
#C9AEC9
(201,174,201)
#D6C0D5
(214,192,213)
#E3D2E1
(227,210,225)
#F0E4ED
(240,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3075 color. Also use rgb(110,48,117) instead hex code.

Text Font Color

.myTextColor { color: #6E3075; }

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

This text font color is #6E3075.


Background Color

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

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

This div background color is #6E3075.


Border color

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

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

This div border color is #6E3075.


Opacity

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

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

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

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

This text has shadow with #6E3075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3075 on black background.


Color preview on white background

This text has color #6E3075 on white background.



Black color preview on #6E3075 background

This text has black color on #6E3075 background.


White color preview on #6E3075 background

This text has white color on #6E3075 background.