COLOR #6C6AB1

HEX: #6C6AB1
RGB: (108,106,177)

Color info

#6C6AB1 contains mainly blue color. Web safe color of #6C6AB1 is #666699 (or #669).

RGB color model

#6C6AB1 color RGB value is (108,106,177).

  • red value is 108;
  • green value is 106;
  • blue value is 177.
RGB:
(108,106,177)
(42%,42%,69%)

RGB channels and saturation

R 108 of 255 = 42%
G 106 of 255 = 42%
B 177 of 255 = 69%

108
106
177

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

Portions of RGB colors in percentages

R + G + B =
108 + 106 + 177 = 391 (100%)
R 108 of 391 ~ 27.62%
G 106 of 391 ~ 27.11%
B 177 of 391 ~ 45.27%

%27.62
%27.11
%45.27

CMYK color model

#6C6AB1 color CMYK value is (39,40,0,31).

  • cyan value is 38.98%
  • magenta value is 40.11%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(39,40,0,31)
C39M40Y0K31 
(39%,40%,0%,31%)
(0.39/0.40/0.00/0.31)	

CMYK percentages

%38.98
%40.11
%0
%30.59

Codes

Color #6C6AB1 in popluar color models

6C6AB1
RGB108106177
HSL242°31.28%55.49%
HSB/HSV242°40.11%69.41%
CMYK38.98%40.11%0.00%
30.59%

Color #6C6AB1 in popluar number systems.

HEX6C6AB1
Decimal108106177
Binary1101100110101010110001
Octal154152261

Shades and tints

Shades of #6C6AB1

#6C6AB1
(108,106,177)
#6361A1
(99,97,161)
#5A5891
(90,88,145)
#514F81
(81,79,129)
#484671
(72,70,113)
#3F3D61
(63,61,97)
#363451
(54,52,81)
#2D2B41
(45,43,65)
#242231
(36,34,49)
#1B1921
(27,25,33)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #6C6AB1

#6C6AB1
(108,106,177)
#7977B8
(121,119,184)
#8684BF
(134,132,191)
#9391C6
(147,145,198)
#A09ECD
(160,158,205)
#ADABD4
(173,171,212)
#BAB8DB
(186,184,219)
#C7C5E2
(199,197,226)
#D4D2E9
(212,210,233)
#E1DFF0
(225,223,240)
#EEECF7
(238,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C6AB1 color. Also use rgb(108,106,177) instead hex code.

Text Font Color

.myTextColor { color: #6C6AB1; }

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

This text font color is #6C6AB1.


Background Color

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

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

This div background color is #6C6AB1.


Border color

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

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

This div border color is #6C6AB1.


Opacity

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

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

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

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

This text has shadow with #6C6AB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6AB1 on black background.


Color preview on white background

This text has color #6C6AB1 on white background.



Black color preview on #6C6AB1 background

This text has black color on #6C6AB1 background.


White color preview on #6C6AB1 background

This text has white color on #6C6AB1 background.