COLOR #6E738F

HEX: #6E738F RGB: (110,115,143)

Color info

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

RGB color model

#6E738F color RGB value is (110,115,143).

RGB: (110,115,143) (43%, 45%, 56%)

RGB channels and saturation

R 110 of 255 = 43%
G 115 of 255 = 45%
B 143 of 255 = 56%

110
115
143

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

Portions of RGB colors in percentages

R + G + B = 110 + 115 + 143 = 368 (100%)
R 110 of 368 ~ 29.89%
G 115 of 368 ~ 31.25%
B 143 of 368 ~ 38.86'%

%29.89
%31.25
%38.86

CMYK color model

#6E738F color CMYK value is (23,20,0,44).

  • cyan value is 23.08%
  • magenta value is 19.58%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (23,20,0,44) C23M20Y0K44 (23%,20%,0%,44%) (0.23/0.20/0.00/0.44) 

CMYK percentages

%23.08
%19.58
%0
%43.92

Codes

Color #6E738F in popluar color models

6E 73 8F
RGB 110 115 143
HSL 231° 13.04% 49.61%
HSB/HSV 231° 23.08% 56.08%
CMYK 23.08% 19.58% 0.00%
43.92%

Color #6E738F in popluar number systems.

HEX 6E 73 8F
Decimal 110 115 143
Binary 1101110 1110011 10001111
Octal 156 163 217

Shades and tints

Shades of #6E738F

#6E738F
(110,115,143)
#646982
(100,105,130)
#5A5F75
(90,95,117)
#505568
(80,85,104)
#464B5B
(70,75,91)
#3C414E
(60,65,78)
#323741
(50,55,65)
#282D34
(40,45,52)
#1E2327
(30,35,39)
#14191A
(20,25,26)
#0A0F0D
(10,15,13)
#000000
(0,0,0)

Tints of #6E738F

#6E738F
(110,115,143)
#7B7F99
(123,127,153)
#888BA3
(136,139,163)
#9597AD
(149,151,173)
#A2A3B7
(162,163,183)
#AFAFC1
(175,175,193)
#BCBBCB
(188,187,203)
#C9C7D5
(201,199,213)
#D6D3DF
(214,211,223)
#E3DFE9
(227,223,233)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6E738F color. Also use rgb(110,115,143) instead hex code.

Text Font Color

.myTextColor { color: #6E738F; }

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

This text font color is #6E738F.

Background Color

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

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

This div background color is #6E738F.

Border color

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

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

This div border color is #6E738F.

Opacity

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

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

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

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

This text has shadow with #6E738F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E738F.

Preview

Color preview on black background

This text has color #6E738F on black background.


Color preview on white background

This text has color #6E738F on white background.


Black color preview on #6E738F background

This text has black color on #6E738F background.


White color preview on #6E738F background

This text has white color on #6E738F background.


Related colors

Complementary color

Complementary color for #hex is #918C70.


I love getcolorcode.com

Triadic colors

1 #8F6E73 and #738F6E with #6E738F are triadic colors.

2 #8F736E and #736E8F with #6E738F are triadic colors.