COLOR #66759A

HEX: #66759A
RGB: (102,117,154)

Color info

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

RGB color model

#66759A color RGB value is (102,117,154).

  • red value is 102;
  • green value is 117;
  • blue value is 154.
RGB:
(102,117,154)
(40%,46%,60%)

RGB channels and saturation

R 102 of 255 = 40%
G 117 of 255 = 46%
B 154 of 255 = 60%

102
117
154

R + G + B ~ 49%. #66759A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 117 + 154 = 373 (100%)
R 102 of 373 ~ 27.35%
G 117 of 373 ~ 31.37%
B 154 of 373 ~ 41.29%

%27.35
%31.37
%41.29

CMYK color model

#66759A color CMYK value is (34,24,0,40).

  • cyan value is 33.77%
  • magenta value is 24.03%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(34,24,0,40)
C34M24Y0K40 
(34%,24%,0%,40%)
(0.34/0.24/0.00/0.40)	

CMYK percentages

%33.77
%24.03
%0
%39.61

Codes

Color #66759A in popluar color models

66759A
RGB102117154
HSL223°20.47%50.20%
HSB/HSV223°33.77%60.39%
CMYK33.77%24.03%0.00%
39.61%

Color #66759A in popluar number systems.

HEX66759A
Decimal102117154
Binary1100110111010110011010
Octal146165232

Shades and tints

Shades of #66759A

#66759A
(102,117,154)
#5D6B8C
(93,107,140)
#54617E
(84,97,126)
#4B5770
(75,87,112)
#424D62
(66,77,98)
#394354
(57,67,84)
#303946
(48,57,70)
#272F38
(39,47,56)
#1E252A
(30,37,42)
#151B1C
(21,27,28)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #66759A

#66759A
(102,117,154)
#7381A3
(115,129,163)
#808DAC
(128,141,172)
#8D99B5
(141,153,181)
#9AA5BE
(154,165,190)
#A7B1C7
(167,177,199)
#B4BDD0
(180,189,208)
#C1C9D9
(193,201,217)
#CED5E2
(206,213,226)
#DBE1EB
(219,225,235)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66759A color. Also use rgb(102,117,154) instead hex code.

Text Font Color

.myTextColor { color: #66759A; }

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

This text font color is #66759A.


Background Color

.myBgColor { background-color: #66759A; }

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

This div background color is #66759A.


Border color

.myBorderColor { border: 1px solid #66759A; }

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

This div border color is #66759A.


Opacity

.myOpacity80 { color: #66759A; opacity: 0.8; }

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

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

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

This text has shadow with #66759A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66759A on black background.


Color preview on white background

This text has color #66759A on white background.



Black color preview on #66759A background

This text has black color on #66759A background.


White color preview on #66759A background

This text has white color on #66759A background.