COLOR #6B858D

HEX: #6B858D
RGB: (107,133,141)

Color info

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

RGB color model

#6B858D color RGB value is (107,133,141).

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

RGB channels and saturation

R 107 of 255 = 42%
G 133 of 255 = 52%
B 141 of 255 = 55%

107
133
141

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

Portions of RGB colors in percentages

R + G + B =
107 + 133 + 141 = 381 (100%)
R 107 of 381 ~ 28.08%
G 133 of 381 ~ 34.91%
B 141 of 381 ~ 37.01%

%28.08
%34.91
%37.01

CMYK color model

#6B858D color CMYK value is (24,6,0,45).

  • cyan value is 24.11%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (24,6,0,45) C24M6Y0K45 (24%,6%,0%,45%) (0.24/0.06/0.00/0.45)

CMYK percentages

%24.11
%5.67
%0
%44.71

Codes

Color #6B858D in popluar color models

6B858D
RGB107133141
HSL194°13.71%48.63%
HSB/HSV194°24.11%55.29%
CMYK24.11%5.67%0.00%
44.71%

Color #6B858D in popluar number systems.

HEX6B858D
Decimal107133141
Binary11010111000010110001101
Octal153205215

Shades and tints

Shades of #6B858D

#6B858D
(107,133,141)
#627981
(98,121,129)
#596D75
(89,109,117)
#506169
(80,97,105)
#47555D
(71,85,93)
#3E4951
(62,73,81)
#353D45
(53,61,69)
#2C3139
(44,49,57)
#23252D
(35,37,45)
#1A1921
(26,25,33)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #6B858D

#6B858D
(107,133,141)
#789097
(120,144,151)
#859BA1
(133,155,161)
#92A6AB
(146,166,171)
#9FB1B5
(159,177,181)
#ACBCBF
(172,188,191)
#B9C7C9
(185,199,201)
#C6D2D3
(198,210,211)
#D3DDDD
(211,221,221)
#E0E8E7
(224,232,231)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B858D; }

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

This text font color is #6B858D.


Background Color

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

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

This div background color is #6B858D.


Border color

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

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

This div border color is #6B858D.


Opacity

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

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

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

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

This text has shadow with #6B858D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #6B858D on black background.


Color preview on white background

This text has color #6B858D on white background.



Black color preview on #6B858D background

This text has black color on #6B858D background.


White color preview on #6B858D background

This text has white color on #6B858D background.