COLOR #6B6A6E

HEX: #6B6A6E RGB: (107,106,110)

Color info

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

RGB color model

#6B6A6E color RGB value is (107,106,110).

RGB: (107,106,110) (42%, 42%, 43%)

RGB channels and saturation

R 107 of 255 = 42%
G 106 of 255 = 42%
B 110 of 255 = 43%

107
106
110

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

Portions of RGB colors in percentages

R + G + B = 107 + 106 + 110 = 323 (100%)
R 107 of 323 ~ 33.13%
G 106 of 323 ~ 32.82%
B 110 of 323 ~ 34.06'%

%33.13
%32.82
%34.06

CMYK color model

#6B6A6E color CMYK value is (3,4,0,57).

  • cyan value is 2.73%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (3,4,0,57)
C3M4Y0K57 (3%, 4%, 0%, 57%)
(0.03 / 0.04 / 0.00 / 0.57)

CMYK percentages

%2.73
%3.64
%0
%56.86

Codes

Color #6B6A6E in popluar color models

6B 6A 6E
RGB 107 106 110
HSL 255° 1.85% 42.35%
HSB/HSV 255° 3.64% 43.14%
CMYK 2.73% 3.64% 0.00%
56.86%

Color #6B6A6E in popluar number systems.

HEX 6B 6A 6E
Decimal 107 106 110
Binary 1101011 1101010 1101110
Octal 153 152 156

Shades and tints

Shades of #6B6A6E

#6B6A6E
(107,106,110)
#626164
(98,97,100)
#59585A
(89,88,90)
#504F50
(80,79,80)
#474646
(71,70,70)
#3E3D3C
(62,61,60)
#353432
(53,52,50)
#2C2B28
(44,43,40)
#23221E
(35,34,30)
#1A1914
(26,25,20)
#11100A
(17,16,10)
#000000
(0,0,0)

Tints of #6B6A6E

#6B6A6E
(107,106,110)
#78777B
(120,119,123)
#858488
(133,132,136)
#929195
(146,145,149)
#9F9EA2
(159,158,162)
#ACABAF
(172,171,175)
#B9B8BC
(185,184,188)
#C6C5C9
(198,197,201)
#D3D2D6
(211,210,214)
#E0DFE3
(224,223,227)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B6A6E color. Also use rgb(107,106,110) instead hex code.

Text Font Color

.myTextColor { color: #6B6A6E; }

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

This text font color is #6B6A6E.

Background Color

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

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

This div background color is #6B6A6E.

Border color

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

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

This div border color is #6B6A6E.

Opacity

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

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

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

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

This text has shadow with #6B6A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B6A6E.

Preview

Color preview on black background

This text has color #6B6A6E on black background.


Color preview on white background

This text has color #6B6A6E on white background.


Black color preview on #6B6A6E background

This text has black color on #6B6A6E background.


White color preview on #6B6A6E background

This text has white color on #6B6A6E background.


Related colors

Complementary color

Complementary color for #hex is #949591.


I love getcolorcode.com

Triadic colors

1 #6E6B6A and #6A6E6B with #6B6A6E are triadic colors.

2 #6E6A6B and #6A6B6E with #6B6A6E are triadic colors.