COLOR #668DB6

HEX: #668DB6
RGB: (102,141,182)

Color info

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

RGB color model

#668DB6 color RGB value is (102,141,182).

  • red value is 102;
  • green value is 141;
  • blue value is 182.
RGB:
(102,141,182)
(40%,55%,71%)

RGB channels and saturation

R 102 of 255 = 40%
G 141 of 255 = 55%
B 182 of 255 = 71%

102
141
182

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

Portions of RGB colors in percentages

R + G + B =
102 + 141 + 182 = 425 (100%)
R 102 of 425 ~ 24%
G 141 of 425 ~ 33.18%
B 182 of 425 ~ 42.82%

%24
%33.18
%42.82

CMYK color model

#668DB6 color CMYK value is (44,23,0,29).

  • cyan value is 43.96%
  • magenta value is 22.53%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(44,23,0,29)
C44M23Y0K29 
(44%,23%,0%,29%)
(0.44/0.23/0.00/0.29)	

CMYK percentages

%43.96
%22.53
%0
%28.63

Codes

Color #668DB6 in popluar color models

668DB6
RGB102141182
HSL211°35.40%55.69%
HSB/HSV211°43.96%71.37%
CMYK43.96%22.53%0.00%
28.63%

Color #668DB6 in popluar number systems.

HEX668DB6
Decimal102141182
Binary11001101000110110110110
Octal146215266

Shades and tints

Shades of #668DB6

#668DB6
(102,141,182)
#5D81A6
(93,129,166)
#547596
(84,117,150)
#4B6986
(75,105,134)
#425D76
(66,93,118)
#395166
(57,81,102)
#304556
(48,69,86)
#273946
(39,57,70)
#1E2D36
(30,45,54)
#152126
(21,33,38)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #668DB6

#668DB6
(102,141,182)
#7397BC
(115,151,188)
#80A1C2
(128,161,194)
#8DABC8
(141,171,200)
#9AB5CE
(154,181,206)
#A7BFD4
(167,191,212)
#B4C9DA
(180,201,218)
#C1D3E0
(193,211,224)
#CEDDE6
(206,221,230)
#DBE7EC
(219,231,236)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668DB6 color. Also use rgb(102,141,182) instead hex code.

Text Font Color

.myTextColor { color: #668DB6; }

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

This text font color is #668DB6.


Background Color

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

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

This div background color is #668DB6.


Border color

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

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

This div border color is #668DB6.


Opacity

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

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

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

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

This text has shadow with #668DB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668DB6 on black background.


Color preview on white background

This text has color #668DB6 on white background.



Black color preview on #668DB6 background

This text has black color on #668DB6 background.


White color preview on #668DB6 background

This text has white color on #668DB6 background.