COLOR #6C66A1

HEX: #6C66A1
RGB: (108,102,161)

Color info

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

RGB color model

#6C66A1 color RGB value is (108,102,161).

  • red value is 108;
  • green value is 102;
  • blue value is 161.
RGB:
(108,102,161)
(42%,40%,63%)

RGB channels and saturation

R 108 of 255 = 42%
G 102 of 255 = 40%
B 161 of 255 = 63%

108
102
161

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

Portions of RGB colors in percentages

R + G + B =
108 + 102 + 161 = 371 (100%)
R 108 of 371 ~ 29.11%
G 102 of 371 ~ 27.49%
B 161 of 371 ~ 43.4%

%29.11
%27.49
%43.4

CMYK color model

#6C66A1 color CMYK value is (33,37,0,37).

  • cyan value is 32.92%
  • magenta value is 36.65%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(33,37,0,37)
C33M37Y0K37 
(33%,37%,0%,37%)
(0.33/0.37/0.00/0.37)	

CMYK percentages

%32.92
%36.65
%0
%36.86

Codes

Color #6C66A1 in popluar color models

6C66A1
RGB108102161
HSL246°23.89%51.57%
HSB/HSV246°36.65%63.14%
CMYK32.92%36.65%0.00%
36.86%

Color #6C66A1 in popluar number systems.

HEX6C66A1
Decimal108102161
Binary1101100110011010100001
Octal154146241

Shades and tints

Shades of #6C66A1

#6C66A1
(108,102,161)
#635D93
(99,93,147)
#5A5485
(90,84,133)
#514B77
(81,75,119)
#484269
(72,66,105)
#3F395B
(63,57,91)
#36304D
(54,48,77)
#2D273F
(45,39,63)
#241E31
(36,30,49)
#1B1523
(27,21,35)
#120C15
(18,12,21)
#000000
(0,0,0)

Tints of #6C66A1

#6C66A1
(108,102,161)
#7973A9
(121,115,169)
#8680B1
(134,128,177)
#938DB9
(147,141,185)
#A09AC1
(160,154,193)
#ADA7C9
(173,167,201)
#BAB4D1
(186,180,209)
#C7C1D9
(199,193,217)
#D4CEE1
(212,206,225)
#E1DBE9
(225,219,233)
#EEE8F1
(238,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C66A1 color. Also use rgb(108,102,161) instead hex code.

Text Font Color

.myTextColor { color: #6C66A1; }

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

This text font color is #6C66A1.


Background Color

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

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

This div background color is #6C66A1.


Border color

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

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

This div border color is #6C66A1.


Opacity

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

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

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

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

This text has shadow with #6C66A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C66A1 on black background.


Color preview on white background

This text has color #6C66A1 on white background.



Black color preview on #6C66A1 background

This text has black color on #6C66A1 background.


White color preview on #6C66A1 background

This text has white color on #6C66A1 background.