COLOR #668099

HEX: #668099
RGB: (102,128,153)

Color info

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

RGB color model

#668099 color RGB value is (102,128,153).

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

RGB channels and saturation

R 102 of 255 = 40%
G 128 of 255 = 50%
B 153 of 255 = 60%

102
128
153

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

Portions of RGB colors in percentages

R + G + B =
102 + 128 + 153 = 383 (100%)
R 102 of 383 ~ 26.63%
G 128 of 383 ~ 33.42%
B 153 of 383 ~ 39.95%

%26.63
%33.42
%39.95

CMYK color model

#668099 color CMYK value is (33,16,0,40).

  • cyan value is 33.33%
  • magenta value is 16.34%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(33,16,0,40)
C33M16Y0K40 
(33%,16%,0%,40%)
(0.33/0.16/0.00/0.40)	

CMYK percentages

%33.33
%16.34
%0
%40

Codes

Color #668099 in popluar color models

668099
RGB102128153
HSL209°20.00%50.00%
HSB/HSV209°33.33%60.00%
CMYK33.33%16.34%0.00%
40.00%

Color #668099 in popluar number systems.

HEX668099
Decimal102128153
Binary11001101000000010011001
Octal146200231

Shades and tints

Shades of #668099

#668099
(102,128,153)
#5D758C
(93,117,140)
#546A7F
(84,106,127)
#4B5F72
(75,95,114)
#425465
(66,84,101)
#394958
(57,73,88)
#303E4B
(48,62,75)
#27333E
(39,51,62)
#1E2831
(30,40,49)
#151D24
(21,29,36)
#0C1217
(12,18,23)
#000000
(0,0,0)

Tints of #668099

#668099
(102,128,153)
#738BA2
(115,139,162)
#8096AB
(128,150,171)
#8DA1B4
(141,161,180)
#9AACBD
(154,172,189)
#A7B7C6
(167,183,198)
#B4C2CF
(180,194,207)
#C1CDD8
(193,205,216)
#CED8E1
(206,216,225)
#DBE3EA
(219,227,234)
#E8EEF3
(232,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668099; }

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

This text font color is #668099.


Background Color

.myBgColor { background-color: #668099; }

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

This div background color is #668099.


Border color

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

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

This div border color is #668099.


Opacity

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

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

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

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

This text has shadow with #668099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668099 on black background.


Color preview on white background

This text has color #668099 on white background.



Black color preview on #668099 background

This text has black color on #668099 background.


White color preview on #668099 background

This text has white color on #668099 background.