COLOR #6A636B

HEX: #6A636B
RGB: (106,99,107)

Color info

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

RGB color model

#6A636B color RGB value is (106,99,107).

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

RGB channels and saturation

R 106 of 255 = 42%
G 99 of 255 = 39%
B 107 of 255 = 42%

106
99
107

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

Portions of RGB colors in percentages

R + G + B =
106 + 99 + 107 = 312 (100%)
R 106 of 312 ~ 33.97%
G 99 of 312 ~ 31.73%
B 107 of 312 ~ 34.29%

%33.97
%31.73
%34.29

CMYK color model

#6A636B color CMYK value is (1,7,0,58).

  • cyan value is 0.93%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(1,7,0,58)
C1M7Y0K58 
(1%,7%,0%,58%)
(0.01/0.07/0.00/0.58)	

CMYK percentages

%0.93
%7.48
%0
%58.04

Codes

Color #6A636B in popluar color models

6A636B
RGB10699107
HSL293°3.88%40.39%
HSB/HSV293°7.48%41.96%
CMYK0.93%7.48%0.00%
58.04%

Color #6A636B in popluar number systems.

HEX6A636B
Decimal10699107
Binary110101011000111101011
Octal152143153

Shades and tints

Shades of #6A636B

#6A636B
(106,99,107)
#615A62
(97,90,98)
#585159
(88,81,89)
#4F4850
(79,72,80)
#463F47
(70,63,71)
#3D363E
(61,54,62)
#342D35
(52,45,53)
#2B242C
(43,36,44)
#221B23
(34,27,35)
#19121A
(25,18,26)
#100911
(16,9,17)
#000000
(0,0,0)

Tints of #6A636B

#6A636B
(106,99,107)
#777178
(119,113,120)
#847F85
(132,127,133)
#918D92
(145,141,146)
#9E9B9F
(158,155,159)
#ABA9AC
(171,169,172)
#B8B7B9
(184,183,185)
#C5C5C6
(197,197,198)
#D2D3D3
(210,211,211)
#DFE1E0
(223,225,224)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A636B; }

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

This text font color is #6A636B.


Background Color

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

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

This div background color is #6A636B.


Border color

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

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

This div border color is #6A636B.


Opacity

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

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

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

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

This text has shadow with #6A636B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A636B on black background.


Color preview on white background

This text has color #6A636B on white background.



Black color preview on #6A636B background

This text has black color on #6A636B background.


White color preview on #6A636B background

This text has white color on #6A636B background.