COLOR #668CE9

HEX: #668CE9
RGB: (102,140,233)

Color info

#668CE9 contains mainly blue color. Web safe color of #668CE9 is #6699FF (or #69F).

RGB color model

#668CE9 color RGB value is (102,140,233).

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

RGB channels and saturation

R 102 of 255 = 40%
G 140 of 255 = 55%
B 233 of 255 = 91%

102
140
233

R + G + B ~ 62%. #668CE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
102 + 140 + 233 = 475 (100%)
R 102 of 475 ~ 21.47%
G 140 of 475 ~ 29.47%
B 233 of 475 ~ 49.05%

%21.47
%29.47
%49.05

CMYK color model

#668CE9 color CMYK value is (56,40,0,9).

  • cyan value is 56.22%
  • magenta value is 39.91%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(56,40,0,9)
C56M40Y0K9 
(56%,40%,0%,9%)
(0.56/0.40/0.00/0.09)	

CMYK percentages

%56.22
%39.91
%0
%8.63

Codes

Color #668CE9 in popluar color models

668CE9
RGB102140233
HSL223°74.86%65.69%
HSB/HSV223°56.22%91.37%
CMYK56.22%39.91%0.00%
8.63%

Color #668CE9 in popluar number systems.

HEX668CE9
Decimal102140233
Binary11001101000110011101001
Octal146214351

Shades and tints

Shades of #668CE9

#668CE9
(102,140,233)
#5D80D4
(93,128,212)
#5474BF
(84,116,191)
#4B68AA
(75,104,170)
#425C95
(66,92,149)
#395080
(57,80,128)
#30446B
(48,68,107)
#273856
(39,56,86)
#1E2C41
(30,44,65)
#15202C
(21,32,44)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #668CE9

#668CE9
(102,140,233)
#7396EB
(115,150,235)
#80A0ED
(128,160,237)
#8DAAEF
(141,170,239)
#9AB4F1
(154,180,241)
#A7BEF3
(167,190,243)
#B4C8F5
(180,200,245)
#C1D2F7
(193,210,247)
#CEDCF9
(206,220,249)
#DBE6FB
(219,230,251)
#E8F0FD
(232,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668CE9 color. Also use rgb(102,140,233) instead hex code.

Text Font Color

.myTextColor { color: #668CE9; }

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

This text font color is #668CE9.


Background Color

.myBgColor { background-color: #668CE9; }

<div style="background-color:#668CE9">Inner text</div>

This div background color is #668CE9.


Border color

.myBorderColor { border: 1px solid #668CE9; }

<div style="border:3px solid #668CE9">Div</div>

This div border color is #668CE9.


Opacity

.myOpacity80 { color: #668CE9; opacity: 0.8; }

<p style="color:#668CE9;opacity:0.8;">80%</p>

Text with #668CE9 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 #668CE9;}

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

This text has shadow with #668CE9 color.

.textShadow {text-shadow: 3px 3px 1px #668CE9, 3px 3px 1px red;}

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

This text has shadow with #668CE9 primary color and red secondary color.


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

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

This text has shadow with #668CE9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668CE9 on black background.


Color preview on white background

This text has color #668CE9 on white background.



Black color preview on #668CE9 background

This text has black color on #668CE9 background.


White color preview on #668CE9 background

This text has white color on #668CE9 background.