COLOR #6B838A

HEX: #6B838A RGB: (107,131,138)

Color info

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

RGB color model

#6B838A color RGB value is (107,131,138).

RGB: (107,131,138) (42%, 51%, 54%)

RGB channels and saturation

R 107 of 255 = 42%
G 131 of 255 = 51%
B 138 of 255 = 54%

107
131
138

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

Portions of RGB colors in percentages

R + G + B = 107 + 131 + 138 = 376 (100%)
R 107 of 376 ~ 28.46%
G 131 of 376 ~ 34.84%
B 138 of 376 ~ 36.7'%

%28.46
%34.84
%36.7

CMYK color model

#6B838A color CMYK value is (22,5,0,46).

  • cyan value is 22.46%
  • magenta value is 5.07%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (22,5,0,46)
C22M5Y0K46 (22%, 5%, 0%, 46%)
(0.22 / 0.05 / 0.00 / 0.46)

CMYK percentages

%22.46
%5.07
%0
%45.88

Codes

Color #6B838A in popluar color models

6B 83 8A
RGB 107 131 138
HSL 194° 12.65% 48.04%
HSB/HSV 194° 22.46% 54.12%
CMYK 22.46% 5.07% 0.00%
45.88%

Color #6B838A in popluar number systems.

HEX 6B 83 8A
Decimal 107 131 138
Binary 1101011 10000011 10001010
Octal 153 203 212

Shades and tints

Shades of #6B838A

#6B838A
(107,131,138)
#62787E
(98,120,126)
#596D72
(89,109,114)
#506266
(80,98,102)
#47575A
(71,87,90)
#3E4C4E
(62,76,78)
#354142
(53,65,66)
#2C3636
(44,54,54)
#232B2A
(35,43,42)
#1A201E
(26,32,30)
#111512
(17,21,18)
#000000
(0,0,0)

Tints of #6B838A

#6B838A
(107,131,138)
#788E94
(120,142,148)
#85999E
(133,153,158)
#92A4A8
(146,164,168)
#9FAFB2
(159,175,178)
#ACBABC
(172,186,188)
#B9C5C6
(185,197,198)
#C6D0D0
(198,208,208)
#D3DBDA
(211,219,218)
#E0E6E4
(224,230,228)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B838A; }

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

This text font color is #6B838A.

Background Color

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

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

This div background color is #6B838A.

Border color

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

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

This div border color is #6B838A.

Opacity

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

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

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

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

This text has shadow with #6B838A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B838A.

Preview

Color preview on black background

This text has color #6B838A on black background.


Color preview on white background

This text has color #6B838A on white background.


Black color preview on #6B838A background

This text has black color on #6B838A background.


White color preview on #6B838A background

This text has white color on #6B838A background.


Related colors

Complementary color

Complementary color for #hex is #947C75.


I love getcolorcode.com

Triadic colors

1 #8A6B83 and #838A6B with #6B838A are triadic colors.

2 #8A836B and #836B8A with #6B838A are triadic colors.