COLOR #6E6678

HEX: #6E6678
RGB: (110,102,120)

Color info

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

RGB color model

#6E6678 color RGB value is (110,102,120).

  • red value is 110;
  • green value is 102;
  • blue value is 120.
RGB:
(110,102,120)
(43%,40%,47%)

RGB channels and saturation

R 110 of 255 = 43%
G 102 of 255 = 40%
B 120 of 255 = 47%

110
102
120

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

Portions of RGB colors in percentages

R + G + B =
110 + 102 + 120 = 332 (100%)
R 110 of 332 ~ 33.13%
G 102 of 332 ~ 30.72%
B 120 of 332 ~ 36.14%

%33.13
%30.72
%36.14

CMYK color model

#6E6678 color CMYK value is (8,15,0,53).

  • cyan value is 8.33%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(8,15,0,53)
C8M15Y0K53 
(8%,15%,0%,53%)
(0.08/0.15/0.00/0.53)	

CMYK percentages

%8.33
%15
%0
%52.94

Codes

Color #6E6678 in popluar color models

6E6678
RGB110102120
HSL267°8.11%43.53%
HSB/HSV267°15.00%47.06%
CMYK8.33%15.00%0.00%
52.94%

Color #6E6678 in popluar number systems.

HEX6E6678
Decimal110102120
Binary110111011001101111000
Octal156146170

Shades and tints

Shades of #6E6678

#6E6678
(110,102,120)
#645D6E
(100,93,110)
#5A5464
(90,84,100)
#504B5A
(80,75,90)
#464250
(70,66,80)
#3C3946
(60,57,70)
#32303C
(50,48,60)
#282732
(40,39,50)
#1E1E28
(30,30,40)
#14151E
(20,21,30)
#0A0C14
(10,12,20)
#000000
(0,0,0)

Tints of #6E6678

#6E6678
(110,102,120)
#7B7384
(123,115,132)
#888090
(136,128,144)
#958D9C
(149,141,156)
#A29AA8
(162,154,168)
#AFA7B4
(175,167,180)
#BCB4C0
(188,180,192)
#C9C1CC
(201,193,204)
#D6CED8
(214,206,216)
#E3DBE4
(227,219,228)
#F0E8F0
(240,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E6678 color. Also use rgb(110,102,120) instead hex code.

Text Font Color

.myTextColor { color: #6E6678; }

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

This text font color is #6E6678.


Background Color

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

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

This div background color is #6E6678.


Border color

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

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

This div border color is #6E6678.


Opacity

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

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

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

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

This text has shadow with #6E6678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6E6678 on black background.


Color preview on white background

This text has color #6E6678 on white background.



Black color preview on #6E6678 background

This text has black color on #6E6678 background.


White color preview on #6E6678 background

This text has white color on #6E6678 background.