COLOR #668299

HEX: #668299
RGB: (102,130,153)

Color info

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

RGB color model

#668299 color RGB value is (102,130,153).

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

RGB channels and saturation

R 102 of 255 = 40%
G 130 of 255 = 51%
B 153 of 255 = 60%

102
130
153

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

Portions of RGB colors in percentages

R + G + B =
102 + 130 + 153 = 385 (100%)
R 102 of 385 ~ 26.49%
G 130 of 385 ~ 33.77%
B 153 of 385 ~ 39.74%

%26.49
%33.77
%39.74

CMYK color model

#668299 color CMYK value is (33,15,0,40).

  • cyan value is 33.33%
  • magenta value is 15.03%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(33,15,0,40)
C33M15Y0K40 
(33%,15%,0%,40%)
(0.33/0.15/0.00/0.40)	

CMYK percentages

%33.33
%15.03
%0
%40

Codes

Color #668299 in popluar color models

668299
RGB102130153
HSL207°20.00%50.00%
HSB/HSV207°33.33%60.00%
CMYK33.33%15.03%0.00%
40.00%

Color #668299 in popluar number systems.

HEX668299
Decimal102130153
Binary11001101000001010011001
Octal146202231

Shades and tints

Shades of #668299

#668299
(102,130,153)
#5D778C
(93,119,140)
#546C7F
(84,108,127)
#4B6172
(75,97,114)
#425665
(66,86,101)
#394B58
(57,75,88)
#30404B
(48,64,75)
#27353E
(39,53,62)
#1E2A31
(30,42,49)
#151F24
(21,31,36)
#0C1417
(12,20,23)
#000000
(0,0,0)

Tints of #668299

#668299
(102,130,153)
#738DA2
(115,141,162)
#8098AB
(128,152,171)
#8DA3B4
(141,163,180)
#9AAEBD
(154,174,189)
#A7B9C6
(167,185,198)
#B4C4CF
(180,196,207)
#C1CFD8
(193,207,216)
#CEDAE1
(206,218,225)
#DBE5EA
(219,229,234)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #668299; }

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

This text font color is #668299.


Background Color

.myBgColor { background-color: #668299; }

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

This div background color is #668299.


Border color

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

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

This div border color is #668299.


Opacity

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

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

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

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

This text has shadow with #668299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668299 on black background.


Color preview on white background

This text has color #668299 on white background.



Black color preview on #668299 background

This text has black color on #668299 background.


White color preview on #668299 background

This text has white color on #668299 background.