COLOR #6D7792

HEX: #6D7792
RGB: (109,119,146)

Color info

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

RGB color model

#6D7792 color RGB value is (109,119,146).

  • red value is 109;
  • green value is 119;
  • blue value is 146.
RGB:
(109,119,146)
(43%,47%,57%)

RGB channels and saturation

R 109 of 255 = 43%
G 119 of 255 = 47%
B 146 of 255 = 57%

109
119
146

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

Portions of RGB colors in percentages

R + G + B =
109 + 119 + 146 = 374 (100%)
R 109 of 374 ~ 29.14%
G 119 of 374 ~ 31.82%
B 146 of 374 ~ 39.04%

%29.14
%31.82
%39.04

CMYK color model

#6D7792 color CMYK value is (25,18,0,43).

  • cyan value is 25.34%
  • magenta value is 18.49%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(25,18,0,43)
C25M18Y0K43 
(25%,18%,0%,43%)
(0.25/0.18/0.00/0.43)	

CMYK percentages

%25.34
%18.49
%0
%42.75

Codes

Color #6D7792 in popluar color models

6D7792
RGB109119146
HSL224°14.51%50.00%
HSB/HSV224°25.34%57.25%
CMYK25.34%18.49%0.00%
42.75%

Color #6D7792 in popluar number systems.

HEX6D7792
Decimal109119146
Binary1101101111011110010010
Octal155167222

Shades and tints

Shades of #6D7792

#6D7792
(109,119,146)
#646D85
(100,109,133)
#5B6378
(91,99,120)
#52596B
(82,89,107)
#494F5E
(73,79,94)
#404551
(64,69,81)
#373B44
(55,59,68)
#2E3137
(46,49,55)
#25272A
(37,39,42)
#1C1D1D
(28,29,29)
#131310
(19,19,16)
#000000
(0,0,0)

Tints of #6D7792

#6D7792
(109,119,146)
#7A839B
(122,131,155)
#878FA4
(135,143,164)
#949BAD
(148,155,173)
#A1A7B6
(161,167,182)
#AEB3BF
(174,179,191)
#BBBFC8
(187,191,200)
#C8CBD1
(200,203,209)
#D5D7DA
(213,215,218)
#E2E3E3
(226,227,227)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D7792 color. Also use rgb(109,119,146) instead hex code.

Text Font Color

.myTextColor { color: #6D7792; }

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

This text font color is #6D7792.


Background Color

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

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

This div background color is #6D7792.


Border color

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

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

This div border color is #6D7792.


Opacity

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

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

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

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

This text has shadow with #6D7792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D7792 on black background.


Color preview on white background

This text has color #6D7792 on white background.



Black color preview on #6D7792 background

This text has black color on #6D7792 background.


White color preview on #6D7792 background

This text has white color on #6D7792 background.