COLOR #6D8094

HEX: #6D8094
RGB: (109,128,148)

Color info

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

RGB color model

#6D8094 color RGB value is (109,128,148).

  • red value is 109;
  • green value is 128;
  • blue value is 148.
RGB:
(109,128,148)
(43%,50%,58%)

RGB channels and saturation

R 109 of 255 = 43%
G 128 of 255 = 50%
B 148 of 255 = 58%

109
128
148

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

Portions of RGB colors in percentages

R + G + B =
109 + 128 + 148 = 385 (100%)
R 109 of 385 ~ 28.31%
G 128 of 385 ~ 33.25%
B 148 of 385 ~ 38.44%

%28.31
%33.25
%38.44

CMYK color model

#6D8094 color CMYK value is (26,14,0,42).

  • cyan value is 26.35%
  • magenta value is 13.51%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(26,14,0,42)
C26M14Y0K42 
(26%,14%,0%,42%)
(0.26/0.14/0.00/0.42)	

CMYK percentages

%26.35
%13.51
%0
%41.96

Codes

Color #6D8094 in popluar color models

6D8094
RGB109128148
HSL211°15.42%50.39%
HSB/HSV211°26.35%58.04%
CMYK26.35%13.51%0.00%
41.96%

Color #6D8094 in popluar number systems.

HEX6D8094
Decimal109128148
Binary11011011000000010010100
Octal155200224

Shades and tints

Shades of #6D8094

#6D8094
(109,128,148)
#647587
(100,117,135)
#5B6A7A
(91,106,122)
#525F6D
(82,95,109)
#495460
(73,84,96)
#404953
(64,73,83)
#373E46
(55,62,70)
#2E3339
(46,51,57)
#25282C
(37,40,44)
#1C1D1F
(28,29,31)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #6D8094

#6D8094
(109,128,148)
#7A8B9D
(122,139,157)
#8796A6
(135,150,166)
#94A1AF
(148,161,175)
#A1ACB8
(161,172,184)
#AEB7C1
(174,183,193)
#BBC2CA
(187,194,202)
#C8CDD3
(200,205,211)
#D5D8DC
(213,216,220)
#E2E3E5
(226,227,229)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D8094 color. Also use rgb(109,128,148) instead hex code.

Text Font Color

.myTextColor { color: #6D8094; }

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

This text font color is #6D8094.


Background Color

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

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

This div background color is #6D8094.


Border color

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

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

This div border color is #6D8094.


Opacity

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

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

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

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

This text has shadow with #6D8094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D8094 on black background.


Color preview on white background

This text has color #6D8094 on white background.



Black color preview on #6D8094 background

This text has black color on #6D8094 background.


White color preview on #6D8094 background

This text has white color on #6D8094 background.