COLOR #6D788A

HEX: #6D788A
RGB: (109,120,138)

Color info

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

RGB color model

#6D788A color RGB value is (109,120,138).

  • red value is 109;
  • green value is 120;
  • blue value is 138.
RGB:
(109,120,138)
(43%,47%,54%)

RGB channels and saturation

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

109
120
138

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

Portions of RGB colors in percentages

R + G + B =
109 + 120 + 138 = 367 (100%)
R 109 of 367 ~ 29.7%
G 120 of 367 ~ 32.7%
B 138 of 367 ~ 37.6%

%29.7
%32.7
%37.6

CMYK color model

#6D788A color CMYK value is (21,13,0,46).

  • cyan value is 21.01%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(21,13,0,46)
C21M13Y0K46 
(21%,13%,0%,46%)
(0.21/0.13/0.00/0.46)	

CMYK percentages

%21.01
%13.04
%0
%45.88

Codes

Color #6D788A in popluar color models

6D788A
RGB109120138
HSL217°11.74%48.43%
HSB/HSV217°21.01%54.12%
CMYK21.01%13.04%0.00%
45.88%

Color #6D788A in popluar number systems.

HEX6D788A
Decimal109120138
Binary1101101111100010001010
Octal155170212

Shades and tints

Shades of #6D788A

#6D788A
(109,120,138)
#646E7E
(100,110,126)
#5B6472
(91,100,114)
#525A66
(82,90,102)
#49505A
(73,80,90)
#40464E
(64,70,78)
#373C42
(55,60,66)
#2E3236
(46,50,54)
#25282A
(37,40,42)
#1C1E1E
(28,30,30)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #6D788A

#6D788A
(109,120,138)
#7A8494
(122,132,148)
#87909E
(135,144,158)
#949CA8
(148,156,168)
#A1A8B2
(161,168,178)
#AEB4BC
(174,180,188)
#BBC0C6
(187,192,198)
#C8CCD0
(200,204,208)
#D5D8DA
(213,216,218)
#E2E4E4
(226,228,228)
#EFF0EE
(239,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D788A; }

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

This text font color is #6D788A.


Background Color

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

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

This div background color is #6D788A.


Border color

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

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

This div border color is #6D788A.


Opacity

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

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

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

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

This text has shadow with #6D788A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D788A on black background.


Color preview on white background

This text has color #6D788A on white background.



Black color preview on #6D788A background

This text has black color on #6D788A background.


White color preview on #6D788A background

This text has white color on #6D788A background.