COLOR #6E255F

HEX: #6E255F RGB: (110,37,95)

Color info

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

RGB color model

#6E255F color RGB value is (110,37,95).

RGB: (110,37,95) (43%, 15%, 37%)

RGB channels and saturation

R 110 of 255 = 43%
G 37 of 255 = 15%
B 95 of 255 = 37%

110
37
95

R + G + B ~ 32%. #6E255F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 37 + 95 = 242 (100%)
R 110 of 242 ~ 45.45%
G 37 of 242 ~ 15.29%
B 95 of 242 ~ 39.26'%

%45.45
%15.29
%39.26

CMYK color model

#6E255F color CMYK value is (0,66,14,57).

  • cyan value is 0.00%
  • magenta value is 66.36%
  • yellow value is 13.64%
  • key color value is 56.86%

CMYK: (0,66,14,57)
C0M66Y14K57 (0%, 66%, 14%, 57%)
(0.00 / 0.66 / 0.14 / 0.57)

CMYK percentages

%0
%66.36
%13.64
%56.86

Codes

Color #6E255F in popluar color models

6E 25 5F
RGB 110 37 95
HSL 312° 49.66% 28.82%
HSB/HSV 312° 66.36% 43.14%
CMYK 0.00% 66.36% 13.64%
56.86%

Color #6E255F in popluar number systems.

HEX 6E 25 5F
Decimal 110 37 95
Binary 1101110 100101 1011111
Octal 156 45 137

Shades and tints

Shades of #6E255F

#6E255F
(110,37,95)
#642257
(100,34,87)
#5A1F4F
(90,31,79)
#501C47
(80,28,71)
#46193F
(70,25,63)
#3C1637
(60,22,55)
#32132F
(50,19,47)
#281027
(40,16,39)
#1E0D1F
(30,13,31)
#140A17
(20,10,23)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #6E255F

#6E255F
(110,37,95)
#7B386D
(123,56,109)
#884B7B
(136,75,123)
#955E89
(149,94,137)
#A27197
(162,113,151)
#AF84A5
(175,132,165)
#BC97B3
(188,151,179)
#C9AAC1
(201,170,193)
#D6BDCF
(214,189,207)
#E3D0DD
(227,208,221)
#F0E3EB
(240,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E255F color. Also use rgb(110,37,95) instead hex code.

Text Font Color

.myTextColor { color: #6E255F; }

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

This text font color is #6E255F.

Background Color

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

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

This div background color is #6E255F.

Border color

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

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

This div border color is #6E255F.

Opacity

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

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

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

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

This text has shadow with #6E255F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E255F.

Preview

Color preview on black background

This text has color #6E255F on black background.


Color preview on white background

This text has color #6E255F on white background.


Black color preview on #6E255F background

This text has black color on #6E255F background.


White color preview on #6E255F background

This text has white color on #6E255F background.


Related colors

Complementary color

Complementary color for #hex is #91DAA0.


I love getcolorcode.com

Triadic colors

1 #5F6E25 and #255F6E with #6E255F are triadic colors.

2 #5F256E and #256E5F with #6E255F are triadic colors.