COLOR #6E788A

HEX: #6E788A RGB: (110,120,138)

Color info

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

RGB color model

#6E788A color RGB value is (110,120,138).

RGB: (110,120,138) (43%, 47%, 54%)

RGB channels and saturation

R 110 of 255 = 43%
G 120 of 255 = 47%
B 138 of 255 = 54%

110
120
138

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

Portions of RGB colors in percentages

R + G + B = 110 + 120 + 138 = 368 (100%)
R 110 of 368 ~ 29.89%
G 120 of 368 ~ 32.61%
B 138 of 368 ~ 37.5'%

%29.89
%32.61
%37.5

CMYK color model

#6E788A color CMYK value is (20,13,0,46).

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

CMYK: (20,13,0,46)
C20M13Y0K46 (20%, 13%, 0%, 46%)
(0.20 / 0.13 / 0.00 / 0.46)

CMYK percentages

%20.29
%13.04
%0
%45.88

Codes

Color #6E788A in popluar color models

6E 78 8A
RGB 110 120 138
HSL 219° 11.29% 48.63%
HSB/HSV 219° 20.29% 54.12%
CMYK 20.29% 13.04% 0.00%
45.88%

Color #6E788A in popluar number systems.

HEX 6E 78 8A
Decimal 110 120 138
Binary 1101110 1111000 10001010
Octal 156 170 212

Shades and tints

Shades of #6E788A

#6E788A
(110,120,138)
#646E7E
(100,110,126)
#5A6472
(90,100,114)
#505A66
(80,90,102)
#46505A
(70,80,90)
#3C464E
(60,70,78)
#323C42
(50,60,66)
#283236
(40,50,54)
#1E282A
(30,40,42)
#141E1E
(20,30,30)
#0A1412
(10,20,18)
#000000
(0,0,0)

Tints of #6E788A

#6E788A
(110,120,138)
#7B8494
(123,132,148)
#88909E
(136,144,158)
#959CA8
(149,156,168)
#A2A8B2
(162,168,178)
#AFB4BC
(175,180,188)
#BCC0C6
(188,192,198)
#C9CCD0
(201,204,208)
#D6D8DA
(214,216,218)
#E3E4E4
(227,228,228)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6E788A; }

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

This text font color is #6E788A.

Background Color

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

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

This div background color is #6E788A.

Border color

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

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

This div border color is #6E788A.

Opacity

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

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

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

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

This text has shadow with #6E788A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6E788A.

Preview

Color preview on black background

This text has color #6E788A on black background.


Color preview on white background

This text has color #6E788A on white background.


Black color preview on #6E788A background

This text has black color on #6E788A background.


White color preview on #6E788A background

This text has white color on #6E788A background.


Related colors

Complementary color

Complementary color for #hex is #918775.


I love getcolorcode.com

Triadic colors

1 #8A6E78 and #788A6E with #6E788A are triadic colors.

2 #8A786E and #786E8A with #6E788A are triadic colors.