COLOR #6C6F9C

HEX: #6C6F9C
RGB: (108,111,156)

Color info

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

RGB color model

#6C6F9C color RGB value is (108,111,156).

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

RGB channels and saturation

R 108 of 255 = 42%
G 111 of 255 = 44%
B 156 of 255 = 61%

108
111
156

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

Portions of RGB colors in percentages

R + G + B =
108 + 111 + 156 = 375 (100%)
R 108 of 375 ~ 28.8%
G 111 of 375 ~ 29.6%
B 156 of 375 ~ 41.6%

%28.8
%29.6
%41.6

CMYK color model

#6C6F9C color CMYK value is (31,29,0,39).

  • cyan value is 30.77%
  • magenta value is 28.85%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(31,29,0,39)
C31M29Y0K39 
(31%,29%,0%,39%)
(0.31/0.29/0.00/0.39)	

CMYK percentages

%30.77
%28.85
%0
%38.82

Codes

Color #6C6F9C in popluar color models

6C6F9C
RGB108111156
HSL236°19.51%51.76%
HSB/HSV236°30.77%61.18%
CMYK30.77%28.85%0.00%
38.82%

Color #6C6F9C in popluar number systems.

HEX6C6F9C
Decimal108111156
Binary1101100110111110011100
Octal154157234

Shades and tints

Shades of #6C6F9C

#6C6F9C
(108,111,156)
#63658E
(99,101,142)
#5A5B80
(90,91,128)
#515172
(81,81,114)
#484764
(72,71,100)
#3F3D56
(63,61,86)
#363348
(54,51,72)
#2D293A
(45,41,58)
#241F2C
(36,31,44)
#1B151E
(27,21,30)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #6C6F9C

#6C6F9C
(108,111,156)
#797CA5
(121,124,165)
#8689AE
(134,137,174)
#9396B7
(147,150,183)
#A0A3C0
(160,163,192)
#ADB0C9
(173,176,201)
#BABDD2
(186,189,210)
#C7CADB
(199,202,219)
#D4D7E4
(212,215,228)
#E1E4ED
(225,228,237)
#EEF1F6
(238,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6F9C; }

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

This text font color is #6C6F9C.


Background Color

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

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

This div background color is #6C6F9C.


Border color

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

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

This div border color is #6C6F9C.


Opacity

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

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

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

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

This text has shadow with #6C6F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6F9C on black background.


Color preview on white background

This text has color #6C6F9C on white background.



Black color preview on #6C6F9C background

This text has black color on #6C6F9C background.


White color preview on #6C6F9C background

This text has white color on #6C6F9C background.