COLOR #6C6887

HEX: #6C6887
RGB: (108,104,135)

Color info

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

RGB color model

#6C6887 color RGB value is (108,104,135).

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

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 135 of 255 = 53%

108
104
135

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

Portions of RGB colors in percentages

R + G + B =
108 + 104 + 135 = 347 (100%)
R 108 of 347 ~ 31.12%
G 104 of 347 ~ 29.97%
B 135 of 347 ~ 38.9%

%31.12
%29.97
%38.9

CMYK color model

#6C6887 color CMYK value is (20,23,0,47).

  • cyan value is 20.00%
  • magenta value is 22.96%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(20,23,0,47)
C20M23Y0K47 
(20%,23%,0%,47%)
(0.20/0.23/0.00/0.47)	

CMYK percentages

%20
%22.96
%0
%47.06

Codes

Color #6C6887 in popluar color models

6C6887
RGB108104135
HSL248°12.97%46.86%
HSB/HSV248°22.96%52.94%
CMYK20.00%22.96%0.00%
47.06%

Color #6C6887 in popluar number systems.

HEX6C6887
Decimal108104135
Binary1101100110100010000111
Octal154150207

Shades and tints

Shades of #6C6887

#6C6887
(108,104,135)
#635F7B
(99,95,123)
#5A566F
(90,86,111)
#514D63
(81,77,99)
#484457
(72,68,87)
#3F3B4B
(63,59,75)
#36323F
(54,50,63)
#2D2933
(45,41,51)
#242027
(36,32,39)
#1B171B
(27,23,27)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #6C6887

#6C6887
(108,104,135)
#797591
(121,117,145)
#86829B
(134,130,155)
#938FA5
(147,143,165)
#A09CAF
(160,156,175)
#ADA9B9
(173,169,185)
#BAB6C3
(186,182,195)
#C7C3CD
(199,195,205)
#D4D0D7
(212,208,215)
#E1DDE1
(225,221,225)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6887; }

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

This text font color is #6C6887.


Background Color

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

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

This div background color is #6C6887.


Border color

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

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

This div border color is #6C6887.


Opacity

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

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

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

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

This text has shadow with #6C6887 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6887 on black background.


Color preview on white background

This text has color #6C6887 on white background.



Black color preview on #6C6887 background

This text has black color on #6C6887 background.


White color preview on #6C6887 background

This text has white color on #6C6887 background.