COLOR #6B6D7A

HEX: #6B6D7A
RGB: (107,109,122)

Color info

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

RGB color model

#6B6D7A color RGB value is (107,109,122).

  • red value is 107;
  • green value is 109;
  • blue value is 122.
RGB:
(107,109,122)
(42%,43%,48%)

RGB channels and saturation

R 107 of 255 = 42%
G 109 of 255 = 43%
B 122 of 255 = 48%

107
109
122

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

Portions of RGB colors in percentages

R + G + B =
107 + 109 + 122 = 338 (100%)
R 107 of 338 ~ 31.66%
G 109 of 338 ~ 32.25%
B 122 of 338 ~ 36.09%

%31.66
%32.25
%36.09

CMYK color model

#6B6D7A color CMYK value is (12,11,0,52).

  • cyan value is 12.30%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(12,11,0,52)
C12M11Y0K52 
(12%,11%,0%,52%)
(0.12/0.11/0.00/0.52)	

CMYK percentages

%12.3
%10.66
%0
%52.16

Codes

Color #6B6D7A in popluar color models

6B6D7A
RGB107109122
HSL232°6.55%44.90%
HSB/HSV232°12.30%47.84%
CMYK12.30%10.66%0.00%
52.16%

Color #6B6D7A in popluar number systems.

HEX6B6D7A
Decimal107109122
Binary110101111011011111010
Octal153155172

Shades and tints

Shades of #6B6D7A

#6B6D7A
(107,109,122)
#62646F
(98,100,111)
#595B64
(89,91,100)
#505259
(80,82,89)
#47494E
(71,73,78)
#3E4043
(62,64,67)
#353738
(53,55,56)
#2C2E2D
(44,46,45)
#232522
(35,37,34)
#1A1C17
(26,28,23)
#11130C
(17,19,12)
#000000
(0,0,0)

Tints of #6B6D7A

#6B6D7A
(107,109,122)
#787A86
(120,122,134)
#858792
(133,135,146)
#92949E
(146,148,158)
#9FA1AA
(159,161,170)
#ACAEB6
(172,174,182)
#B9BBC2
(185,187,194)
#C6C8CE
(198,200,206)
#D3D5DA
(211,213,218)
#E0E2E6
(224,226,230)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6D7A; }

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

This text font color is #6B6D7A.


Background Color

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

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

This div background color is #6B6D7A.


Border color

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

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

This div border color is #6B6D7A.


Opacity

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

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

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

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

This text has shadow with #6B6D7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6D7A on black background.


Color preview on white background

This text has color #6B6D7A on white background.



Black color preview on #6B6D7A background

This text has black color on #6B6D7A background.


White color preview on #6B6D7A background

This text has white color on #6B6D7A background.