COLOR #6B828E

HEX: #6B828E RGB: (107,130,142)

Color info

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

RGB color model

#6B828E color RGB value is (107,130,142).

RGB: (107,130,142) (42%, 51%, 56%)

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 142 of 255 = 56%

107
130
142

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

Portions of RGB colors in percentages

R + G + B = 107 + 130 + 142 = 379 (100%)
R 107 of 379 ~ 28.23%
G 130 of 379 ~ 34.3%
B 142 of 379 ~ 37.47'%

%28.23
%34.3
%37.47

CMYK color model

#6B828E color CMYK value is (25,8,0,44).

  • cyan value is 24.65%
  • magenta value is 8.45%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (25,8,0,44)
C25M8Y0K44 (25%, 8%, 0%, 44%)
(0.25 / 0.08 / 0.00 / 0.44)

CMYK percentages

%24.65
%8.45
%0
%44.31

Codes

Color #6B828E in popluar color models

6B 82 8E
RGB 107 130 142
HSL 201° 14.06% 48.82%
HSB/HSV 201° 24.65% 55.69%
CMYK 24.65% 8.45% 0.00%
44.31%

Color #6B828E in popluar number systems.

HEX 6B 82 8E
Decimal 107 130 142
Binary 1101011 10000010 10001110
Octal 153 202 216

Shades and tints

Shades of #6B828E

#6B828E
(107,130,142)
#627782
(98,119,130)
#596C76
(89,108,118)
#50616A
(80,97,106)
#47565E
(71,86,94)
#3E4B52
(62,75,82)
#354046
(53,64,70)
#2C353A
(44,53,58)
#232A2E
(35,42,46)
#1A1F22
(26,31,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #6B828E

#6B828E
(107,130,142)
#788D98
(120,141,152)
#8598A2
(133,152,162)
#92A3AC
(146,163,172)
#9FAEB6
(159,174,182)
#ACB9C0
(172,185,192)
#B9C4CA
(185,196,202)
#C6CFD4
(198,207,212)
#D3DADE
(211,218,222)
#E0E5E8
(224,229,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B828E color. Also use rgb(107,130,142) instead hex code.

Text Font Color

.myTextColor { color: #6B828E; }

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

This text font color is #6B828E.

Background Color

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

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

This div background color is #6B828E.

Border color

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

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

This div border color is #6B828E.

Opacity

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

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

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

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

This text has shadow with #6B828E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B828E.

Preview

Color preview on black background

This text has color #6B828E on black background.


Color preview on white background

This text has color #6B828E on white background.


Black color preview on #6B828E background

This text has black color on #6B828E background.


White color preview on #6B828E background

This text has white color on #6B828E background.


Related colors

Complementary color

Complementary color for #hex is #947D71.


I love getcolorcode.com

Triadic colors

1 #8E6B82 and #828E6B with #6B828E are triadic colors.

2 #8E826B and #826B8E with #6B828E are triadic colors.