COLOR #668AEE

HEX: #668AEE
RGB: (102,138,238)

Color info

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

RGB color model

#668AEE color RGB value is (102,138,238).

  • red value is 102;
  • green value is 138;
  • blue value is 238.
RGB:
(102,138,238)
(40%,54%,93%)

RGB channels and saturation

R 102 of 255 = 40%
G 138 of 255 = 54%
B 238 of 255 = 93%

102
138
238

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

Portions of RGB colors in percentages

R + G + B =
102 + 138 + 238 = 478 (100%)
R 102 of 478 ~ 21.34%
G 138 of 478 ~ 28.87%
B 238 of 478 ~ 49.79%

%21.34
%28.87
%49.79

CMYK color model

#668AEE color CMYK value is (57,42,0,7).

  • cyan value is 57.14%
  • magenta value is 42.02%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(57,42,0,7)
C57M42Y0K7 
(57%,42%,0%,7%)
(0.57/0.42/0.00/0.07)	

CMYK percentages

%57.14
%42.02
%0
%6.67

Codes

Color #668AEE in popluar color models

668AEE
RGB102138238
HSL224°80.00%66.67%
HSB/HSV224°57.14%93.33%
CMYK57.14%42.02%0.00%
6.67%

Color #668AEE in popluar number systems.

HEX668AEE
Decimal102138238
Binary11001101000101011101110
Octal146212356

Shades and tints

Shades of #668AEE

#668AEE
(102,138,238)
#5D7ED9
(93,126,217)
#5472C4
(84,114,196)
#4B66AF
(75,102,175)
#425A9A
(66,90,154)
#394E85
(57,78,133)
#304270
(48,66,112)
#27365B
(39,54,91)
#1E2A46
(30,42,70)
#151E31
(21,30,49)
#0C121C
(12,18,28)
#000000
(0,0,0)

Tints of #668AEE

#668AEE
(102,138,238)
#7394EF
(115,148,239)
#809EF0
(128,158,240)
#8DA8F1
(141,168,241)
#9AB2F2
(154,178,242)
#A7BCF3
(167,188,243)
#B4C6F4
(180,198,244)
#C1D0F5
(193,208,245)
#CEDAF6
(206,218,246)
#DBE4F7
(219,228,247)
#E8EEF8
(232,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668AEE color. Also use rgb(102,138,238) instead hex code.

Text Font Color

.myTextColor { color: #668AEE; }

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

This text font color is #668AEE.


Background Color

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

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

This div background color is #668AEE.


Border color

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

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

This div border color is #668AEE.


Opacity

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

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

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

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

This text has shadow with #668AEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668AEE on black background.


Color preview on white background

This text has color #668AEE on white background.



Black color preview on #668AEE background

This text has black color on #668AEE background.


White color preview on #668AEE background

This text has white color on #668AEE background.