COLOR #668BD7

HEX: #668BD7
RGB: (102,139,215)

Color info

#668BD7 contains mainly blue color. Web safe color of #668BD7 is #6699CC (or #69C).

RGB color model

#668BD7 color RGB value is (102,139,215).

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

RGB channels and saturation

R 102 of 255 = 40%
G 139 of 255 = 55%
B 215 of 255 = 84%

102
139
215

R + G + B ~ 60%. #668BD7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 139 + 215 = 456 (100%)
R 102 of 456 ~ 22.37%
G 139 of 456 ~ 30.48%
B 215 of 456 ~ 47.15%

%22.37
%30.48
%47.15

CMYK color model

#668BD7 color CMYK value is (53,35,0,16).

  • cyan value is 52.56%
  • magenta value is 35.35%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(53,35,0,16)
C53M35Y0K16 
(53%,35%,0%,16%)
(0.53/0.35/0.00/0.16)	

CMYK percentages

%52.56
%35.35
%0
%15.69

Codes

Color #668BD7 in popluar color models

668BD7
RGB102139215
HSL220°58.55%62.16%
HSB/HSV220°52.56%84.31%
CMYK52.56%35.35%0.00%
15.69%

Color #668BD7 in popluar number systems.

HEX668BD7
Decimal102139215
Binary11001101000101111010111
Octal146213327

Shades and tints

Shades of #668BD7

#668BD7
(102,139,215)
#5D7FC4
(93,127,196)
#5473B1
(84,115,177)
#4B679E
(75,103,158)
#425B8B
(66,91,139)
#394F78
(57,79,120)
#304365
(48,67,101)
#273752
(39,55,82)
#1E2B3F
(30,43,63)
#151F2C
(21,31,44)
#0C1319
(12,19,25)
#000000
(0,0,0)

Tints of #668BD7

#668BD7
(102,139,215)
#7395DA
(115,149,218)
#809FDD
(128,159,221)
#8DA9E0
(141,169,224)
#9AB3E3
(154,179,227)
#A7BDE6
(167,189,230)
#B4C7E9
(180,199,233)
#C1D1EC
(193,209,236)
#CEDBEF
(206,219,239)
#DBE5F2
(219,229,242)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668BD7; }

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

This text font color is #668BD7.


Background Color

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

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

This div background color is #668BD7.


Border color

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

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

This div border color is #668BD7.


Opacity

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

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

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

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

This text has shadow with #668BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668BD7 on black background.


Color preview on white background

This text has color #668BD7 on white background.



Black color preview on #668BD7 background

This text has black color on #668BD7 background.


White color preview on #668BD7 background

This text has white color on #668BD7 background.