COLOR #6B677A

HEX: #6B677A RGB: (107,103,122)

Color info

#6B677A contains red, green and blue colors in about the same proportion. Web safe color of #6B677A is #666666 (or #666).

RGB color model

#6B677A color RGB value is (107,103,122).

RGB: (107,103,122) (42%, 40%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 103 of 255 = 40%
B 122 of 255 = 48%

107
103
122

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

Portions of RGB colors in percentages

R + G + B = 107 + 103 + 122 = 332 (100%)
R 107 of 332 ~ 32.23%
G 103 of 332 ~ 31.02%
B 122 of 332 ~ 36.75'%

%32.23
%31.02
%36.75

CMYK color model

#6B677A color CMYK value is (12,16,0,52).

  • cyan value is 12.30%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (12,16,0,52)
C12M16Y0K52 (12%, 16%, 0%, 52%)
(0.12 / 0.16 / 0.00 / 0.52)

CMYK percentages

%12.3
%15.57
%0
%52.16

Codes

Color #6B677A in popluar color models

6B 67 7A
RGB 107 103 122
HSL 253° 8.44% 44.12%
HSB/HSV 253° 15.57% 47.84%
CMYK 12.30% 15.57% 0.00%
52.16%

Color #6B677A in popluar number systems.

HEX 6B 67 7A
Decimal 107 103 122
Binary 1101011 1100111 1111010
Octal 153 147 172

Shades and tints

Shades of #6B677A

#6B677A
(107,103,122)
#625E6F
(98,94,111)
#595564
(89,85,100)
#504C59
(80,76,89)
#47434E
(71,67,78)
#3E3A43
(62,58,67)
#353138
(53,49,56)
#2C282D
(44,40,45)
#231F22
(35,31,34)
#1A1617
(26,22,23)
#110D0C
(17,13,12)
#000000
(0,0,0)

Tints of #6B677A

#6B677A
(107,103,122)
#787486
(120,116,134)
#858192
(133,129,146)
#928E9E
(146,142,158)
#9F9BAA
(159,155,170)
#ACA8B6
(172,168,182)
#B9B5C2
(185,181,194)
#C6C2CE
(198,194,206)
#D3CFDA
(211,207,218)
#E0DCE6
(224,220,230)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B677A color. Also use rgb(107,103,122) instead hex code.

Text Font Color

.myTextColor { color: #6B677A; }

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

This text font color is #6B677A.

Background Color

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

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

This div background color is #6B677A.

Border color

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

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

This div border color is #6B677A.

Opacity

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

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

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

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

This text has shadow with #6B677A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B677A.

Preview

Color preview on black background

This text has color #6B677A on black background.


Color preview on white background

This text has color #6B677A on white background.


Black color preview on #6B677A background

This text has black color on #6B677A background.


White color preview on #6B677A background

This text has white color on #6B677A background.


Related colors

Complementary color

Complementary color for #hex is #949885.


I love getcolorcode.com

Triadic colors

1 #7A6B67 and #677A6B with #6B677A are triadic colors.

2 #7A676B and #676B7A with #6B677A are triadic colors.