COLOR #668CB3

HEX: #668CB3
RGB: (102,140,179)

Color info

#668CB3 contains mainly green and blue colors. Web safe color of #668CB3 is #669999 (or #699).

RGB color model

#668CB3 color RGB value is (102,140,179).

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

RGB channels and saturation

R 102 of 255 = 40%
G 140 of 255 = 55%
B 179 of 255 = 70%

102
140
179

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

Portions of RGB colors in percentages

R + G + B =
102 + 140 + 179 = 421 (100%)
R 102 of 421 ~ 24.23%
G 140 of 421 ~ 33.25%
B 179 of 421 ~ 42.52%

%24.23
%33.25
%42.52

CMYK color model

#668CB3 color CMYK value is (43,22,0,30).

  • cyan value is 43.02%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(43,22,0,30)
C43M22Y0K30 
(43%,22%,0%,30%)
(0.43/0.22/0.00/0.30)	

CMYK percentages

%43.02
%21.79
%0
%29.8

Codes

Color #668CB3 in popluar color models

668CB3
RGB102140179
HSL210°33.62%55.10%
HSB/HSV210°43.02%70.20%
CMYK43.02%21.79%0.00%
29.80%

Color #668CB3 in popluar number systems.

HEX668CB3
Decimal102140179
Binary11001101000110010110011
Octal146214263

Shades and tints

Shades of #668CB3

#668CB3
(102,140,179)
#5D80A3
(93,128,163)
#547493
(84,116,147)
#4B6883
(75,104,131)
#425C73
(66,92,115)
#395063
(57,80,99)
#304453
(48,68,83)
#273843
(39,56,67)
#1E2C33
(30,44,51)
#152023
(21,32,35)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #668CB3

#668CB3
(102,140,179)
#7396B9
(115,150,185)
#80A0BF
(128,160,191)
#8DAAC5
(141,170,197)
#9AB4CB
(154,180,203)
#A7BED1
(167,190,209)
#B4C8D7
(180,200,215)
#C1D2DD
(193,210,221)
#CEDCE3
(206,220,227)
#DBE6E9
(219,230,233)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668CB3; }

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

This text font color is #668CB3.


Background Color

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

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

This div background color is #668CB3.


Border color

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

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

This div border color is #668CB3.


Opacity

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

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

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

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

This text has shadow with #668CB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668CB3 on black background.


Color preview on white background

This text has color #668CB3 on white background.



Black color preview on #668CB3 background

This text has black color on #668CB3 background.


White color preview on #668CB3 background

This text has white color on #668CB3 background.