COLOR #666BE9

HEX: #666BE9
RGB: (102,107,233)

Color info

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

RGB color model

#666BE9 color RGB value is (102,107,233).

  • red value is 102;
  • green value is 107;
  • blue value is 233.
RGB:
(102,107,233)
(40%,42%,91%)

RGB channels and saturation

R 102 of 255 = 40%
G 107 of 255 = 42%
B 233 of 255 = 91%

102
107
233

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

Portions of RGB colors in percentages

R + G + B =
102 + 107 + 233 = 442 (100%)
R 102 of 442 ~ 23.08%
G 107 of 442 ~ 24.21%
B 233 of 442 ~ 52.71%

%23.08
%24.21
%52.71

CMYK color model

#666BE9 color CMYK value is (56,54,0,9).

  • cyan value is 56.22%
  • magenta value is 54.08%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(56,54,0,9)
C56M54Y0K9 
(56%,54%,0%,9%)
(0.56/0.54/0.00/0.09)	

CMYK percentages

%56.22
%54.08
%0
%8.63

Codes

Color #666BE9 in popluar color models

666BE9
RGB102107233
HSL238°74.86%65.69%
HSB/HSV238°56.22%91.37%
CMYK56.22%54.08%0.00%
8.63%

Color #666BE9 in popluar number systems.

HEX666BE9
Decimal102107233
Binary1100110110101111101001
Octal146153351

Shades and tints

Shades of #666BE9

#666BE9
(102,107,233)
#5D62D4
(93,98,212)
#5459BF
(84,89,191)
#4B50AA
(75,80,170)
#424795
(66,71,149)
#393E80
(57,62,128)
#30356B
(48,53,107)
#272C56
(39,44,86)
#1E2341
(30,35,65)
#151A2C
(21,26,44)
#0C1117
(12,17,23)
#000000
(0,0,0)

Tints of #666BE9

#666BE9
(102,107,233)
#7378EB
(115,120,235)
#8085ED
(128,133,237)
#8D92EF
(141,146,239)
#9A9FF1
(154,159,241)
#A7ACF3
(167,172,243)
#B4B9F5
(180,185,245)
#C1C6F7
(193,198,247)
#CED3F9
(206,211,249)
#DBE0FB
(219,224,251)
#E8EDFD
(232,237,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666BE9 color. Also use rgb(102,107,233) instead hex code.

Text Font Color

.myTextColor { color: #666BE9; }

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

This text font color is #666BE9.


Background Color

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

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

This div background color is #666BE9.


Border color

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

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

This div border color is #666BE9.


Opacity

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

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

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

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

This text has shadow with #666BE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666BE9 on black background.


Color preview on white background

This text has color #666BE9 on white background.



Black color preview on #666BE9 background

This text has black color on #666BE9 background.


White color preview on #666BE9 background

This text has white color on #666BE9 background.