COLOR #6C667E

HEX: #6C667E
RGB: (108,102,126)

Color info

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

RGB color model

#6C667E color RGB value is (108,102,126).

  • red value is 108;
  • green value is 102;
  • blue value is 126.
RGB:
(108,102,126)
(42%,40%,49%)

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 126 of 255 = 49%

108
102
126

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 126 = 336 (100%)
R 108 of 336 ~ 32.14%
G 102 of 336 ~ 30.36%
B 126 of 336 ~ 37.5%

%32.14
%30.36
%37.5

CMYK color model

#6C667E color CMYK value is (14,19,0,51).

  • cyan value is 14.29%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(14,19,0,51)
C14M19Y0K51 
(14%,19%,0%,51%)
(0.14/0.19/0.00/0.51)	

CMYK percentages

%14.29
%19.05
%0
%50.59

Codes

Color #6C667E in popluar color models

6C667E
RGB108102126
HSL255°10.53%44.71%
HSB/HSV255°19.05%49.41%
CMYK14.29%19.05%0.00%
50.59%

Color #6C667E in popluar number systems.

HEX6C667E
Decimal108102126
Binary110110011001101111110
Octal154146176

Shades and tints

Shades of #6C667E

#6C667E
(108,102,126)
#635D73
(99,93,115)
#5A5468
(90,84,104)
#514B5D
(81,75,93)
#484252
(72,66,82)
#3F3947
(63,57,71)
#36303C
(54,48,60)
#2D2731
(45,39,49)
#241E26
(36,30,38)
#1B151B
(27,21,27)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #6C667E

#6C667E
(108,102,126)
#797389
(121,115,137)
#868094
(134,128,148)
#938D9F
(147,141,159)
#A09AAA
(160,154,170)
#ADA7B5
(173,167,181)
#BAB4C0
(186,180,192)
#C7C1CB
(199,193,203)
#D4CED6
(212,206,214)
#E1DBE1
(225,219,225)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C667E; }

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

This text font color is #6C667E.


Background Color

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

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

This div background color is #6C667E.


Border color

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

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

This div border color is #6C667E.


Opacity

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

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

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

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

This text has shadow with #6C667E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C667E on black background.


Color preview on white background

This text has color #6C667E on white background.



Black color preview on #6C667E background

This text has black color on #6C667E background.


White color preview on #6C667E background

This text has white color on #6C667E background.