COLOR #668393

HEX: #668393
RGB: (102,131,147)

Color info

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

RGB color model

#668393 color RGB value is (102,131,147).

  • red value is 102;
  • green value is 131;
  • blue value is 147.
RGB:
(102,131,147)
(40%,51%,58%)

RGB channels and saturation

R 102 of 255 = 40%
G 131 of 255 = 51%
B 147 of 255 = 58%

102
131
147

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

Portions of RGB colors in percentages

R + G + B =
102 + 131 + 147 = 380 (100%)
R 102 of 380 ~ 26.84%
G 131 of 380 ~ 34.47%
B 147 of 380 ~ 38.68%

%26.84
%34.47
%38.68

CMYK color model

#668393 color CMYK value is (31,11,0,42).

  • cyan value is 30.61%
  • magenta value is 10.88%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(31,11,0,42)
C31M11Y0K42 
(31%,11%,0%,42%)
(0.31/0.11/0.00/0.42)	

CMYK percentages

%30.61
%10.88
%0
%42.35

Codes

Color #668393 in popluar color models

668393
RGB102131147
HSL201°18.07%48.82%
HSB/HSV201°30.61%57.65%
CMYK30.61%10.88%0.00%
42.35%

Color #668393 in popluar number systems.

HEX668393
Decimal102131147
Binary11001101000001110010011
Octal146203223

Shades and tints

Shades of #668393

#668393
(102,131,147)
#5D7886
(93,120,134)
#546D79
(84,109,121)
#4B626C
(75,98,108)
#42575F
(66,87,95)
#394C52
(57,76,82)
#304145
(48,65,69)
#273638
(39,54,56)
#1E2B2B
(30,43,43)
#15201E
(21,32,30)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #668393

#668393
(102,131,147)
#738E9C
(115,142,156)
#8099A5
(128,153,165)
#8DA4AE
(141,164,174)
#9AAFB7
(154,175,183)
#A7BAC0
(167,186,192)
#B4C5C9
(180,197,201)
#C1D0D2
(193,208,210)
#CEDBDB
(206,219,219)
#DBE6E4
(219,230,228)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #668393 color. Also use rgb(102,131,147) instead hex code.

Text Font Color

.myTextColor { color: #668393; }

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

This text font color is #668393.


Background Color

.myBgColor { background-color: #668393; }

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

This div background color is #668393.


Border color

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

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

This div border color is #668393.


Opacity

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

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

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

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

This text has shadow with #668393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #668393 on black background.


Color preview on white background

This text has color #668393 on white background.



Black color preview on #668393 background

This text has black color on #668393 background.


White color preview on #668393 background

This text has white color on #668393 background.