COLOR #66798C

HEX: #66798C RGB: (102,121,140)

Color info

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

RGB color model

#66798C color RGB value is (102,121,140).

RGB: (102,121,140) (40%, 47%, 55%)

RGB channels and saturation

R 102 of 255 = 40%
G 121 of 255 = 47%
B 140 of 255 = 55%

102
121
140

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

Portions of RGB colors in percentages

R + G + B = 102 + 121 + 140 = 363 (100%)
R 102 of 363 ~ 28.1%
G 121 of 363 ~ 33.33%
B 140 of 363 ~ 38.57'%

%28.1
%33.33
%38.57

CMYK color model

#66798C color CMYK value is (27,14,0,45).

  • cyan value is 27.14%
  • magenta value is 13.57%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (27,14,0,45)
C27M14Y0K45 (27%, 14%, 0%, 45%)
(0.27 / 0.14 / 0.00 / 0.45)

CMYK percentages

%27.14
%13.57
%0
%45.1

Codes

Color #66798C in popluar color models

66 79 8C
RGB 102 121 140
HSL 210° 15.70% 47.45%
HSB/HSV 210° 27.14% 54.90%
CMYK 27.14% 13.57% 0.00%
45.10%

Color #66798C in popluar number systems.

HEX 66 79 8C
Decimal 102 121 140
Binary 1100110 1111001 10001100
Octal 146 171 214

Shades and tints

Shades of #66798C

#66798C
(102,121,140)
#5D6E80
(93,110,128)
#546374
(84,99,116)
#4B5868
(75,88,104)
#424D5C
(66,77,92)
#394250
(57,66,80)
#303744
(48,55,68)
#272C38
(39,44,56)
#1E212C
(30,33,44)
#151620
(21,22,32)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #66798C

#66798C
(102,121,140)
#738596
(115,133,150)
#8091A0
(128,145,160)
#8D9DAA
(141,157,170)
#9AA9B4
(154,169,180)
#A7B5BE
(167,181,190)
#B4C1C8
(180,193,200)
#C1CDD2
(193,205,210)
#CED9DC
(206,217,220)
#DBE5E6
(219,229,230)
#E8F1F0
(232,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #66798C; }

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

This text font color is #66798C.

Background Color

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

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

This div background color is #66798C.

Border color

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

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

This div border color is #66798C.

Opacity

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

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

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

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

This text has shadow with #66798C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #66798C.

Preview

Color preview on black background

This text has color #66798C on black background.


Color preview on white background

This text has color #66798C on white background.


Black color preview on #66798C background

This text has black color on #66798C background.


White color preview on #66798C background

This text has white color on #66798C background.


Related colors

Complementary color

Complementary color for #hex is #998673.


I love getcolorcode.com

Triadic colors

1 #8C6679 and #798C66 with #66798C are triadic colors.

2 #8C7966 and #79668C with #66798C are triadic colors.