COLOR #6E6378

HEX: #6E6378 RGB: (110,99,120)

Color info

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

RGB color model

#6E6378 color RGB value is (110,99,120).

RGB: (110,99,120) (43%, 39%, 47%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 120 of 255 = 47%

110
99
120

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

Portions of RGB colors in percentages

R + G + B = 110 + 99 + 120 = 329 (100%)
R 110 of 329 ~ 33.43%
G 99 of 329 ~ 30.09%
B 120 of 329 ~ 36.47'%

%33.43
%30.09
%36.47

CMYK color model

#6E6378 color CMYK value is (8,18,0,53).

  • cyan value is 8.33%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (8,18,0,53)
C8M18Y0K53 (8%, 18%, 0%, 53%)
(0.08 / 0.18 / 0.00 / 0.53)

CMYK percentages

%8.33
%17.5
%0
%52.94

Codes

Color #6E6378 in popluar color models

6E 63 78
RGB 110 99 120
HSL 271° 9.59% 42.94%
HSB/HSV 271° 17.50% 47.06%
CMYK 8.33% 17.50% 0.00%
52.94%

Color #6E6378 in popluar number systems.

HEX 6E 63 78
Decimal 110 99 120
Binary 1101110 1100011 1111000
Octal 156 143 170

Shades and tints

Shades of #6E6378

#6E6378
(110,99,120)
#645A6E
(100,90,110)
#5A5164
(90,81,100)
#50485A
(80,72,90)
#463F50
(70,63,80)
#3C3646
(60,54,70)
#322D3C
(50,45,60)
#282432
(40,36,50)
#1E1B28
(30,27,40)
#14121E
(20,18,30)
#0A0914
(10,9,20)
#000000
(0,0,0)

Tints of #6E6378

#6E6378
(110,99,120)
#7B7184
(123,113,132)
#887F90
(136,127,144)
#958D9C
(149,141,156)
#A29BA8
(162,155,168)
#AFA9B4
(175,169,180)
#BCB7C0
(188,183,192)
#C9C5CC
(201,197,204)
#D6D3D8
(214,211,216)
#E3E1E4
(227,225,228)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E6378; }

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

This text font color is #6E6378.

Background Color

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

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

This div background color is #6E6378.

Border color

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

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

This div border color is #6E6378.

Opacity

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

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

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

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

This text has shadow with #6E6378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E6378.

Preview

Color preview on black background

This text has color #6E6378 on black background.


Color preview on white background

This text has color #6E6378 on white background.


Black color preview on #6E6378 background

This text has black color on #6E6378 background.


White color preview on #6E6378 background

This text has white color on #6E6378 background.


Related colors

Complementary color

Complementary color for #hex is #919C87.


I love getcolorcode.com

Triadic colors

1 #786E63 and #63786E with #6E6378 are triadic colors.

2 #78636E and #636E78 with #6E6378 are triadic colors.