COLOR #6D788C

HEX: #6D788C
RGB: (109,120,140)

Color info

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

RGB color model

#6D788C color RGB value is (109,120,140).

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

RGB channels and saturation

R 109 of 255 = 43%
G 120 of 255 = 47%
B 140 of 255 = 55%

109
120
140

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

Portions of RGB colors in percentages

R + G + B =
109 + 120 + 140 = 369 (100%)
R 109 of 369 ~ 29.54%
G 120 of 369 ~ 32.52%
B 140 of 369 ~ 37.94%

%29.54
%32.52
%37.94

CMYK color model

#6D788C color CMYK value is (22,14,0,45).

  • cyan value is 22.14%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(22,14,0,45)
C22M14Y0K45 
(22%,14%,0%,45%)
(0.22/0.14/0.00/0.45)	

CMYK percentages

%22.14
%14.29
%0
%45.1

Codes

Color #6D788C in popluar color models

6D788C
RGB109120140
HSL219°12.45%48.82%
HSB/HSV219°22.14%54.90%
CMYK22.14%14.29%0.00%
45.10%

Color #6D788C in popluar number systems.

HEX6D788C
Decimal109120140
Binary1101101111100010001100
Octal155170214

Shades and tints

Shades of #6D788C

#6D788C
(109,120,140)
#646E80
(100,110,128)
#5B6474
(91,100,116)
#525A68
(82,90,104)
#49505C
(73,80,92)
#404650
(64,70,80)
#373C44
(55,60,68)
#2E3238
(46,50,56)
#25282C
(37,40,44)
#1C1E20
(28,30,32)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #6D788C

#6D788C
(109,120,140)
#7A8496
(122,132,150)
#8790A0
(135,144,160)
#949CAA
(148,156,170)
#A1A8B4
(161,168,180)
#AEB4BE
(174,180,190)
#BBC0C8
(187,192,200)
#C8CCD2
(200,204,210)
#D5D8DC
(213,216,220)
#E2E4E6
(226,228,230)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D788C; }

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

This text font color is #6D788C.


Background Color

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

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

This div background color is #6D788C.


Border color

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

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

This div border color is #6D788C.


Opacity

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

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

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

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

This text has shadow with #6D788C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D788C on black background.


Color preview on white background

This text has color #6D788C on white background.



Black color preview on #6D788C background

This text has black color on #6D788C background.


White color preview on #6D788C background

This text has white color on #6D788C background.