COLOR #6B697C

HEX: #6B697C
RGB: (107,105,124)

Color info

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

RGB color model

#6B697C color RGB value is (107,105,124).

  • red value is 107;
  • green value is 105;
  • blue value is 124.
RGB:
(107,105,124)
(42%,41%,49%)

RGB channels and saturation

R 107 of 255 = 42%
G 105 of 255 = 41%
B 124 of 255 = 49%

107
105
124

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

Portions of RGB colors in percentages

R + G + B =
107 + 105 + 124 = 336 (100%)
R 107 of 336 ~ 31.85%
G 105 of 336 ~ 31.25%
B 124 of 336 ~ 36.9%

%31.85
%31.25
%36.9

CMYK color model

#6B697C color CMYK value is (14,15,0,51).

  • cyan value is 13.71%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(14,15,0,51)
C14M15Y0K51 
(14%,15%,0%,51%)
(0.14/0.15/0.00/0.51)	

CMYK percentages

%13.71
%15.32
%0
%51.37

Codes

Color #6B697C in popluar color models

6B697C
RGB107105124
HSL246°8.30%44.90%
HSB/HSV246°15.32%48.63%
CMYK13.71%15.32%0.00%
51.37%

Color #6B697C in popluar number systems.

HEX6B697C
Decimal107105124
Binary110101111010011111100
Octal153151174

Shades and tints

Shades of #6B697C

#6B697C
(107,105,124)
#626071
(98,96,113)
#595766
(89,87,102)
#504E5B
(80,78,91)
#474550
(71,69,80)
#3E3C45
(62,60,69)
#35333A
(53,51,58)
#2C2A2F
(44,42,47)
#232124
(35,33,36)
#1A1819
(26,24,25)
#110F0E
(17,15,14)
#000000
(0,0,0)

Tints of #6B697C

#6B697C
(107,105,124)
#787687
(120,118,135)
#858392
(133,131,146)
#92909D
(146,144,157)
#9F9DA8
(159,157,168)
#ACAAB3
(172,170,179)
#B9B7BE
(185,183,190)
#C6C4C9
(198,196,201)
#D3D1D4
(211,209,212)
#E0DEDF
(224,222,223)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B697C color. Also use rgb(107,105,124) instead hex code.

Text Font Color

.myTextColor { color: #6B697C; }

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

This text font color is #6B697C.


Background Color

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

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

This div background color is #6B697C.


Border color

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

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

This div border color is #6B697C.


Opacity

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

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

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

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

This text has shadow with #6B697C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B697C on black background.


Color preview on white background

This text has color #6B697C on white background.



Black color preview on #6B697C background

This text has black color on #6B697C background.


White color preview on #6B697C background

This text has white color on #6B697C background.