COLOR #668BC7

HEX: #668BC7
RGB: (102,139,199)

Color info

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

RGB color model

#668BC7 color RGB value is (102,139,199).

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

RGB channels and saturation

R 102 of 255 = 40%
G 139 of 255 = 55%
B 199 of 255 = 78%

102
139
199

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

Portions of RGB colors in percentages

R + G + B =
102 + 139 + 199 = 440 (100%)
R 102 of 440 ~ 23.18%
G 139 of 440 ~ 31.59%
B 199 of 440 ~ 45.23%

%23.18
%31.59
%45.23

CMYK color model

#668BC7 color CMYK value is (49,30,0,22).

  • cyan value is 48.74%
  • magenta value is 30.15%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(49,30,0,22)
C49M30Y0K22 
(49%,30%,0%,22%)
(0.49/0.30/0.00/0.22)	

CMYK percentages

%48.74
%30.15
%0
%21.96

Codes

Color #668BC7 in popluar color models

668BC7
RGB102139199
HSL217°46.41%59.02%
HSB/HSV217°48.74%78.04%
CMYK48.74%30.15%0.00%
21.96%

Color #668BC7 in popluar number systems.

HEX668BC7
Decimal102139199
Binary11001101000101111000111
Octal146213307

Shades and tints

Shades of #668BC7

#668BC7
(102,139,199)
#5D7FB5
(93,127,181)
#5473A3
(84,115,163)
#4B6791
(75,103,145)
#425B7F
(66,91,127)
#394F6D
(57,79,109)
#30435B
(48,67,91)
#273749
(39,55,73)
#1E2B37
(30,43,55)
#151F25
(21,31,37)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #668BC7

#668BC7
(102,139,199)
#7395CC
(115,149,204)
#809FD1
(128,159,209)
#8DA9D6
(141,169,214)
#9AB3DB
(154,179,219)
#A7BDE0
(167,189,224)
#B4C7E5
(180,199,229)
#C1D1EA
(193,209,234)
#CEDBEF
(206,219,239)
#DBE5F4
(219,229,244)
#E8EFF9
(232,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668BC7; }

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

This text font color is #668BC7.


Background Color

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

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

This div background color is #668BC7.


Border color

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

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

This div border color is #668BC7.


Opacity

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

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

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

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

This text has shadow with #668BC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668BC7 on black background.


Color preview on white background

This text has color #668BC7 on white background.



Black color preview on #668BC7 background

This text has black color on #668BC7 background.


White color preview on #668BC7 background

This text has white color on #668BC7 background.