COLOR #668BE9

HEX: #668BE9
RGB: (102,139,233)

Color info

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

RGB color model

#668BE9 color RGB value is (102,139,233).

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

RGB channels and saturation

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

102
139
233

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

Portions of RGB colors in percentages

R + G + B =
102 + 139 + 233 = 474 (100%)
R 102 of 474 ~ 21.52%
G 139 of 474 ~ 29.32%
B 233 of 474 ~ 49.16%

%21.52
%29.32
%49.16

CMYK color model

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

  • cyan value is 56.22%
  • magenta value is 40.34%
  • 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
%40.34
%0
%8.63

Codes

Color #668BE9 in popluar color models

668BE9
RGB102139233
HSL223°74.86%65.69%
HSB/HSV223°56.22%91.37%
CMYK56.22%40.34%0.00%
8.63%

Color #668BE9 in popluar number systems.

HEX668BE9
Decimal102139233
Binary11001101000101111101001
Octal146213351

Shades and tints

Shades of #668BE9

#668BE9
(102,139,233)
#5D7FD4
(93,127,212)
#5473BF
(84,115,191)
#4B67AA
(75,103,170)
#425B95
(66,91,149)
#394F80
(57,79,128)
#30436B
(48,67,107)
#273756
(39,55,86)
#1E2B41
(30,43,65)
#151F2C
(21,31,44)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #668BE9

#668BE9
(102,139,233)
#7395EB
(115,149,235)
#809FED
(128,159,237)
#8DA9EF
(141,169,239)
#9AB3F1
(154,179,241)
#A7BDF3
(167,189,243)
#B4C7F5
(180,199,245)
#C1D1F7
(193,209,247)
#CEDBF9
(206,219,249)
#DBE5FB
(219,229,251)
#E8EFFD
(232,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668BE9; }

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

This text font color is #668BE9.


Background Color

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

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

This div background color is #668BE9.


Border color

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

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

This div border color is #668BE9.


Opacity

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

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

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

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

This text has shadow with #668BE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668BE9 on black background.


Color preview on white background

This text has color #668BE9 on white background.



Black color preview on #668BE9 background

This text has black color on #668BE9 background.


White color preview on #668BE9 background

This text has white color on #668BE9 background.