COLOR #6C688D

HEX: #6C688D
RGB: (108,104,141)

Color info

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

RGB color model

#6C688D color RGB value is (108,104,141).

  • red value is 108;
  • green value is 104;
  • blue value is 141.
RGB:
(108,104,141)
(42%,41%,55%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 141 of 255 = 55%

108
104
141

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

Portions of RGB colors in percentages

R + G + B =
108 + 104 + 141 = 353 (100%)
R 108 of 353 ~ 30.59%
G 104 of 353 ~ 29.46%
B 141 of 353 ~ 39.94%

%30.59
%29.46
%39.94

CMYK color model

#6C688D color CMYK value is (23,26,0,45).

  • cyan value is 23.40%
  • magenta value is 26.24%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(23,26,0,45)
C23M26Y0K45 
(23%,26%,0%,45%)
(0.23/0.26/0.00/0.45)	

CMYK percentages

%23.4
%26.24
%0
%44.71

Codes

Color #6C688D in popluar color models

6C688D
RGB108104141
HSL246°15.10%48.04%
HSB/HSV246°26.24%55.29%
CMYK23.40%26.24%0.00%
44.71%

Color #6C688D in popluar number systems.

HEX6C688D
Decimal108104141
Binary1101100110100010001101
Octal154150215

Shades and tints

Shades of #6C688D

#6C688D
(108,104,141)
#635F81
(99,95,129)
#5A5675
(90,86,117)
#514D69
(81,77,105)
#48445D
(72,68,93)
#3F3B51
(63,59,81)
#363245
(54,50,69)
#2D2939
(45,41,57)
#24202D
(36,32,45)
#1B1721
(27,23,33)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #6C688D

#6C688D
(108,104,141)
#797597
(121,117,151)
#8682A1
(134,130,161)
#938FAB
(147,143,171)
#A09CB5
(160,156,181)
#ADA9BF
(173,169,191)
#BAB6C9
(186,182,201)
#C7C3D3
(199,195,211)
#D4D0DD
(212,208,221)
#E1DDE7
(225,221,231)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C688D color. Also use rgb(108,104,141) instead hex code.

Text Font Color

.myTextColor { color: #6C688D; }

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

This text font color is #6C688D.


Background Color

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

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

This div background color is #6C688D.


Border color

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

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

This div border color is #6C688D.


Opacity

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

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

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

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

This text has shadow with #6C688D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C688D on black background.


Color preview on white background

This text has color #6C688D on white background.



Black color preview on #6C688D background

This text has black color on #6C688D background.


White color preview on #6C688D background

This text has white color on #6C688D background.