COLOR #6D858E

HEX: #6D858E
RGB: (109,133,142)

Color info

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

RGB color model

#6D858E color RGB value is (109,133,142).

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

RGB channels and saturation

R 109 of 255 = 43%
G 133 of 255 = 52%
B 142 of 255 = 56%

109
133
142

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

Portions of RGB colors in percentages

R + G + B =
109 + 133 + 142 = 384 (100%)
R 109 of 384 ~ 28.39%
G 133 of 384 ~ 34.64%
B 142 of 384 ~ 36.98%

%28.39
%34.64
%36.98

CMYK color model

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

  • cyan value is 23.24%
  • magenta value is 6.34%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(23,6,0,44)
C23M6Y0K44 
(23%,6%,0%,44%)
(0.23/0.06/0.00/0.44)	

CMYK percentages

%23.24
%6.34
%0
%44.31

Codes

Color #6D858E in popluar color models

6D858E
RGB109133142
HSL196°13.15%49.22%
HSB/HSV196°23.24%55.69%
CMYK23.24%6.34%0.00%
44.31%

Color #6D858E in popluar number systems.

HEX6D858E
Decimal109133142
Binary11011011000010110001110
Octal155205216

Shades and tints

Shades of #6D858E

#6D858E
(109,133,142)
#647982
(100,121,130)
#5B6D76
(91,109,118)
#52616A
(82,97,106)
#49555E
(73,85,94)
#404952
(64,73,82)
#373D46
(55,61,70)
#2E313A
(46,49,58)
#25252E
(37,37,46)
#1C1922
(28,25,34)
#130D16
(19,13,22)
#000000
(0,0,0)

Tints of #6D858E

#6D858E
(109,133,142)
#7A9098
(122,144,152)
#879BA2
(135,155,162)
#94A6AC
(148,166,172)
#A1B1B6
(161,177,182)
#AEBCC0
(174,188,192)
#BBC7CA
(187,199,202)
#C8D2D4
(200,210,212)
#D5DDDE
(213,221,222)
#E2E8E8
(226,232,232)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D858E; }

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

This text font color is #6D858E.


Background Color

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

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

This div background color is #6D858E.


Border color

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

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

This div border color is #6D858E.


Opacity

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

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

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

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

This text has shadow with #6D858E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D858E on black background.


Color preview on white background

This text has color #6D858E on white background.



Black color preview on #6D858E background

This text has black color on #6D858E background.


White color preview on #6D858E background

This text has white color on #6D858E background.