COLOR #66798E

HEX: #66798E RGB: (102,121,142)

Color info

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

RGB color model

#66798E color RGB value is (102,121,142).

RGB: (102,121,142) (40%, 47%, 56%)

RGB channels and saturation

R 102 of 255 = 40%
G 121 of 255 = 47%
B 142 of 255 = 56%

102
121
142

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

Portions of RGB colors in percentages

R + G + B = 102 + 121 + 142 = 365 (100%)
R 102 of 365 ~ 27.95%
G 121 of 365 ~ 33.15%
B 142 of 365 ~ 38.9'%

%27.95
%33.15
%38.9

CMYK color model

#66798E color CMYK value is (28,15,0,44).

  • cyan value is 28.17%
  • magenta value is 14.79%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (28,15,0,44)
C28M15Y0K44 (28%, 15%, 0%, 44%)
(0.28 / 0.15 / 0.00 / 0.44)

CMYK percentages

%28.17
%14.79
%0
%44.31

Codes

Color #66798E in popluar color models

66 79 8E
RGB 102 121 142
HSL 212° 16.39% 47.84%
HSB/HSV 212° 28.17% 55.69%
CMYK 28.17% 14.79% 0.00%
44.31%

Color #66798E in popluar number systems.

HEX 66 79 8E
Decimal 102 121 142
Binary 1100110 1111001 10001110
Octal 146 171 216

Shades and tints

Shades of #66798E

#66798E
(102,121,142)
#5D6E82
(93,110,130)
#546376
(84,99,118)
#4B586A
(75,88,106)
#424D5E
(66,77,94)
#394252
(57,66,82)
#303746
(48,55,70)
#272C3A
(39,44,58)
#1E212E
(30,33,46)
#151622
(21,22,34)
#0C0B16
(12,11,22)
#000000
(0,0,0)

Tints of #66798E

#66798E
(102,121,142)
#738598
(115,133,152)
#8091A2
(128,145,162)
#8D9DAC
(141,157,172)
#9AA9B6
(154,169,182)
#A7B5C0
(167,181,192)
#B4C1CA
(180,193,202)
#C1CDD4
(193,205,212)
#CED9DE
(206,217,222)
#DBE5E8
(219,229,232)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66798E color. Also use rgb(102,121,142) instead hex code.

Text Font Color

.myTextColor { color: #66798E; }

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

This text font color is #66798E.

Background Color

.myBgColor { background-color: #66798E; }

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

This div background color is #66798E.

Border color

.myBorderColor { border: 1px solid #66798E; }

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

This div border color is #66798E.

Opacity

.myOpacity80 { color: #66798E; opacity: 0.8; }

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

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

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

This text has shadow with #66798E color.


.textShadow {text-shadow: 3px 3px 1px #66798E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #66798E; -webkit-box-shadow: 1px 1px 3px 2px #66798E; box-shadow:1px 1px 3px 2px #66798E;">
Div content here
</div>

This div box has shadow with color #66798E.

Preview

Color preview on black background

This text has color #66798E on black background.


Color preview on white background

This text has color #66798E on white background.


Black color preview on #66798E background

This text has black color on #66798E background.


White color preview on #66798E background

This text has white color on #66798E background.


Related colors

Complementary color

Complementary color for #hex is #998671.


I love getcolorcode.com

Triadic colors

1 #8E6679 and #798E66 with #66798E are triadic colors.

2 #8E7966 and #79668E with #66798E are triadic colors.