COLOR #6E759E

HEX: #6E759E RGB: (110,117,158)

Color info

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

RGB color model

#6E759E color RGB value is (110,117,158).

RGB: (110,117,158) (43%, 46%, 62%)

RGB channels and saturation

R 110 of 255 = 43%
G 117 of 255 = 46%
B 158 of 255 = 62%

110
117
158

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

Portions of RGB colors in percentages

R + G + B = 110 + 117 + 158 = 385 (100%)
R 110 of 385 ~ 28.57%
G 117 of 385 ~ 30.39%
B 158 of 385 ~ 41.04'%

%28.57
%30.39
%41.04

CMYK color model

#6E759E color CMYK value is (30,26,0,38).

  • cyan value is 30.38%
  • magenta value is 25.95%
  • yellow value is 0.00%
  • key color value is 38.04%

CMYK: (30,26,0,38)
C30M26Y0K38 (30%, 26%, 0%, 38%)
(0.30 / 0.26 / 0.00 / 0.38)

CMYK percentages

%30.38
%25.95
%0
%38.04

Codes

Color #6E759E in popluar color models

6E 75 9E
RGB 110 117 158
HSL 231° 19.83% 52.55%
HSB/HSV 231° 30.38% 61.96%
CMYK 30.38% 25.95% 0.00%
38.04%

Color #6E759E in popluar number systems.

HEX 6E 75 9E
Decimal 110 117 158
Binary 1101110 1110101 10011110
Octal 156 165 236

Shades and tints

Shades of #6E759E

#6E759E
(110,117,158)
#646B90
(100,107,144)
#5A6182
(90,97,130)
#505774
(80,87,116)
#464D66
(70,77,102)
#3C4358
(60,67,88)
#32394A
(50,57,74)
#282F3C
(40,47,60)
#1E252E
(30,37,46)
#141B20
(20,27,32)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #6E759E

#6E759E
(110,117,158)
#7B81A6
(123,129,166)
#888DAE
(136,141,174)
#9599B6
(149,153,182)
#A2A5BE
(162,165,190)
#AFB1C6
(175,177,198)
#BCBDCE
(188,189,206)
#C9C9D6
(201,201,214)
#D6D5DE
(214,213,222)
#E3E1E6
(227,225,230)
#F0EDEE
(240,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E759E; }

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

This text font color is #6E759E.

Background Color

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

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

This div background color is #6E759E.

Border color

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

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

This div border color is #6E759E.

Opacity

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

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

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

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

This text has shadow with #6E759E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E759E.

Preview

Color preview on black background

This text has color #6E759E on black background.


Color preview on white background

This text has color #6E759E on white background.


Black color preview on #6E759E background

This text has black color on #6E759E background.


White color preview on #6E759E background

This text has white color on #6E759E background.


Related colors

Complementary color

Complementary color for #hex is #918A61.


I love getcolorcode.com

Triadic colors

1 #9E6E75 and #759E6E with #6E759E are triadic colors.

2 #9E756E and #756E9E with #6E759E are triadic colors.