COLOR #6B7F7C

HEX: #6B7F7C RGB: (107,127,124)

Color info

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

RGB color model

#6B7F7C color RGB value is (107,127,124).

RGB: (107,127,124) (42%, 50%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 127 of 255 = 50%
B 124 of 255 = 49%

107
127
124

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

Portions of RGB colors in percentages

R + G + B = 107 + 127 + 124 = 358 (100%)
R 107 of 358 ~ 29.89%
G 127 of 358 ~ 35.47%
B 124 of 358 ~ 34.64'%

%29.89
%35.47
%34.64

CMYK color model

#6B7F7C color CMYK value is (16,0,2,50).

  • cyan value is 15.75%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 50.20%

CMYK: (16,0,2,50)
C16M0Y2K50 (16%, 0%, 2%, 50%)
(0.16 / 0.00 / 0.02 / 0.50)

CMYK percentages

%15.75
%0
%2.36
%50.2

Codes

Color #6B7F7C in popluar color models

6B 7F 7C
RGB 107 127 124
HSL 171° 8.55% 45.88%
HSB/HSV 171° 15.75% 49.80%
CMYK 15.75% 0.00% 2.36%
50.20%

Color #6B7F7C in popluar number systems.

HEX 6B 7F 7C
Decimal 107 127 124
Binary 1101011 1111111 1111100
Octal 153 177 174

Shades and tints

Shades of #6B7F7C

#6B7F7C
(107,127,124)
#627471
(98,116,113)
#596966
(89,105,102)
#505E5B
(80,94,91)
#475350
(71,83,80)
#3E4845
(62,72,69)
#353D3A
(53,61,58)
#2C322F
(44,50,47)
#232724
(35,39,36)
#1A1C19
(26,28,25)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #6B7F7C

#6B7F7C
(107,127,124)
#788A87
(120,138,135)
#859592
(133,149,146)
#92A09D
(146,160,157)
#9FABA8
(159,171,168)
#ACB6B3
(172,182,179)
#B9C1BE
(185,193,190)
#C6CCC9
(198,204,201)
#D3D7D4
(211,215,212)
#E0E2DF
(224,226,223)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B7F7C color. Also use rgb(107,127,124) instead hex code.

Text Font Color

.myTextColor { color: #6B7F7C; }

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

This text font color is #6B7F7C.

Background Color

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

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

This div background color is #6B7F7C.

Border color

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

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

This div border color is #6B7F7C.

Opacity

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

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

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

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

This text has shadow with #6B7F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7F7C.

Preview

Color preview on black background

This text has color #6B7F7C on black background.


Color preview on white background

This text has color #6B7F7C on white background.


Black color preview on #6B7F7C background

This text has black color on #6B7F7C background.


White color preview on #6B7F7C background

This text has white color on #6B7F7C background.


Related colors

Complementary color

Complementary color for #hex is #948083.


I love getcolorcode.com

Triadic colors

1 #7C6B7F and #7F7C6B with #6B7F7C are triadic colors.

2 #7C7F6B and #7F6B7C with #6B7F7C are triadic colors.