COLOR #668A90

HEX: #668A90
RGB: (102,138,144)

Color info

#668A90 contains red, green and blue colors in about the same proportion. Web safe color of #668A90 is #669999 (or #699).

RGB color model

#668A90 color RGB value is (102,138,144).

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

RGB channels and saturation

R 102 of 255 = 40%
G 138 of 255 = 54%
B 144 of 255 = 56%

102
138
144

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

Portions of RGB colors in percentages

R + G + B =
102 + 138 + 144 = 384 (100%)
R 102 of 384 ~ 26.56%
G 138 of 384 ~ 35.94%
B 144 of 384 ~ 37.5%

%26.56
%35.94
%37.5

CMYK color model

#668A90 color CMYK value is (29,4,0,44).

  • cyan value is 29.17%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(29,4,0,44)
C29M4Y0K44 
(29%,4%,0%,44%)
(0.29/0.04/0.00/0.44)	

CMYK percentages

%29.17
%4.17
%0
%43.53

Codes

Color #668A90 in popluar color models

668A90
RGB102138144
HSL189°17.07%48.24%
HSB/HSV189°29.17%56.47%
CMYK29.17%4.17%0.00%
43.53%

Color #668A90 in popluar number systems.

HEX668A90
Decimal102138144
Binary11001101000101010010000
Octal146212220

Shades and tints

Shades of #668A90

#668A90
(102,138,144)
#5D7E83
(93,126,131)
#547276
(84,114,118)
#4B6669
(75,102,105)
#425A5C
(66,90,92)
#394E4F
(57,78,79)
#304242
(48,66,66)
#273635
(39,54,53)
#1E2A28
(30,42,40)
#151E1B
(21,30,27)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #668A90

#668A90
(102,138,144)
#73949A
(115,148,154)
#809EA4
(128,158,164)
#8DA8AE
(141,168,174)
#9AB2B8
(154,178,184)
#A7BCC2
(167,188,194)
#B4C6CC
(180,198,204)
#C1D0D6
(193,208,214)
#CEDAE0
(206,218,224)
#DBE4EA
(219,228,234)
#E8EEF4
(232,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668A90; }

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

This text font color is #668A90.


Background Color

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

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

This div background color is #668A90.


Border color

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

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

This div border color is #668A90.


Opacity

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

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

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

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

This text has shadow with #668A90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668A90 on black background.


Color preview on white background

This text has color #668A90 on white background.



Black color preview on #668A90 background

This text has black color on #668A90 background.


White color preview on #668A90 background

This text has white color on #668A90 background.