COLOR #668DAD

HEX: #668DAD
RGB: (102,141,173)

Color info

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

RGB color model

#668DAD color RGB value is (102,141,173).

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

RGB channels and saturation

R 102 of 255 = 40%
G 141 of 255 = 55%
B 173 of 255 = 68%

102
141
173

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

Portions of RGB colors in percentages

R + G + B =
102 + 141 + 173 = 416 (100%)
R 102 of 416 ~ 24.52%
G 141 of 416 ~ 33.89%
B 173 of 416 ~ 41.59%

%24.52
%33.89
%41.59

CMYK color model

#668DAD color CMYK value is (41,18,0,32).

  • cyan value is 41.04%
  • magenta value is 18.50%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(41,18,0,32)
C41M18Y0K32 
(41%,18%,0%,32%)
(0.41/0.18/0.00/0.32)	

CMYK percentages

%41.04
%18.5
%0
%32.16

Codes

Color #668DAD in popluar color models

668DAD
RGB102141173
HSL207°30.21%53.92%
HSB/HSV207°41.04%67.84%
CMYK41.04%18.50%0.00%
32.16%

Color #668DAD in popluar number systems.

HEX668DAD
Decimal102141173
Binary11001101000110110101101
Octal146215255

Shades and tints

Shades of #668DAD

#668DAD
(102,141,173)
#5D819E
(93,129,158)
#54758F
(84,117,143)
#4B6980
(75,105,128)
#425D71
(66,93,113)
#395162
(57,81,98)
#304553
(48,69,83)
#273944
(39,57,68)
#1E2D35
(30,45,53)
#152126
(21,33,38)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #668DAD

#668DAD
(102,141,173)
#7397B4
(115,151,180)
#80A1BB
(128,161,187)
#8DABC2
(141,171,194)
#9AB5C9
(154,181,201)
#A7BFD0
(167,191,208)
#B4C9D7
(180,201,215)
#C1D3DE
(193,211,222)
#CEDDE5
(206,221,229)
#DBE7EC
(219,231,236)
#E8F1F3
(232,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668DAD; }

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

This text font color is #668DAD.


Background Color

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

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

This div background color is #668DAD.


Border color

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

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

This div border color is #668DAD.


Opacity

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

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

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

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

This text has shadow with #668DAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668DAD on black background.


Color preview on white background

This text has color #668DAD on white background.



Black color preview on #668DAD background

This text has black color on #668DAD background.


White color preview on #668DAD background

This text has white color on #668DAD background.