COLOR #6E305B

HEX: #6E305B
RGB: (110,48,91)

Color info

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

RGB color model

#6E305B color RGB value is (110,48,91).

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

RGB channels and saturation

R 110 of 255 = 43%
G 48 of 255 = 19%
B 91 of 255 = 36%

110
48
91

R + G + B ~ 33%. #6E305B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 48 + 91 = 249 (100%)
R 110 of 249 ~ 44.18%
G 48 of 249 ~ 19.28%
B 91 of 249 ~ 36.55%

%44.18
%19.28
%36.55

CMYK color model

#6E305B color CMYK value is (0,56,17,57).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 17.27%
  • key color value is 56.86%
CMYK:
(0,56,17,57)
C0M56Y17K57 
(0%,56%,17%,57%)
(0.00/0.56/0.17/0.57)	

CMYK percentages

%0
%56.36
%17.27
%56.86

Codes

Color #6E305B in popluar color models

6E305B
RGB1104891
HSL318°39.24%30.98%
HSB/HSV318°56.36%43.14%
CMYK0.00%56.36%17.27%
56.86%

Color #6E305B in popluar number systems.

HEX6E305B
Decimal1104891
Binary11011101100001011011
Octal15660133

Shades and tints

Shades of #6E305B

#6E305B
(110,48,91)
#642C53
(100,44,83)
#5A284B
(90,40,75)
#502443
(80,36,67)
#46203B
(70,32,59)
#3C1C33
(60,28,51)
#32182B
(50,24,43)
#281423
(40,20,35)
#1E101B
(30,16,27)
#140C13
(20,12,19)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #6E305B

#6E305B
(110,48,91)
#7B4269
(123,66,105)
#885477
(136,84,119)
#956685
(149,102,133)
#A27893
(162,120,147)
#AF8AA1
(175,138,161)
#BC9CAF
(188,156,175)
#C9AEBD
(201,174,189)
#D6C0CB
(214,192,203)
#E3D2D9
(227,210,217)
#F0E4E7
(240,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E305B; }

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

This text font color is #6E305B.


Background Color

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

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

This div background color is #6E305B.


Border color

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

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

This div border color is #6E305B.


Opacity

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

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

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

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

This text has shadow with #6E305B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E305B on black background.


Color preview on white background

This text has color #6E305B on white background.



Black color preview on #6E305B background

This text has black color on #6E305B background.


White color preview on #6E305B background

This text has white color on #6E305B background.