COLOR #6C689C

HEX: #6C689C
RGB: (108,104,156)

Color info

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

RGB color model

#6C689C color RGB value is (108,104,156).

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

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 156 of 255 = 61%

108
104
156

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

Portions of RGB colors in percentages

R + G + B =
108 + 104 + 156 = 368 (100%)
R 108 of 368 ~ 29.35%
G 104 of 368 ~ 28.26%
B 156 of 368 ~ 42.39%

%29.35
%28.26
%42.39

CMYK color model

#6C689C color CMYK value is (31,33,0,39).

  • cyan value is 30.77%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(31,33,0,39)
C31M33Y0K39 
(31%,33%,0%,39%)
(0.31/0.33/0.00/0.39)	

CMYK percentages

%30.77
%33.33
%0
%38.82

Codes

Color #6C689C in popluar color models

6C689C
RGB108104156
HSL245°20.80%50.98%
HSB/HSV245°33.33%61.18%
CMYK30.77%33.33%0.00%
38.82%

Color #6C689C in popluar number systems.

HEX6C689C
Decimal108104156
Binary1101100110100010011100
Octal154150234

Shades and tints

Shades of #6C689C

#6C689C
(108,104,156)
#635F8E
(99,95,142)
#5A5680
(90,86,128)
#514D72
(81,77,114)
#484464
(72,68,100)
#3F3B56
(63,59,86)
#363248
(54,50,72)
#2D293A
(45,41,58)
#24202C
(36,32,44)
#1B171E
(27,23,30)
#120E10
(18,14,16)
#000000
(0,0,0)

Tints of #6C689C

#6C689C
(108,104,156)
#7975A5
(121,117,165)
#8682AE
(134,130,174)
#938FB7
(147,143,183)
#A09CC0
(160,156,192)
#ADA9C9
(173,169,201)
#BAB6D2
(186,182,210)
#C7C3DB
(199,195,219)
#D4D0E4
(212,208,228)
#E1DDED
(225,221,237)
#EEEAF6
(238,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C689C; }

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

This text font color is #6C689C.


Background Color

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

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

This div background color is #6C689C.


Border color

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

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

This div border color is #6C689C.


Opacity

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

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

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

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

This text has shadow with #6C689C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C689C on black background.


Color preview on white background

This text has color #6C689C on white background.



Black color preview on #6C689C background

This text has black color on #6C689C background.


White color preview on #6C689C background

This text has white color on #6C689C background.