COLOR #6E758F

HEX: #6E758F RGB: (110,117,143)

Color info

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

RGB color model

#6E758F color RGB value is (110,117,143).

RGB: (110,117,143) (43%, 46%, 56%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 143 of 255 = 56%

110
117
143

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

Portions of RGB colors in percentages

R + G + B = 110 + 117 + 143 = 370 (100%)
R 110 of 370 ~ 29.73%
G 117 of 370 ~ 31.62%
B 143 of 370 ~ 38.65'%

%29.73
%31.62
%38.65

CMYK color model

#6E758F color CMYK value is (23,18,0,44).

  • cyan value is 23.08%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 43.92%

CMYK: (23,18,0,44)
C23M18Y0K44 (23%, 18%, 0%, 44%)
(0.23 / 0.18 / 0.00 / 0.44)

CMYK percentages

%23.08
%18.18
%0
%43.92

Codes

Color #6E758F in popluar color models

6E 75 8F
RGB 110 117 143
HSL 227° 13.04% 49.61%
HSB/HSV 227° 23.08% 56.08%
CMYK 23.08% 18.18% 0.00%
43.92%

Color #6E758F in popluar number systems.

HEX 6E 75 8F
Decimal 110 117 143
Binary 1101110 1110101 10001111
Octal 156 165 217

Shades and tints

Shades of #6E758F

#6E758F
(110,117,143)
#646B82
(100,107,130)
#5A6175
(90,97,117)
#505768
(80,87,104)
#464D5B
(70,77,91)
#3C434E
(60,67,78)
#323941
(50,57,65)
#282F34
(40,47,52)
#1E2527
(30,37,39)
#141B1A
(20,27,26)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #6E758F

#6E758F
(110,117,143)
#7B8199
(123,129,153)
#888DA3
(136,141,163)
#9599AD
(149,153,173)
#A2A5B7
(162,165,183)
#AFB1C1
(175,177,193)
#BCBDCB
(188,189,203)
#C9C9D5
(201,201,213)
#D6D5DF
(214,213,223)
#E3E1E9
(227,225,233)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E758F; }

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

This text font color is #6E758F.

Background Color

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

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

This div background color is #6E758F.

Border color

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

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

This div border color is #6E758F.

Opacity

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

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

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

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

This text has shadow with #6E758F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E758F.

Preview

Color preview on black background

This text has color #6E758F on black background.


Color preview on white background

This text has color #6E758F on white background.


Black color preview on #6E758F background

This text has black color on #6E758F background.


White color preview on #6E758F background

This text has white color on #6E758F background.


Related colors

Complementary color

Complementary color for #hex is #918A70.


I love getcolorcode.com

Triadic colors

1 #8F6E75 and #758F6E with #6E758F are triadic colors.

2 #8F756E and #756E8F with #6E758F are triadic colors.