COLOR #6B6D9D

HEX: #6B6D9D
RGB: (107,109,157)

Color info

#6B6D9D contains red, green and blue colors in about the same proportion. Web safe color of #6B6D9D is #666699 (or #669).

RGB color model

#6B6D9D color RGB value is (107,109,157).

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

RGB channels and saturation

R 107 of 255 = 42%
G 109 of 255 = 43%
B 157 of 255 = 62%

107
109
157

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

Portions of RGB colors in percentages

R + G + B =
107 + 109 + 157 = 373 (100%)
R 107 of 373 ~ 28.69%
G 109 of 373 ~ 29.22%
B 157 of 373 ~ 42.09%

%28.69
%29.22
%42.09

CMYK color model

#6B6D9D color CMYK value is (32,31,0,38).

  • cyan value is 31.85%
  • magenta value is 30.57%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(32,31,0,38)
C32M31Y0K38 
(32%,31%,0%,38%)
(0.32/0.31/0.00/0.38)	

CMYK percentages

%31.85
%30.57
%0
%38.43

Codes

Color #6B6D9D in popluar color models

6B6D9D
RGB107109157
HSL238°20.33%51.76%
HSB/HSV238°31.85%61.57%
CMYK31.85%30.57%0.00%
38.43%

Color #6B6D9D in popluar number systems.

HEX6B6D9D
Decimal107109157
Binary1101011110110110011101
Octal153155235

Shades and tints

Shades of #6B6D9D

#6B6D9D
(107,109,157)
#62648F
(98,100,143)
#595B81
(89,91,129)
#505273
(80,82,115)
#474965
(71,73,101)
#3E4057
(62,64,87)
#353749
(53,55,73)
#2C2E3B
(44,46,59)
#23252D
(35,37,45)
#1A1C1F
(26,28,31)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #6B6D9D

#6B6D9D
(107,109,157)
#787AA5
(120,122,165)
#8587AD
(133,135,173)
#9294B5
(146,148,181)
#9FA1BD
(159,161,189)
#ACAEC5
(172,174,197)
#B9BBCD
(185,187,205)
#C6C8D5
(198,200,213)
#D3D5DD
(211,213,221)
#E0E2E5
(224,226,229)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B6D9D; }

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

This text font color is #6B6D9D.


Background Color

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

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

This div background color is #6B6D9D.


Border color

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

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

This div border color is #6B6D9D.


Opacity

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

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

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

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

This text has shadow with #6B6D9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B6D9D on black background.


Color preview on white background

This text has color #6B6D9D on white background.



Black color preview on #6B6D9D background

This text has black color on #6B6D9D background.


White color preview on #6B6D9D background

This text has white color on #6B6D9D background.