COLOR #6C6884

HEX: #6C6884 RGB: (108,104,132)

Color info

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

RGB color model

#6C6884 color RGB value is (108,104,132).

RGB: (108,104,132) (42%, 41%, 52%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 132 of 255 = 52%

108
104
132

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

Portions of RGB colors in percentages

R + G + B = 108 + 104 + 132 = 344 (100%)
R 108 of 344 ~ 31.4%
G 104 of 344 ~ 30.23%
B 132 of 344 ~ 38.37'%

%31.4
%30.23
%38.37

CMYK color model

#6C6884 color CMYK value is (18,21,0,48).

  • cyan value is 18.18%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (18,21,0,48)
C18M21Y0K48 (18%, 21%, 0%, 48%)
(0.18 / 0.21 / 0.00 / 0.48)

CMYK percentages

%18.18
%21.21
%0
%48.24

Codes

Color #6C6884 in popluar color models

6C 68 84
RGB 108 104 132
HSL 249° 11.86% 46.27%
HSB/HSV 249° 21.21% 51.76%
CMYK 18.18% 21.21% 0.00%
48.24%

Color #6C6884 in popluar number systems.

HEX 6C 68 84
Decimal 108 104 132
Binary 1101100 1101000 10000100
Octal 154 150 204

Shades and tints

Shades of #6C6884

#6C6884
(108,104,132)
#635F78
(99,95,120)
#5A566C
(90,86,108)
#514D60
(81,77,96)
#484454
(72,68,84)
#3F3B48
(63,59,72)
#36323C
(54,50,60)
#2D2930
(45,41,48)
#242024
(36,32,36)
#1B1718
(27,23,24)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #6C6884

#6C6884
(108,104,132)
#79758F
(121,117,143)
#86829A
(134,130,154)
#938FA5
(147,143,165)
#A09CB0
(160,156,176)
#ADA9BB
(173,169,187)
#BAB6C6
(186,182,198)
#C7C3D1
(199,195,209)
#D4D0DC
(212,208,220)
#E1DDE7
(225,221,231)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6884; }

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

This text font color is #6C6884.

Background Color

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

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

This div background color is #6C6884.

Border color

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

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

This div border color is #6C6884.

Opacity

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

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

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

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

This text has shadow with #6C6884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6884.

Preview

Color preview on black background

This text has color #6C6884 on black background.


Color preview on white background

This text has color #6C6884 on white background.


Black color preview on #6C6884 background

This text has black color on #6C6884 background.


White color preview on #6C6884 background

This text has white color on #6C6884 background.


Related colors

Complementary color

Complementary color for #hex is #93977B.


I love getcolorcode.com

Triadic colors

1 #846C68 and #68846C with #6C6884 are triadic colors.

2 #84686C and #686C84 with #6C6884 are triadic colors.