COLOR #6D768E

HEX: #6D768E
RGB: (109,118,142)

Color info

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

RGB color model

#6D768E color RGB value is (109,118,142).

  • red value is 109;
  • green value is 118;
  • blue value is 142.
RGB:
(109,118,142)
(43%,46%,56%)

RGB channels and saturation

R 109 of 255 = 43%
G 118 of 255 = 46%
B 142 of 255 = 56%

109
118
142

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

Portions of RGB colors in percentages

R + G + B =
109 + 118 + 142 = 369 (100%)
R 109 of 369 ~ 29.54%
G 118 of 369 ~ 31.98%
B 142 of 369 ~ 38.48%

%29.54
%31.98
%38.48

CMYK color model

#6D768E color CMYK value is (23,17,0,44).

  • cyan value is 23.24%
  • magenta value is 16.90%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(23,17,0,44)
C23M17Y0K44 
(23%,17%,0%,44%)
(0.23/0.17/0.00/0.44)	

CMYK percentages

%23.24
%16.9
%0
%44.31

Codes

Color #6D768E in popluar color models

6D768E
RGB109118142
HSL224°13.15%49.22%
HSB/HSV224°23.24%55.69%
CMYK23.24%16.90%0.00%
44.31%

Color #6D768E in popluar number systems.

HEX6D768E
Decimal109118142
Binary1101101111011010001110
Octal155166216

Shades and tints

Shades of #6D768E

#6D768E
(109,118,142)
#646C82
(100,108,130)
#5B6276
(91,98,118)
#52586A
(82,88,106)
#494E5E
(73,78,94)
#404452
(64,68,82)
#373A46
(55,58,70)
#2E303A
(46,48,58)
#25262E
(37,38,46)
#1C1C22
(28,28,34)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #6D768E

#6D768E
(109,118,142)
#7A8298
(122,130,152)
#878EA2
(135,142,162)
#949AAC
(148,154,172)
#A1A6B6
(161,166,182)
#AEB2C0
(174,178,192)
#BBBECA
(187,190,202)
#C8CAD4
(200,202,212)
#D5D6DE
(213,214,222)
#E2E2E8
(226,226,232)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D768E color. Also use rgb(109,118,142) instead hex code.

Text Font Color

.myTextColor { color: #6D768E; }

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

This text font color is #6D768E.


Background Color

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

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

This div background color is #6D768E.


Border color

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

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

This div border color is #6D768E.


Opacity

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

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

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

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

This text has shadow with #6D768E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D768E on black background.


Color preview on white background

This text has color #6D768E on white background.



Black color preview on #6D768E background

This text has black color on #6D768E background.


White color preview on #6D768E background

This text has white color on #6D768E background.