COLOR #6C6B8A

HEX: #6C6B8A RGB: (108,107,138)

Color info

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

RGB color model

#6C6B8A color RGB value is (108,107,138).

RGB: (108,107,138) (42%, 42%, 54%)

RGB channels and saturation

R 108 of 255 = 42%
G 107 of 255 = 42%
B 138 of 255 = 54%

108
107
138

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

Portions of RGB colors in percentages

R + G + B = 108 + 107 + 138 = 353 (100%)
R 108 of 353 ~ 30.59%
G 107 of 353 ~ 30.31%
B 138 of 353 ~ 39.09'%

%30.59
%30.31
%39.09

CMYK color model

#6C6B8A color CMYK value is (22,22,0,46).

  • cyan value is 21.74%
  • magenta value is 22.46%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (22,22,0,46)
C22M22Y0K46 (22%, 22%, 0%, 46%)
(0.22 / 0.22 / 0.00 / 0.46)

CMYK percentages

%21.74
%22.46
%0
%45.88

Codes

Color #6C6B8A in popluar color models

6C 6B 8A
RGB 108 107 138
HSL 242° 12.65% 48.04%
HSB/HSV 242° 22.46% 54.12%
CMYK 21.74% 22.46% 0.00%
45.88%

Color #6C6B8A in popluar number systems.

HEX 6C 6B 8A
Decimal 108 107 138
Binary 1101100 1101011 10001010
Octal 154 153 212

Shades and tints

Shades of #6C6B8A

#6C6B8A
(108,107,138)
#63627E
(99,98,126)
#5A5972
(90,89,114)
#515066
(81,80,102)
#48475A
(72,71,90)
#3F3E4E
(63,62,78)
#363542
(54,53,66)
#2D2C36
(45,44,54)
#24232A
(36,35,42)
#1B1A1E
(27,26,30)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #6C6B8A

#6C6B8A
(108,107,138)
#797894
(121,120,148)
#86859E
(134,133,158)
#9392A8
(147,146,168)
#A09FB2
(160,159,178)
#ADACBC
(173,172,188)
#BAB9C6
(186,185,198)
#C7C6D0
(199,198,208)
#D4D3DA
(212,211,218)
#E1E0E4
(225,224,228)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6B8A color. Also use rgb(108,107,138) instead hex code.

Text Font Color

.myTextColor { color: #6C6B8A; }

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

This text font color is #6C6B8A.

Background Color

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

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

This div background color is #6C6B8A.

Border color

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

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

This div border color is #6C6B8A.

Opacity

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

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

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

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

This text has shadow with #6C6B8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6C6B8A.

Preview

Color preview on black background

This text has color #6C6B8A on black background.


Color preview on white background

This text has color #6C6B8A on white background.


Black color preview on #6C6B8A background

This text has black color on #6C6B8A background.


White color preview on #6C6B8A background

This text has white color on #6C6B8A background.


Related colors

Complementary color

Complementary color for #hex is #939475.


I love getcolorcode.com

Triadic colors

1 #8A6C6B and #6B8A6C with #6C6B8A are triadic colors.

2 #8A6B6C and #6B6C8A with #6C6B8A are triadic colors.