COLOR #668089

HEX: #668089
RGB: (102,128,137)

Color info

#668089 contains red, green and blue colors in about the same proportion. Web safe color of #668089 is #666699 (or #669).

RGB color model

#668089 color RGB value is (102,128,137).

  • red value is 102;
  • green value is 128;
  • blue value is 137.
RGB:
(102,128,137)
(40%,50%,54%)

RGB channels and saturation

R 102 of 255 = 40%
G 128 of 255 = 50%
B 137 of 255 = 54%

102
128
137

R + G + B ~ 48%. #668089 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 128 + 137 = 367 (100%)
R 102 of 367 ~ 27.79%
G 128 of 367 ~ 34.88%
B 137 of 367 ~ 37.33%

%27.79
%34.88
%37.33

CMYK color model

#668089 color CMYK value is (26,7,0,46).

  • cyan value is 25.55%
  • magenta value is 6.57%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(26,7,0,46)
C26M7Y0K46 
(26%,7%,0%,46%)
(0.26/0.07/0.00/0.46)	

CMYK percentages

%25.55
%6.57
%0
%46.27

Codes

Color #668089 in popluar color models

668089
RGB102128137
HSL195°14.64%46.86%
HSB/HSV195°25.55%53.73%
CMYK25.55%6.57%0.00%
46.27%

Color #668089 in popluar number systems.

HEX668089
Decimal102128137
Binary11001101000000010001001
Octal146200211

Shades and tints

Shades of #668089

#668089
(102,128,137)
#5D757D
(93,117,125)
#546A71
(84,106,113)
#4B5F65
(75,95,101)
#425459
(66,84,89)
#39494D
(57,73,77)
#303E41
(48,62,65)
#273335
(39,51,53)
#1E2829
(30,40,41)
#151D1D
(21,29,29)
#0C1211
(12,18,17)
#000000
(0,0,0)

Tints of #668089

#668089
(102,128,137)
#738B93
(115,139,147)
#80969D
(128,150,157)
#8DA1A7
(141,161,167)
#9AACB1
(154,172,177)
#A7B7BB
(167,183,187)
#B4C2C5
(180,194,197)
#C1CDCF
(193,205,207)
#CED8D9
(206,216,217)
#DBE3E3
(219,227,227)
#E8EEED
(232,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668089 color. Also use rgb(102,128,137) instead hex code.

Text Font Color

.myTextColor { color: #668089; }

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

This text font color is #668089.


Background Color

.myBgColor { background-color: #668089; }

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

This div background color is #668089.


Border color

.myBorderColor { border: 1px solid #668089; }

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

This div border color is #668089.


Opacity

.myOpacity80 { color: #668089; opacity: 0.8; }

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

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

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

This text has shadow with #668089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668089 on black background.


Color preview on white background

This text has color #668089 on white background.



Black color preview on #668089 background

This text has black color on #668089 background.


White color preview on #668089 background

This text has white color on #668089 background.