COLOR #6B7A7E

HEX: #6B7A7E RGB: (107,122,126)

Color info

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

RGB color model

#6B7A7E color RGB value is (107,122,126).

RGB: (107,122,126) (42%, 48%, 49%)

RGB channels and saturation

R 107 of 255 = 42%
G 122 of 255 = 48%
B 126 of 255 = 49%

107
122
126

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

Portions of RGB colors in percentages

R + G + B = 107 + 122 + 126 = 355 (100%)
R 107 of 355 ~ 30.14%
G 122 of 355 ~ 34.37%
B 126 of 355 ~ 35.49'%

%30.14
%34.37
%35.49

CMYK color model

#6B7A7E color CMYK value is (15,3,0,51).

  • cyan value is 15.08%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 50.59%

CMYK: (15,3,0,51)
C15M3Y0K51 (15%, 3%, 0%, 51%)
(0.15 / 0.03 / 0.00 / 0.51)

CMYK percentages

%15.08
%3.17
%0
%50.59

Codes

Color #6B7A7E in popluar color models

6B 7A 7E
RGB 107 122 126
HSL 193° 8.15% 45.69%
HSB/HSV 193° 15.08% 49.41%
CMYK 15.08% 3.17% 0.00%
50.59%

Color #6B7A7E in popluar number systems.

HEX 6B 7A 7E
Decimal 107 122 126
Binary 1101011 1111010 1111110
Octal 153 172 176

Shades and tints

Shades of #6B7A7E

#6B7A7E
(107,122,126)
#626F73
(98,111,115)
#596468
(89,100,104)
#50595D
(80,89,93)
#474E52
(71,78,82)
#3E4347
(62,67,71)
#35383C
(53,56,60)
#2C2D31
(44,45,49)
#232226
(35,34,38)
#1A171B
(26,23,27)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #6B7A7E

#6B7A7E
(107,122,126)
#788689
(120,134,137)
#859294
(133,146,148)
#929E9F
(146,158,159)
#9FAAAA
(159,170,170)
#ACB6B5
(172,182,181)
#B9C2C0
(185,194,192)
#C6CECB
(198,206,203)
#D3DAD6
(211,218,214)
#E0E6E1
(224,230,225)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7A7E; }

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

This text font color is #6B7A7E.

Background Color

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

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

This div background color is #6B7A7E.

Border color

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

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

This div border color is #6B7A7E.

Opacity

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

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

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

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

This text has shadow with #6B7A7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7A7E.

Preview

Color preview on black background

This text has color #6B7A7E on black background.


Color preview on white background

This text has color #6B7A7E on white background.


Black color preview on #6B7A7E background

This text has black color on #6B7A7E background.


White color preview on #6B7A7E background

This text has white color on #6B7A7E background.


Related colors

Complementary color

Complementary color for #hex is #948581.


I love getcolorcode.com

Triadic colors

1 #7E6B7A and #7A7E6B with #6B7A7E are triadic colors.

2 #7E7A6B and #7A6B7E with #6B7A7E are triadic colors.