COLOR #6B7E9D

HEX: #6B7E9D RGB: (107,126,157)

Color info

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

RGB color model

#6B7E9D color RGB value is (107,126,157).

RGB: (107,126,157) (42%, 49%, 62%)

RGB channels and saturation

R 107 of 255 = 42%
G 126 of 255 = 49%
B 157 of 255 = 62%

107
126
157

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

Portions of RGB colors in percentages

R + G + B = 107 + 126 + 157 = 390 (100%)
R 107 of 390 ~ 27.44%
G 126 of 390 ~ 32.31%
B 157 of 390 ~ 40.26'%

%27.44
%32.31
%40.26

CMYK color model

#6B7E9D color CMYK value is (32,20,0,38).

  • cyan value is 31.85%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (32,20,0,38)
C32M20Y0K38 (32%, 20%, 0%, 38%)
(0.32 / 0.20 / 0.00 / 0.38)

CMYK percentages

%31.85
%19.75
%0
%38.43

Codes

Color #6B7E9D in popluar color models

6B 7E 9D
RGB 107 126 157
HSL 217° 20.33% 51.76%
HSB/HSV 217° 31.85% 61.57%
CMYK 31.85% 19.75% 0.00%
38.43%

Color #6B7E9D in popluar number systems.

HEX 6B 7E 9D
Decimal 107 126 157
Binary 1101011 1111110 10011101
Octal 153 176 235

Shades and tints

Shades of #6B7E9D

#6B7E9D
(107,126,157)
#62738F
(98,115,143)
#596881
(89,104,129)
#505D73
(80,93,115)
#475265
(71,82,101)
#3E4757
(62,71,87)
#353C49
(53,60,73)
#2C313B
(44,49,59)
#23262D
(35,38,45)
#1A1B1F
(26,27,31)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #6B7E9D

#6B7E9D
(107,126,157)
#7889A5
(120,137,165)
#8594AD
(133,148,173)
#929FB5
(146,159,181)
#9FAABD
(159,170,189)
#ACB5C5
(172,181,197)
#B9C0CD
(185,192,205)
#C6CBD5
(198,203,213)
#D3D6DD
(211,214,221)
#E0E1E5
(224,225,229)
#EDECED
(237,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B7E9D; }

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

This text font color is #6B7E9D.

Background Color

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

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

This div background color is #6B7E9D.

Border color

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

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

This div border color is #6B7E9D.

Opacity

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

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

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

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

This text has shadow with #6B7E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B7E9D.

Preview

Color preview on black background

This text has color #6B7E9D on black background.


Color preview on white background

This text has color #6B7E9D on white background.


Black color preview on #6B7E9D background

This text has black color on #6B7E9D background.


White color preview on #6B7E9D background

This text has white color on #6B7E9D background.


Related colors

Complementary color

Complementary color for #hex is #948162.


I love getcolorcode.com

Triadic colors

1 #9D6B7E and #7E9D6B with #6B7E9D are triadic colors.

2 #9D7E6B and #7E6B9D with #6B7E9D are triadic colors.