COLOR #6B828C

HEX: #6B828C RGB: (107,130,140)

Color info

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

RGB color model

#6B828C color RGB value is (107,130,140).

RGB: (107,130,140) (42%, 51%, 55%)

RGB channels and saturation

R 107 of 255 = 42%
G 130 of 255 = 51%
B 140 of 255 = 55%

107
130
140

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

Portions of RGB colors in percentages

R + G + B = 107 + 130 + 140 = 377 (100%)
R 107 of 377 ~ 28.38%
G 130 of 377 ~ 34.48%
B 140 of 377 ~ 37.14'%

%28.38
%34.48
%37.14

CMYK color model

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

  • cyan value is 23.57%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 45.10%

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

CMYK percentages

%23.57
%7.14
%0
%45.1

Codes

Color #6B828C in popluar color models

6B 82 8C
RGB 107 130 140
HSL 198° 13.36% 48.43%
HSB/HSV 198° 23.57% 54.90%
CMYK 23.57% 7.14% 0.00%
45.10%

Color #6B828C in popluar number systems.

HEX 6B 82 8C
Decimal 107 130 140
Binary 1101011 10000010 10001100
Octal 153 202 214

Shades and tints

Shades of #6B828C

#6B828C
(107,130,140)
#627780
(98,119,128)
#596C74
(89,108,116)
#506168
(80,97,104)
#47565C
(71,86,92)
#3E4B50
(62,75,80)
#354044
(53,64,68)
#2C3538
(44,53,56)
#232A2C
(35,42,44)
#1A1F20
(26,31,32)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #6B828C

#6B828C
(107,130,140)
#788D96
(120,141,150)
#8598A0
(133,152,160)
#92A3AA
(146,163,170)
#9FAEB4
(159,174,180)
#ACB9BE
(172,185,190)
#B9C4C8
(185,196,200)
#C6CFD2
(198,207,210)
#D3DADC
(211,218,220)
#E0E5E6
(224,229,230)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B828C; }

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

This text font color is #6B828C.

Background Color

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

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

This div background color is #6B828C.

Border color

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

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

This div border color is #6B828C.

Opacity

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

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

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

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

This text has shadow with #6B828C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B828C.

Preview

Color preview on black background

This text has color #6B828C on black background.


Color preview on white background

This text has color #6B828C on white background.


Black color preview on #6B828C background

This text has black color on #6B828C background.


White color preview on #6B828C background

This text has white color on #6B828C background.


Related colors

Complementary color

Complementary color for #hex is #947D73.


I love getcolorcode.com

Triadic colors

1 #8C6B82 and #828C6B with #6B828C are triadic colors.

2 #8C826B and #826B8C with #6B828C are triadic colors.