COLOR #6C6899

HEX: #6C6899 RGB: (108,104,153)

Color info

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

RGB color model

#6C6899 color RGB value is (108,104,153).

RGB: (108,104,153) (42%, 41%, 60%)

RGB channels and saturation

R 108 of 255 = 42%
G 104 of 255 = 41%
B 153 of 255 = 60%

108
104
153

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

Portions of RGB colors in percentages

R + G + B = 108 + 104 + 153 = 365 (100%)
R 108 of 365 ~ 29.59%
G 104 of 365 ~ 28.49%
B 153 of 365 ~ 41.92'%

%29.59
%28.49
%41.92

CMYK color model

#6C6899 color CMYK value is (29,32,0,40).

  • cyan value is 29.41%
  • magenta value is 32.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK: (29,32,0,40) C29M32Y0K40 (29%,32%,0%,40%) (0.29/0.32/0.00/0.40) 

CMYK percentages

%29.41
%32.03
%0
%40

Codes

Color #6C6899 in popluar color models

6C 68 99
RGB 108 104 153
HSL 245° 19.37% 50.39%
HSB/HSV 245° 32.03% 60.00%
CMYK 29.41% 32.03% 0.00%
40.00%

Color #6C6899 in popluar number systems.

HEX 6C 68 99
Decimal 108 104 153
Binary 1101100 1101000 10011001
Octal 154 150 231

Shades and tints

Shades of #6C6899

#6C6899
(108,104,153)
#635F8C
(99,95,140)
#5A567F
(90,86,127)
#514D72
(81,77,114)
#484465
(72,68,101)
#3F3B58
(63,59,88)
#36324B
(54,50,75)
#2D293E
(45,41,62)
#242031
(36,32,49)
#1B1724
(27,23,36)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #6C6899

#6C6899
(108,104,153)
#7975A2
(121,117,162)
#8682AB
(134,130,171)
#938FB4
(147,143,180)
#A09CBD
(160,156,189)
#ADA9C6
(173,169,198)
#BAB6CF
(186,182,207)
#C7C3D8
(199,195,216)
#D4D0E1
(212,208,225)
#E1DDEA
(225,221,234)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6899; }

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

This text font color is #6C6899.

Background Color

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

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

This div background color is #6C6899.

Border color

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

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

This div border color is #6C6899.

Opacity

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

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

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

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

This text has shadow with #6C6899 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6899.

Preview

Color preview on black background

This text has color #6C6899 on black background.


Color preview on white background

This text has color #6C6899 on white background.


Black color preview on #6C6899 background

This text has black color on #6C6899 background.


White color preview on #6C6899 background

This text has white color on #6C6899 background.


Related colors

Complementary color

Complementary color for #hex is #939766.


I love getcolorcode.com

Triadic colors

1 #996C68 and #68996C with #6C6899 are triadic colors.

2 #99686C and #686C99 with #6C6899 are triadic colors.