COLOR #6B697D

HEX: #6B697D
RGB: (107,105,125)

Color info

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

RGB color model

#6B697D color RGB value is (107,105,125).

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

RGB channels and saturation

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

107
105
125

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

Portions of RGB colors in percentages

R + G + B =
107 + 105 + 125 = 337 (100%)
R 107 of 337 ~ 31.75%
G 105 of 337 ~ 31.16%
B 125 of 337 ~ 37.09%

%31.75
%31.16
%37.09

CMYK color model

#6B697D color CMYK value is (14,16,0,51).

  • cyan value is 14.40%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(14,16,0,51)
C14M16Y0K51 
(14%,16%,0%,51%)
(0.14/0.16/0.00/0.51)	

CMYK percentages

%14.4
%16
%0
%50.98

Codes

Color #6B697D in popluar color models

6B697D
RGB107105125
HSL246°8.70%45.10%
HSB/HSV246°16.00%49.02%
CMYK14.40%16.00%0.00%
50.98%

Color #6B697D in popluar number systems.

HEX6B697D
Decimal107105125
Binary110101111010011111101
Octal153151175

Shades and tints

Shades of #6B697D

#6B697D
(107,105,125)
#626072
(98,96,114)
#595767
(89,87,103)
#504E5C
(80,78,92)
#474551
(71,69,81)
#3E3C46
(62,60,70)
#35333B
(53,51,59)
#2C2A30
(44,42,48)
#232125
(35,33,37)
#1A181A
(26,24,26)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #6B697D

#6B697D
(107,105,125)
#787688
(120,118,136)
#858393
(133,131,147)
#92909E
(146,144,158)
#9F9DA9
(159,157,169)
#ACAAB4
(172,170,180)
#B9B7BF
(185,183,191)
#C6C4CA
(198,196,202)
#D3D1D5
(211,209,213)
#E0DEE0
(224,222,224)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B697D; }

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

This text font color is #6B697D.


Background Color

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

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

This div background color is #6B697D.


Border color

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

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

This div border color is #6B697D.


Opacity

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

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

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

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

This text has shadow with #6B697D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B697D on black background.


Color preview on white background

This text has color #6B697D on white background.



Black color preview on #6B697D background

This text has black color on #6B697D background.


White color preview on #6B697D background

This text has white color on #6B697D background.