COLOR #6B858B

HEX: #6B858B RGB: (107,133,139)

Color info

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

RGB color model

#6B858B color RGB value is (107,133,139).

RGB: (107,133,139) (42%, 52%, 55%)

RGB channels and saturation

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

107
133
139

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

Portions of RGB colors in percentages

R + G + B = 107 + 133 + 139 = 379 (100%)
R 107 of 379 ~ 28.23%
G 133 of 379 ~ 35.09%
B 139 of 379 ~ 36.68'%

%28.23
%35.09
%36.68

CMYK color model

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

  • cyan value is 23.02%
  • magenta value is 4.32%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (23,4,0,45) C23M4Y0K45 (23%,4%,0%,45%) (0.23/0.04/0.00/0.45) 

CMYK percentages

%23.02
%4.32
%0
%45.49

Codes

Color #6B858B in popluar color models

6B 85 8B
RGB 107 133 139
HSL 191° 13.01% 48.24%
HSB/HSV 191° 23.02% 54.51%
CMYK 23.02% 4.32% 0.00%
45.49%

Color #6B858B in popluar number systems.

HEX 6B 85 8B
Decimal 107 133 139
Binary 1101011 10000101 10001011
Octal 153 205 213

Shades and tints

Shades of #6B858B

#6B858B
(107,133,139)
#62797F
(98,121,127)
#596D73
(89,109,115)
#506167
(80,97,103)
#47555B
(71,85,91)
#3E494F
(62,73,79)
#353D43
(53,61,67)
#2C3137
(44,49,55)
#23252B
(35,37,43)
#1A191F
(26,25,31)
#110D13
(17,13,19)
#000000
(0,0,0)

Tints of #6B858B

#6B858B
(107,133,139)
#789095
(120,144,149)
#859B9F
(133,155,159)
#92A6A9
(146,166,169)
#9FB1B3
(159,177,179)
#ACBCBD
(172,188,189)
#B9C7C7
(185,199,199)
#C6D2D1
(198,210,209)
#D3DDDB
(211,221,219)
#E0E8E5
(224,232,229)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B858B; }

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

This text font color is #6B858B.

Background Color

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

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

This div background color is #6B858B.

Border color

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

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

This div border color is #6B858B.

Opacity

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

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

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

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

This text has shadow with #6B858B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B858B.

Preview

Color preview on black background

This text has color #6B858B on black background.


Color preview on white background

This text has color #6B858B on white background.


Black color preview on #6B858B background

This text has black color on #6B858B background.


White color preview on #6B858B background

This text has white color on #6B858B background.


Related colors

Complementary color

Complementary color for #hex is #947A74.


I love getcolorcode.com

Triadic colors

1 #8B6B85 and #858B6B with #6B858B are triadic colors.

2 #8B856B and #856B8B with #6B858B are triadic colors.