COLOR #6C6AAD

HEX: #6C6AAD
RGB: (108,106,173)

Color info

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

RGB color model

#6C6AAD color RGB value is (108,106,173).

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

RGB channels and saturation

R 108 of 255 = 42%
G 106 of 255 = 42%
B 173 of 255 = 68%

108
106
173

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

Portions of RGB colors in percentages

R + G + B =
108 + 106 + 173 = 387 (100%)
R 108 of 387 ~ 27.91%
G 106 of 387 ~ 27.39%
B 173 of 387 ~ 44.7%

%27.91
%27.39
%44.7

CMYK color model

#6C6AAD color CMYK value is (38,39,0,32).

  • cyan value is 37.57%
  • magenta value is 38.73%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(38,39,0,32)
C38M39Y0K32 
(38%,39%,0%,32%)
(0.38/0.39/0.00/0.32)	

CMYK percentages

%37.57
%38.73
%0
%32.16

Codes

Color #6C6AAD in popluar color models

6C6AAD
RGB108106173
HSL242°29.00%54.71%
HSB/HSV242°38.73%67.84%
CMYK37.57%38.73%0.00%
32.16%

Color #6C6AAD in popluar number systems.

HEX6C6AAD
Decimal108106173
Binary1101100110101010101101
Octal154152255

Shades and tints

Shades of #6C6AAD

#6C6AAD
(108,106,173)
#63619E
(99,97,158)
#5A588F
(90,88,143)
#514F80
(81,79,128)
#484671
(72,70,113)
#3F3D62
(63,61,98)
#363453
(54,52,83)
#2D2B44
(45,43,68)
#242235
(36,34,53)
#1B1926
(27,25,38)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #6C6AAD

#6C6AAD
(108,106,173)
#7977B4
(121,119,180)
#8684BB
(134,132,187)
#9391C2
(147,145,194)
#A09EC9
(160,158,201)
#ADABD0
(173,171,208)
#BAB8D7
(186,184,215)
#C7C5DE
(199,197,222)
#D4D2E5
(212,210,229)
#E1DFEC
(225,223,236)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6C6AAD; }

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

This text font color is #6C6AAD.


Background Color

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

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

This div background color is #6C6AAD.


Border color

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

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

This div border color is #6C6AAD.


Opacity

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

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

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

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

This text has shadow with #6C6AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C6AAD on black background.


Color preview on white background

This text has color #6C6AAD on white background.



Black color preview on #6C6AAD background

This text has black color on #6C6AAD background.


White color preview on #6C6AAD background

This text has white color on #6C6AAD background.