COLOR #6D858D

HEX: #6D858D
RGB: (109,133,141)

Color info

#6D858D contains red, green and blue colors in about the same proportion. Web safe color of #6D858D is #669999 (or #699).

RGB color model

#6D858D color RGB value is (109,133,141).

  • red value is 109;
  • green value is 133;
  • blue value is 141.
RGB:
(109,133,141)
(43%,52%,55%)

RGB channels and saturation

R 109 of 255 = 43%
G 133 of 255 = 52%
B 141 of 255 = 55%

109
133
141

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

Portions of RGB colors in percentages

R + G + B =
109 + 133 + 141 = 383 (100%)
R 109 of 383 ~ 28.46%
G 133 of 383 ~ 34.73%
B 141 of 383 ~ 36.81%

%28.46
%34.73
%36.81

CMYK color model

#6D858D color CMYK value is (23,6,0,45).

  • cyan value is 22.70%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(23,6,0,45)
C23M6Y0K45 
(23%,6%,0%,45%)
(0.23/0.06/0.00/0.45)	

CMYK percentages

%22.7
%5.67
%0
%44.71

Codes

Color #6D858D in popluar color models

6D858D
RGB109133141
HSL195°12.80%49.02%
HSB/HSV195°22.70%55.29%
CMYK22.70%5.67%0.00%
44.71%

Color #6D858D in popluar number systems.

HEX6D858D
Decimal109133141
Binary11011011000010110001101
Octal155205215

Shades and tints

Shades of #6D858D

#6D858D
(109,133,141)
#647981
(100,121,129)
#5B6D75
(91,109,117)
#526169
(82,97,105)
#49555D
(73,85,93)
#404951
(64,73,81)
#373D45
(55,61,69)
#2E3139
(46,49,57)
#25252D
(37,37,45)
#1C1921
(28,25,33)
#130D15
(19,13,21)
#000000
(0,0,0)

Tints of #6D858D

#6D858D
(109,133,141)
#7A9097
(122,144,151)
#879BA1
(135,155,161)
#94A6AB
(148,166,171)
#A1B1B5
(161,177,181)
#AEBCBF
(174,188,191)
#BBC7C9
(187,199,201)
#C8D2D3
(200,210,211)
#D5DDDD
(213,221,221)
#E2E8E7
(226,232,231)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D858D color. Also use rgb(109,133,141) instead hex code.

Text Font Color

.myTextColor { color: #6D858D; }

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

This text font color is #6D858D.


Background Color

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

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

This div background color is #6D858D.


Border color

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

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

This div border color is #6D858D.


Opacity

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

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

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

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

This text has shadow with #6D858D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D858D on black background.


Color preview on white background

This text has color #6D858D on white background.



Black color preview on #6D858D background

This text has black color on #6D858D background.


White color preview on #6D858D background

This text has white color on #6D858D background.