COLOR #6B838D

HEX: #6B838D RGB: (107,131,141)

Color info

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

RGB color model

#6B838D color RGB value is (107,131,141).

RGB: (107,131,141) (42%, 51%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 131 of 255 = 51%
B 141 of 255 = 55%

107
131
141

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

Portions of RGB colors in percentages

R + G + B = 107 + 131 + 141 = 379 (100%)
R 107 of 379 ~ 28.23%
G 131 of 379 ~ 34.56%
B 141 of 379 ~ 37.2'%

%28.23
%34.56
%37.2

CMYK color model

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

  • cyan value is 24.11%
  • magenta value is 7.09%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (24,7,0,45)
C24M7Y0K45 (24%, 7%, 0%, 45%)
(0.24 / 0.07 / 0.00 / 0.45)

CMYK percentages

%24.11
%7.09
%0
%44.71

Codes

Color #6B838D in popluar color models

6B 83 8D
RGB 107 131 141
HSL 198° 13.71% 48.63%
HSB/HSV 198° 24.11% 55.29%
CMYK 24.11% 7.09% 0.00%
44.71%

Color #6B838D in popluar number systems.

HEX 6B 83 8D
Decimal 107 131 141
Binary 1101011 10000011 10001101
Octal 153 203 215

Shades and tints

Shades of #6B838D

#6B838D
(107,131,141)
#627881
(98,120,129)
#596D75
(89,109,117)
#506269
(80,98,105)
#47575D
(71,87,93)
#3E4C51
(62,76,81)
#354145
(53,65,69)
#2C3639
(44,54,57)
#232B2D
(35,43,45)
#1A2021
(26,32,33)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #6B838D

#6B838D
(107,131,141)
#788E97
(120,142,151)
#8599A1
(133,153,161)
#92A4AB
(146,164,171)
#9FAFB5
(159,175,181)
#ACBABF
(172,186,191)
#B9C5C9
(185,197,201)
#C6D0D3
(198,208,211)
#D3DBDD
(211,219,221)
#E0E6E7
(224,230,231)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B838D; }

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

This text font color is #6B838D.

Background Color

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

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

This div background color is #6B838D.

Border color

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

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

This div border color is #6B838D.

Opacity

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

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

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

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

This text has shadow with #6B838D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B838D.

Preview

Color preview on black background

This text has color #6B838D on black background.


Color preview on white background

This text has color #6B838D on white background.


Black color preview on #6B838D background

This text has black color on #6B838D background.


White color preview on #6B838D background

This text has white color on #6B838D background.


Related colors

Complementary color

Complementary color for #hex is #947C72.


I love getcolorcode.com

Triadic colors

1 #8D6B83 and #838D6B with #6B838D are triadic colors.

2 #8D836B and #836B8D with #6B838D are triadic colors.