COLOR #6E638A

HEX: #6E638A RGB: (110,99,138)

Color info

#6E638A contains red, green and blue colors in about the same proportion. Web safe color of #6E638A is #666699 (or #669).

RGB color model

#6E638A color RGB value is (110,99,138).

RGB: (110,99,138) (43%, 39%, 54%)

RGB channels and saturation

R 110 of 255 = 43%
G 99 of 255 = 39%
B 138 of 255 = 54%

110
99
138

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

Portions of RGB colors in percentages

R + G + B = 110 + 99 + 138 = 347 (100%)
R 110 of 347 ~ 31.7%
G 99 of 347 ~ 28.53%
B 138 of 347 ~ 39.77'%

%31.7
%28.53
%39.77

CMYK color model

#6E638A color CMYK value is (20,28,0,46).

  • cyan value is 20.29%
  • magenta value is 28.26%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (20,28,0,46)
C20M28Y0K46 (20%, 28%, 0%, 46%)
(0.20 / 0.28 / 0.00 / 0.46)

CMYK percentages

%20.29
%28.26
%0
%45.88

Codes

Color #6E638A in popluar color models

6E 63 8A
RGB 110 99 138
HSL 257° 16.46% 46.47%
HSB/HSV 257° 28.26% 54.12%
CMYK 20.29% 28.26% 0.00%
45.88%

Color #6E638A in popluar number systems.

HEX 6E 63 8A
Decimal 110 99 138
Binary 1101110 1100011 10001010
Octal 156 143 212

Shades and tints

Shades of #6E638A

#6E638A
(110,99,138)
#645A7E
(100,90,126)
#5A5172
(90,81,114)
#504866
(80,72,102)
#463F5A
(70,63,90)
#3C364E
(60,54,78)
#322D42
(50,45,66)
#282436
(40,36,54)
#1E1B2A
(30,27,42)
#14121E
(20,18,30)
#0A0912
(10,9,18)
#000000
(0,0,0)

Tints of #6E638A

#6E638A
(110,99,138)
#7B7194
(123,113,148)
#887F9E
(136,127,158)
#958DA8
(149,141,168)
#A29BB2
(162,155,178)
#AFA9BC
(175,169,188)
#BCB7C6
(188,183,198)
#C9C5D0
(201,197,208)
#D6D3DA
(214,211,218)
#E3E1E4
(227,225,228)
#F0EFEE
(240,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E638A; }

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

This text font color is #6E638A.

Background Color

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

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

This div background color is #6E638A.

Border color

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

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

This div border color is #6E638A.

Opacity

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

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

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

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

This text has shadow with #6E638A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E638A.

Preview

Color preview on black background

This text has color #6E638A on black background.


Color preview on white background

This text has color #6E638A on white background.


Black color preview on #6E638A background

This text has black color on #6E638A background.


White color preview on #6E638A background

This text has white color on #6E638A background.


Related colors

Complementary color

Complementary color for #hex is #919C75.


I love getcolorcode.com

Triadic colors

1 #8A6E63 and #638A6E with #6E638A are triadic colors.

2 #8A636E and #636E8A with #6E638A are triadic colors.