COLOR #6C7E9D

HEX: #6C7E9D RGB: (108,126,157)

Color info

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

RGB color model

#6C7E9D color RGB value is (108,126,157).

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

RGB channels and saturation

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

108
126
157

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

Portions of RGB colors in percentages

R + G + B = 108 + 126 + 157 = 391 (100%)
R 108 of 391 ~ 27.62%
G 126 of 391 ~ 32.23%
B 157 of 391 ~ 40.15'%

%27.62
%32.23
%40.15

CMYK color model

#6C7E9D color CMYK value is (31,20,0,38).

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

CMYK: (31,20,0,38)
C31M20Y0K38 (31%, 20%, 0%, 38%)
(0.31 / 0.20 / 0.00 / 0.38)

CMYK percentages

%31.21
%19.75
%0
%38.43

Codes

Color #6C7E9D in popluar color models

6C 7E 9D
RGB 108 126 157
HSL 218° 20.00% 51.96%
HSB/HSV 218° 31.21% 61.57%
CMYK 31.21% 19.75% 0.00%
38.43%

Color #6C7E9D in popluar number systems.

HEX 6C 7E 9D
Decimal 108 126 157
Binary 1101100 1111110 10011101
Octal 154 176 235

Shades and tints

Shades of #6C7E9D

#6C7E9D
(108,126,157)
#63738F
(99,115,143)
#5A6881
(90,104,129)
#515D73
(81,93,115)
#485265
(72,82,101)
#3F4757
(63,71,87)
#363C49
(54,60,73)
#2D313B
(45,49,59)
#24262D
(36,38,45)
#1B1B1F
(27,27,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #6C7E9D

#6C7E9D
(108,126,157)
#7989A5
(121,137,165)
#8694AD
(134,148,173)
#939FB5
(147,159,181)
#A0AABD
(160,170,189)
#ADB5C5
(173,181,197)
#BAC0CD
(186,192,205)
#C7CBD5
(199,203,213)
#D4D6DD
(212,214,221)
#E1E1E5
(225,225,229)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C7E9D; }

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

This text font color is #6C7E9D.

Background Color

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

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

This div background color is #6C7E9D.

Border color

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

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

This div border color is #6C7E9D.

Opacity

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

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

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

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

This text has shadow with #6C7E9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C7E9D.

Preview

Color preview on black background

This text has color #6C7E9D on black background.


Color preview on white background

This text has color #6C7E9D on white background.


Black color preview on #6C7E9D background

This text has black color on #6C7E9D background.


White color preview on #6C7E9D background

This text has white color on #6C7E9D background.


Related colors

Complementary color

Complementary color for #hex is #938162.


I love getcolorcode.com

Triadic colors

1 #9D6C7E and #7E9D6C with #6C7E9D are triadic colors.

2 #9D7E6C and #7E6C9D with #6C7E9D are triadic colors.