COLOR #668FBC

HEX: #668FBC
RGB: (102,143,188)

Color info

#668FBC contains mainly green and blue colors. Web safe color of #668FBC is #6699CC (or #69C).

RGB color model

#668FBC color RGB value is (102,143,188).

  • red value is 102;
  • green value is 143;
  • blue value is 188.
RGB:
(102,143,188)
(40%,56%,74%)

RGB channels and saturation

R 102 of 255 = 40%
G 143 of 255 = 56%
B 188 of 255 = 74%

102
143
188

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

Portions of RGB colors in percentages

R + G + B =
102 + 143 + 188 = 433 (100%)
R 102 of 433 ~ 23.56%
G 143 of 433 ~ 33.03%
B 188 of 433 ~ 43.42%

%23.56
%33.03
%43.42

CMYK color model

#668FBC color CMYK value is (46,24,0,26).

  • cyan value is 45.74%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(46,24,0,26)
C46M24Y0K26 
(46%,24%,0%,26%)
(0.46/0.24/0.00/0.26)	

CMYK percentages

%45.74
%23.94
%0
%26.27

Codes

Color #668FBC in popluar color models

668FBC
RGB102143188
HSL211°39.09%56.86%
HSB/HSV211°45.74%73.73%
CMYK45.74%23.94%0.00%
26.27%

Color #668FBC in popluar number systems.

HEX668FBC
Decimal102143188
Binary11001101000111110111100
Octal146217274

Shades and tints

Shades of #668FBC

#668FBC
(102,143,188)
#5D82AB
(93,130,171)
#54759A
(84,117,154)
#4B6889
(75,104,137)
#425B78
(66,91,120)
#394E67
(57,78,103)
#304156
(48,65,86)
#273445
(39,52,69)
#1E2734
(30,39,52)
#151A23
(21,26,35)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #668FBC

#668FBC
(102,143,188)
#7399C2
(115,153,194)
#80A3C8
(128,163,200)
#8DADCE
(141,173,206)
#9AB7D4
(154,183,212)
#A7C1DA
(167,193,218)
#B4CBE0
(180,203,224)
#C1D5E6
(193,213,230)
#CEDFEC
(206,223,236)
#DBE9F2
(219,233,242)
#E8F3F8
(232,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668FBC color. Also use rgb(102,143,188) instead hex code.

Text Font Color

.myTextColor { color: #668FBC; }

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

This text font color is #668FBC.


Background Color

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

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

This div background color is #668FBC.


Border color

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

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

This div border color is #668FBC.


Opacity

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

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

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

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

This text has shadow with #668FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668FBC on black background.


Color preview on white background

This text has color #668FBC on white background.



Black color preview on #668FBC background

This text has black color on #668FBC background.


White color preview on #668FBC background

This text has white color on #668FBC background.