COLOR #6E507A

HEX: #6E507A
RGB: (110,80,122)

Color info

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

RGB color model

#6E507A color RGB value is (110,80,122).

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

RGB channels and saturation

R 110 of 255 = 43%
G 80 of 255 = 31%
B 122 of 255 = 48%

110
80
122

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

Portions of RGB colors in percentages

R + G + B =
110 + 80 + 122 = 312 (100%)
R 110 of 312 ~ 35.26%
G 80 of 312 ~ 25.64%
B 122 of 312 ~ 39.1%

%35.26
%25.64
%39.1

CMYK color model

#6E507A color CMYK value is (10,34,0,52).

  • cyan value is 9.84%
  • magenta value is 34.43%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(10,34,0,52)
C10M34Y0K52 
(10%,34%,0%,52%)
(0.10/0.34/0.00/0.52)	

CMYK percentages

%9.84
%34.43
%0
%52.16

Codes

Color #6E507A in popluar color models

6E507A
RGB11080122
HSL283°20.79%39.61%
HSB/HSV283°34.43%47.84%
CMYK9.84%34.43%0.00%
52.16%

Color #6E507A in popluar number systems.

HEX6E507A
Decimal11080122
Binary110111010100001111010
Octal156120172

Shades and tints

Shades of #6E507A

#6E507A
(110,80,122)
#64496F
(100,73,111)
#5A4264
(90,66,100)
#503B59
(80,59,89)
#46344E
(70,52,78)
#3C2D43
(60,45,67)
#322638
(50,38,56)
#281F2D
(40,31,45)
#1E1822
(30,24,34)
#141117
(20,17,23)
#0A0A0C
(10,10,12)
#000000
(0,0,0)

Tints of #6E507A

#6E507A
(110,80,122)
#7B5F86
(123,95,134)
#886E92
(136,110,146)
#957D9E
(149,125,158)
#A28CAA
(162,140,170)
#AF9BB6
(175,155,182)
#BCAAC2
(188,170,194)
#C9B9CE
(201,185,206)
#D6C8DA
(214,200,218)
#E3D7E6
(227,215,230)
#F0E6F2
(240,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E507A; }

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

This text font color is #6E507A.


Background Color

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

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

This div background color is #6E507A.


Border color

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

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

This div border color is #6E507A.


Opacity

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

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

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

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

This text has shadow with #6E507A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E507A on black background.


Color preview on white background

This text has color #6E507A on white background.



Black color preview on #6E507A background

This text has black color on #6E507A background.


White color preview on #6E507A background

This text has white color on #6E507A background.