COLOR #6E3462

HEX: #6E3462
RGB: (110,52,98)

Color info

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

RGB color model

#6E3462 color RGB value is (110,52,98).

  • red value is 110;
  • green value is 52;
  • blue value is 98.
RGB:
(110,52,98)
(43%,20%,38%)

RGB channels and saturation

R 110 of 255 = 43%
G 52 of 255 = 20%
B 98 of 255 = 38%

110
52
98

R + G + B ~ 34%. #6E3462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
110 + 52 + 98 = 260 (100%)
R 110 of 260 ~ 42.31%
G 52 of 260 ~ 20%
B 98 of 260 ~ 37.69%

%42.31
%20
%37.69

CMYK color model

#6E3462 color CMYK value is (0,53,11,57).

  • cyan value is 0.00%
  • magenta value is 52.73%
  • yellow value is 10.91%
  • key color value is 56.86%
CMYK:
(0,53,11,57)
C0M53Y11K57 
(0%,53%,11%,57%)
(0.00/0.53/0.11/0.57)	

CMYK percentages

%0
%52.73
%10.91
%56.86

Codes

Color #6E3462 in popluar color models

6E3462
RGB1105298
HSL312°35.80%31.76%
HSB/HSV312°52.73%43.14%
CMYK0.00%52.73%10.91%
56.86%

Color #6E3462 in popluar number systems.

HEX6E3462
Decimal1105298
Binary11011101101001100010
Octal15664142

Shades and tints

Shades of #6E3462

#6E3462
(110,52,98)
#64305A
(100,48,90)
#5A2C52
(90,44,82)
#50284A
(80,40,74)
#462442
(70,36,66)
#3C203A
(60,32,58)
#321C32
(50,28,50)
#28182A
(40,24,42)
#1E1422
(30,20,34)
#14101A
(20,16,26)
#0A0C12
(10,12,18)
#000000
(0,0,0)

Tints of #6E3462

#6E3462
(110,52,98)
#7B4670
(123,70,112)
#88587E
(136,88,126)
#956A8C
(149,106,140)
#A27C9A
(162,124,154)
#AF8EA8
(175,142,168)
#BCA0B6
(188,160,182)
#C9B2C4
(201,178,196)
#D6C4D2
(214,196,210)
#E3D6E0
(227,214,224)
#F0E8EE
(240,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3462 color. Also use rgb(110,52,98) instead hex code.

Text Font Color

.myTextColor { color: #6E3462; }

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

This text font color is #6E3462.


Background Color

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

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

This div background color is #6E3462.


Border color

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

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

This div border color is #6E3462.


Opacity

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

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

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

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

This text has shadow with #6E3462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E3462 on black background.


Color preview on white background

This text has color #6E3462 on white background.



Black color preview on #6E3462 background

This text has black color on #6E3462 background.


White color preview on #6E3462 background

This text has white color on #6E3462 background.