COLOR #668EB7

HEX: #668EB7
RGB: (102,142,183)

Color info

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

RGB color model

#668EB7 color RGB value is (102,142,183).

  • red value is 102;
  • green value is 142;
  • blue value is 183.
RGB:
(102,142,183)
(40%,56%,72%)

RGB channels and saturation

R 102 of 255 = 40%
G 142 of 255 = 56%
B 183 of 255 = 72%

102
142
183

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

Portions of RGB colors in percentages

R + G + B =
102 + 142 + 183 = 427 (100%)
R 102 of 427 ~ 23.89%
G 142 of 427 ~ 33.26%
B 183 of 427 ~ 42.86%

%23.89
%33.26
%42.86

CMYK color model

#668EB7 color CMYK value is (44,22,0,28).

  • cyan value is 44.26%
  • magenta value is 22.40%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(44,22,0,28)
C44M22Y0K28 
(44%,22%,0%,28%)
(0.44/0.22/0.00/0.28)	

CMYK percentages

%44.26
%22.4
%0
%28.24

Codes

Color #668EB7 in popluar color models

668EB7
RGB102142183
HSL210°36.00%55.88%
HSB/HSV210°44.26%71.76%
CMYK44.26%22.40%0.00%
28.24%

Color #668EB7 in popluar number systems.

HEX668EB7
Decimal102142183
Binary11001101000111010110111
Octal146216267

Shades and tints

Shades of #668EB7

#668EB7
(102,142,183)
#5D82A7
(93,130,167)
#547697
(84,118,151)
#4B6A87
(75,106,135)
#425E77
(66,94,119)
#395267
(57,82,103)
#304657
(48,70,87)
#273A47
(39,58,71)
#1E2E37
(30,46,55)
#152227
(21,34,39)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #668EB7

#668EB7
(102,142,183)
#7398BD
(115,152,189)
#80A2C3
(128,162,195)
#8DACC9
(141,172,201)
#9AB6CF
(154,182,207)
#A7C0D5
(167,192,213)
#B4CADB
(180,202,219)
#C1D4E1
(193,212,225)
#CEDEE7
(206,222,231)
#DBE8ED
(219,232,237)
#E8F2F3
(232,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668EB7 color. Also use rgb(102,142,183) instead hex code.

Text Font Color

.myTextColor { color: #668EB7; }

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

This text font color is #668EB7.


Background Color

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

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

This div background color is #668EB7.


Border color

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

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

This div border color is #668EB7.


Opacity

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

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

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

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

This text has shadow with #668EB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668EB7 on black background.


Color preview on white background

This text has color #668EB7 on white background.



Black color preview on #668EB7 background

This text has black color on #668EB7 background.


White color preview on #668EB7 background

This text has white color on #668EB7 background.