COLOR #668AA3

HEX: #668AA3
RGB: (102,138,163)

Color info

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

RGB color model

#668AA3 color RGB value is (102,138,163).

  • red value is 102;
  • green value is 138;
  • blue value is 163.
RGB:
(102,138,163)
(40%,54%,64%)

RGB channels and saturation

R 102 of 255 = 40%
G 138 of 255 = 54%
B 163 of 255 = 64%

102
138
163

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

Portions of RGB colors in percentages

R + G + B =
102 + 138 + 163 = 403 (100%)
R 102 of 403 ~ 25.31%
G 138 of 403 ~ 34.24%
B 163 of 403 ~ 40.45%

%25.31
%34.24
%40.45

CMYK color model

#668AA3 color CMYK value is (37,15,0,36).

  • cyan value is 37.42%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(37,15,0,36)
C37M15Y0K36 
(37%,15%,0%,36%)
(0.37/0.15/0.00/0.36)	

CMYK percentages

%37.42
%15.34
%0
%36.08

Codes

Color #668AA3 in popluar color models

668AA3
RGB102138163
HSL205°24.90%51.96%
HSB/HSV205°37.42%63.92%
CMYK37.42%15.34%0.00%
36.08%

Color #668AA3 in popluar number systems.

HEX668AA3
Decimal102138163
Binary11001101000101010100011
Octal146212243

Shades and tints

Shades of #668AA3

#668AA3
(102,138,163)
#5D7E95
(93,126,149)
#547287
(84,114,135)
#4B6679
(75,102,121)
#425A6B
(66,90,107)
#394E5D
(57,78,93)
#30424F
(48,66,79)
#273641
(39,54,65)
#1E2A33
(30,42,51)
#151E25
(21,30,37)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #668AA3

#668AA3
(102,138,163)
#7394AB
(115,148,171)
#809EB3
(128,158,179)
#8DA8BB
(141,168,187)
#9AB2C3
(154,178,195)
#A7BCCB
(167,188,203)
#B4C6D3
(180,198,211)
#C1D0DB
(193,208,219)
#CEDAE3
(206,218,227)
#DBE4EB
(219,228,235)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668AA3 color. Also use rgb(102,138,163) instead hex code.

Text Font Color

.myTextColor { color: #668AA3; }

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

This text font color is #668AA3.


Background Color

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

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

This div background color is #668AA3.


Border color

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

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

This div border color is #668AA3.


Opacity

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

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

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

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

This text has shadow with #668AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668AA3 on black background.


Color preview on white background

This text has color #668AA3 on white background.



Black color preview on #668AA3 background

This text has black color on #668AA3 background.


White color preview on #668AA3 background

This text has white color on #668AA3 background.