COLOR #666AE1

HEX: #666AE1
RGB: (102,106,225)

Color info

#666AE1 contains mainly blue color. Web safe color of #666AE1 is #6666CC (or #66C).

RGB color model

#666AE1 color RGB value is (102,106,225).

  • red value is 102;
  • green value is 106;
  • blue value is 225.
RGB:
(102,106,225)
(40%,42%,88%)

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 225 of 255 = 88%

102
106
225

R + G + B ~ 57%. #666AE1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 106 + 225 = 433 (100%)
R 102 of 433 ~ 23.56%
G 106 of 433 ~ 24.48%
B 225 of 433 ~ 51.96%

%23.56
%24.48
%51.96

CMYK color model

#666AE1 color CMYK value is (55,53,0,12).

  • cyan value is 54.67%
  • magenta value is 52.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(55,53,0,12)
C55M53Y0K12 
(55%,53%,0%,12%)
(0.55/0.53/0.00/0.12)	

CMYK percentages

%54.67
%52.89
%0
%11.76

Codes

Color #666AE1 in popluar color models

666AE1
RGB102106225
HSL238°67.21%64.12%
HSB/HSV238°54.67%88.24%
CMYK54.67%52.89%0.00%
11.76%

Color #666AE1 in popluar number systems.

HEX666AE1
Decimal102106225
Binary1100110110101011100001
Octal146152341

Shades and tints

Shades of #666AE1

#666AE1
(102,106,225)
#5D61CD
(93,97,205)
#5458B9
(84,88,185)
#4B4FA5
(75,79,165)
#424691
(66,70,145)
#393D7D
(57,61,125)
#303469
(48,52,105)
#272B55
(39,43,85)
#1E2241
(30,34,65)
#15192D
(21,25,45)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #666AE1

#666AE1
(102,106,225)
#7377E3
(115,119,227)
#8084E5
(128,132,229)
#8D91E7
(141,145,231)
#9A9EE9
(154,158,233)
#A7ABEB
(167,171,235)
#B4B8ED
(180,184,237)
#C1C5EF
(193,197,239)
#CED2F1
(206,210,241)
#DBDFF3
(219,223,243)
#E8ECF5
(232,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666AE1 color. Also use rgb(102,106,225) instead hex code.

Text Font Color

.myTextColor { color: #666AE1; }

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

This text font color is #666AE1.


Background Color

.myBgColor { background-color: #666AE1; }

<div style="background-color:#666AE1">Inner text</div>

This div background color is #666AE1.


Border color

.myBorderColor { border: 1px solid #666AE1; }

<div style="border:3px solid #666AE1">Div</div>

This div border color is #666AE1.


Opacity

.myOpacity80 { color: #666AE1; opacity: 0.8; }

<p style="color:#666AE1;opacity:0.8;">80%</p>

Text with #666AE1 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 #666AE1;}

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

This text has shadow with #666AE1 color.

.textShadow {text-shadow: 3px 3px 1px #666AE1, 3px 3px 1px red;}

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

This text has shadow with #666AE1 primary color and red secondary color.


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

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

This text has shadow with #666AE1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666AE1 on black background.


Color preview on white background

This text has color #666AE1 on white background.



Black color preview on #666AE1 background

This text has black color on #666AE1 background.


White color preview on #666AE1 background

This text has white color on #666AE1 background.