COLOR #6B687A

HEX: #6B687A RGB: (107,104,122)

Color info

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

RGB color model

#6B687A color RGB value is (107,104,122).

RGB: (107,104,122) (42%, 41%, 48%)

RGB channels and saturation

R 107 of 255 = 42%
G 104 of 255 = 41%
B 122 of 255 = 48%

107
104
122

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

Portions of RGB colors in percentages

R + G + B = 107 + 104 + 122 = 333 (100%)
R 107 of 333 ~ 32.13%
G 104 of 333 ~ 31.23%
B 122 of 333 ~ 36.64'%

%32.13
%31.23
%36.64

CMYK color model

#6B687A color CMYK value is (12,15,0,52).

  • cyan value is 12.30%
  • magenta value is 14.75%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK: (12,15,0,52) C12M15Y0K52 (12%,15%,0%,52%) (0.12/0.15/0.00/0.52) 

CMYK percentages

%12.3
%14.75
%0
%52.16

Codes

Color #6B687A in popluar color models

6B 68 7A
RGB 107 104 122
HSL 250° 7.96% 44.31%
HSB/HSV 250° 14.75% 47.84%
CMYK 12.30% 14.75% 0.00%
52.16%

Color #6B687A in popluar number systems.

HEX 6B 68 7A
Decimal 107 104 122
Binary 1101011 1101000 1111010
Octal 153 150 172

Shades and tints

Shades of #6B687A

#6B687A
(107,104,122)
#625F6F
(98,95,111)
#595664
(89,86,100)
#504D59
(80,77,89)
#47444E
(71,68,78)
#3E3B43
(62,59,67)
#353238
(53,50,56)
#2C292D
(44,41,45)
#232022
(35,32,34)
#1A1717
(26,23,23)
#110E0C
(17,14,12)
#000000
(0,0,0)

Tints of #6B687A

#6B687A
(107,104,122)
#787586
(120,117,134)
#858292
(133,130,146)
#928F9E
(146,143,158)
#9F9CAA
(159,156,170)
#ACA9B6
(172,169,182)
#B9B6C2
(185,182,194)
#C6C3CE
(198,195,206)
#D3D0DA
(211,208,218)
#E0DDE6
(224,221,230)
#EDEAF2
(237,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B687A; }

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

This text font color is #6B687A.

Background Color

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

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

This div background color is #6B687A.

Border color

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

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

This div border color is #6B687A.

Opacity

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

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

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

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

This text has shadow with #6B687A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B687A.

Preview

Color preview on black background

This text has color #6B687A on black background.


Color preview on white background

This text has color #6B687A on white background.


Black color preview on #6B687A background

This text has black color on #6B687A background.


White color preview on #6B687A background

This text has white color on #6B687A background.


Related colors

Complementary color

Complementary color for #hex is #949785.


I love getcolorcode.com

Triadic colors

1 #7A6B68 and #687A6B with #6B687A are triadic colors.

2 #7A686B and #686B7A with #6B687A are triadic colors.