COLOR #666AEA

HEX: #666AEA
RGB: (102,106,234)

Color info

#666AEA contains mainly blue color. Web safe color of #666AEA is #6666FF (or #66F).

RGB color model

#666AEA color RGB value is (102,106,234).

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

RGB channels and saturation

R 102 of 255 = 40%
G 106 of 255 = 42%
B 234 of 255 = 92%

102
106
234

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

Portions of RGB colors in percentages

R + G + B =
102 + 106 + 234 = 442 (100%)
R 102 of 442 ~ 23.08%
G 106 of 442 ~ 23.98%
B 234 of 442 ~ 52.94%

%23.08
%23.98
%52.94

CMYK color model

#666AEA color CMYK value is (56,55,0,8).

  • cyan value is 56.41%
  • magenta value is 54.70%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(56,55,0,8)
C56M55Y0K8 
(56%,55%,0%,8%)
(0.56/0.55/0.00/0.08)	

CMYK percentages

%56.41
%54.7
%0
%8.24

Codes

Color #666AEA in popluar color models

666AEA
RGB102106234
HSL238°75.86%65.88%
HSB/HSV238°56.41%91.76%
CMYK56.41%54.70%0.00%
8.24%

Color #666AEA in popluar number systems.

HEX666AEA
Decimal102106234
Binary1100110110101011101010
Octal146152352

Shades and tints

Shades of #666AEA

#666AEA
(102,106,234)
#5D61D5
(93,97,213)
#5458C0
(84,88,192)
#4B4FAB
(75,79,171)
#424696
(66,70,150)
#393D81
(57,61,129)
#30346C
(48,52,108)
#272B57
(39,43,87)
#1E2242
(30,34,66)
#15192D
(21,25,45)
#0C1018
(12,16,24)
#000000
(0,0,0)

Tints of #666AEA

#666AEA
(102,106,234)
#7377EB
(115,119,235)
#8084EC
(128,132,236)
#8D91ED
(141,145,237)
#9A9EEE
(154,158,238)
#A7ABEF
(167,171,239)
#B4B8F0
(180,184,240)
#C1C5F1
(193,197,241)
#CED2F2
(206,210,242)
#DBDFF3
(219,223,243)
#E8ECF4
(232,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666AEA; }

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

This text font color is #666AEA.


Background Color

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

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

This div background color is #666AEA.


Border color

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

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

This div border color is #666AEA.


Opacity

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

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

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

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

This text has shadow with #666AEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666AEA on black background.


Color preview on white background

This text has color #666AEA on white background.



Black color preview on #666AEA background

This text has black color on #666AEA background.


White color preview on #666AEA background

This text has white color on #666AEA background.