COLOR #6E5074

HEX: #6E5074
RGB: (110,80,116)

Color info

#6E5074 contains red, green and blue colors in about the same proportion. Web safe color of #6E5074 is #666666 (or #666).

RGB color model

#6E5074 color RGB value is (110,80,116).

  • red value is 110;
  • green value is 80;
  • blue value is 116.
RGB:
(110,80,116)
(43%,31%,45%)

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 116 of 255 = 45%

110
80
116

R + G + B ~ 40%. #6E5074 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 80 + 116 = 306 (100%)
R 110 of 306 ~ 35.95%
G 80 of 306 ~ 26.14%
B 116 of 306 ~ 37.91%

%35.95
%26.14
%37.91

CMYK color model

#6E5074 color CMYK value is (5,31,0,55).

  • cyan value is 5.17%
  • magenta value is 31.03%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(5,31,0,55)
C5M31Y0K55 
(5%,31%,0%,55%)
(0.05/0.31/0.00/0.55)	

CMYK percentages

%5.17
%31.03
%0
%54.51

Codes

Color #6E5074 in popluar color models

6E5074
RGB11080116
HSL290°18.37%38.43%
HSB/HSV290°31.03%45.49%
CMYK5.17%31.03%0.00%
54.51%

Color #6E5074 in popluar number systems.

HEX6E5074
Decimal11080116
Binary110111010100001110100
Octal156120164

Shades and tints

Shades of #6E5074

#6E5074
(110,80,116)
#64496A
(100,73,106)
#5A4260
(90,66,96)
#503B56
(80,59,86)
#46344C
(70,52,76)
#3C2D42
(60,45,66)
#322638
(50,38,56)
#281F2E
(40,31,46)
#1E1824
(30,24,36)
#14111A
(20,17,26)
#0A0A10
(10,10,16)
#000000
(0,0,0)

Tints of #6E5074

#6E5074
(110,80,116)
#7B5F80
(123,95,128)
#886E8C
(136,110,140)
#957D98
(149,125,152)
#A28CA4
(162,140,164)
#AF9BB0
(175,155,176)
#BCAABC
(188,170,188)
#C9B9C8
(201,185,200)
#D6C8D4
(214,200,212)
#E3D7E0
(227,215,224)
#F0E6EC
(240,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E5074 color. Also use rgb(110,80,116) instead hex code.

Text Font Color

.myTextColor { color: #6E5074; }

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

This text font color is #6E5074.


Background Color

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

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

This div background color is #6E5074.


Border color

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

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

This div border color is #6E5074.


Opacity

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

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

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

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

This text has shadow with #6E5074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E5074 on black background.


Color preview on white background

This text has color #6E5074 on white background.



Black color preview on #6E5074 background

This text has black color on #6E5074 background.


White color preview on #6E5074 background

This text has white color on #6E5074 background.