COLOR #6B626A

HEX: #6B626A
RGB: (107,98,106)

Color info

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

RGB color model

#6B626A color RGB value is (107,98,106).

  • red value is 107;
  • green value is 98;
  • blue value is 106.
RGB:
(107,98,106)
(42%,38%,42%)

RGB channels and saturation

R 107 of 255 = 42%
G 98 of 255 = 38%
B 106 of 255 = 42%

107
98
106

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

Portions of RGB colors in percentages

R + G + B =
107 + 98 + 106 = 311 (100%)
R 107 of 311 ~ 34.41%
G 98 of 311 ~ 31.51%
B 106 of 311 ~ 34.08%

%34.41
%31.51
%34.08

CMYK color model

#6B626A color CMYK value is (0,8,1,58).

  • cyan value is 0.00%
  • magenta value is 8.41%
  • yellow value is 0.93%
  • key color value is 58.04%
CMYK:
(0,8,1,58)
C0M8Y1K58 
(0%,8%,1%,58%)
(0.00/0.08/0.01/0.58)	

CMYK percentages

%0
%8.41
%0.93
%58.04

Codes

Color #6B626A in popluar color models

6B626A
RGB10798106
HSL307°4.39%40.20%
HSB/HSV307°8.41%41.96%
CMYK0.00%8.41%0.93%
58.04%

Color #6B626A in popluar number systems.

HEX6B626A
Decimal10798106
Binary110101111000101101010
Octal153142152

Shades and tints

Shades of #6B626A

#6B626A
(107,98,106)
#625A61
(98,90,97)
#595258
(89,82,88)
#504A4F
(80,74,79)
#474246
(71,66,70)
#3E3A3D
(62,58,61)
#353234
(53,50,52)
#2C2A2B
(44,42,43)
#232222
(35,34,34)
#1A1A19
(26,26,25)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #6B626A

#6B626A
(107,98,106)
#787077
(120,112,119)
#857E84
(133,126,132)
#928C91
(146,140,145)
#9F9A9E
(159,154,158)
#ACA8AB
(172,168,171)
#B9B6B8
(185,182,184)
#C6C4C5
(198,196,197)
#D3D2D2
(211,210,210)
#E0E0DF
(224,224,223)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B626A; }

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

This text font color is #6B626A.


Background Color

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

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

This div background color is #6B626A.


Border color

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

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

This div border color is #6B626A.


Opacity

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

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

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

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

This text has shadow with #6B626A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B626A on black background.


Color preview on white background

This text has color #6B626A on white background.



Black color preview on #6B626A background

This text has black color on #6B626A background.


White color preview on #6B626A background

This text has white color on #6B626A background.