COLOR #6E3258

HEX: #6E3258 RGB: (110,50,88)

Color info

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

RGB color model

#6E3258 color RGB value is (110,50,88).

RGB: (110,50,88) (43%, 20%, 35%)

RGB channels and saturation

R 110 of 255 = 43%
G 50 of 255 = 20%
B 88 of 255 = 35%

110
50
88

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

Portions of RGB colors in percentages

R + G + B = 110 + 50 + 88 = 248 (100%)
R 110 of 248 ~ 44.35%
G 50 of 248 ~ 20.16%
B 88 of 248 ~ 35.48'%

%44.35
%20.16
%35.48

CMYK color model

#6E3258 color CMYK value is (0,55,20,57).

  • cyan value is 0.00%
  • magenta value is 54.55%
  • yellow value is 20.00%
  • key color value is 56.86%
CMYK: (0,55,20,57) C0M55Y20K57 (0%,55%,20%,57%) (0.00/0.55/0.20/0.57) 

CMYK percentages

%0
%54.55
%20
%56.86

Codes

Color #6E3258 in popluar color models

6E 32 58
RGB 110 50 88
HSL 322° 37.50% 31.37%
HSB/HSV 322° 54.55% 43.14%
CMYK 0.00% 54.55% 20.00%
56.86%

Color #6E3258 in popluar number systems.

HEX 6E 32 58
Decimal 110 50 88
Binary 1101110 110010 1011000
Octal 156 62 130

Shades and tints

Shades of #6E3258

#6E3258
(110,50,88)
#642E50
(100,46,80)
#5A2A48
(90,42,72)
#502640
(80,38,64)
#462238
(70,34,56)
#3C1E30
(60,30,48)
#321A28
(50,26,40)
#281620
(40,22,32)
#1E1218
(30,18,24)
#140E10
(20,14,16)
#0A0A08
(10,10,8)
#000000
(0,0,0)

Tints of #6E3258

#6E3258
(110,50,88)
#7B4467
(123,68,103)
#885676
(136,86,118)
#956885
(149,104,133)
#A27A94
(162,122,148)
#AF8CA3
(175,140,163)
#BC9EB2
(188,158,178)
#C9B0C1
(201,176,193)
#D6C2D0
(214,194,208)
#E3D4DF
(227,212,223)
#F0E6EE
(240,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E3258 color. Also use rgb(110,50,88) instead hex code.

Text Font Color

.myTextColor { color: #6E3258; }

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

This text font color is #6E3258.

Background Color

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

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

This div background color is #6E3258.

Border color

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

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

This div border color is #6E3258.

Opacity

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

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

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

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

This text has shadow with #6E3258 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E3258.

Preview

Color preview on black background

This text has color #6E3258 on black background.


Color preview on white background

This text has color #6E3258 on white background.


Black color preview on #6E3258 background

This text has black color on #6E3258 background.


White color preview on #6E3258 background

This text has white color on #6E3258 background.


Related colors

Complementary color

Complementary color for #hex is #91CDA7.


I love getcolorcode.com

Triadic colors

1 #586E32 and #32586E with #6E3258 are triadic colors.

2 #58326E and #326E58 with #6E3258 are triadic colors.