COLOR #6E145A

HEX: #6E145A RGB: (110,20,90)

Color info

#6E145A contains mainly red and blue colors. Web safe color of #6E145A is #660066 (or #606).

RGB color model

#6E145A color RGB value is (110,20,90).

RGB: (110,20,90) (43%, 8%, 35%)

RGB channels and saturation

R 110 of 255 = 43%
G 20 of 255 = 8%
B 90 of 255 = 35%

110
20
90

R + G + B ~ 29%. #6E145A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 110 + 20 + 90 = 220 (100%)
R 110 of 220 ~ 50%
G 20 of 220 ~ 9.09%
B 90 of 220 ~ 40.91'%

%50
%40.91

CMYK color model

#6E145A color CMYK value is (0,82,18,57).

  • cyan value is 0.00%
  • magenta value is 81.82%
  • yellow value is 18.18%
  • key color value is 56.86%

CMYK: (0,82,18,57)
C0M82Y18K57 (0%, 82%, 18%, 57%)
(0.00 / 0.82 / 0.18 / 0.57)

CMYK percentages

%0
%81.82
%18.18
%56.86

Codes

Color #6E145A in popluar color models

6E 14 5A
RGB 110 20 90
HSL 313° 69.23% 25.49%
HSB/HSV 313° 81.82% 43.14%
CMYK 0.00% 81.82% 18.18%
56.86%

Color #6E145A in popluar number systems.

HEX 6E 14 5A
Decimal 110 20 90
Binary 1101110 10100 1011010
Octal 156 24 132

Shades and tints

Shades of #6E145A

#6E145A
(110,20,90)
#641352
(100,19,82)
#5A124A
(90,18,74)
#501142
(80,17,66)
#46103A
(70,16,58)
#3C0F32
(60,15,50)
#320E2A
(50,14,42)
#280D22
(40,13,34)
#1E0C1A
(30,12,26)
#140B12
(20,11,18)
#0A0A0A
(10,10,10)
#000000
(0,0,0)

Tints of #6E145A

#6E145A
(110,20,90)
#7B2969
(123,41,105)
#883E78
(136,62,120)
#955387
(149,83,135)
#A26896
(162,104,150)
#AF7DA5
(175,125,165)
#BC92B4
(188,146,180)
#C9A7C3
(201,167,195)
#D6BCD2
(214,188,210)
#E3D1E1
(227,209,225)
#F0E6F0
(240,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E145A color. Also use rgb(110,20,90) instead hex code.

Text Font Color

.myTextColor { color: #6E145A; }

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

This text font color is #6E145A.

Background Color

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

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

This div background color is #6E145A.

Border color

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

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

This div border color is #6E145A.

Opacity

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

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

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

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

This text has shadow with #6E145A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E145A.

Preview

Color preview on black background

This text has color #6E145A on black background.


Color preview on white background

This text has color #6E145A on white background.


Black color preview on #6E145A background

This text has black color on #6E145A background.


White color preview on #6E145A background

This text has white color on #6E145A background.


Related colors

Complementary color

Complementary color for #hex is #91EBA5.


I love getcolorcode.com

Triadic colors

1 #5A6E14 and #145A6E with #6E145A are triadic colors.

2 #5A146E and #146E5A with #6E145A are triadic colors.