COLOR #66698A

HEX: #66698A
RGB: (102,105,138)

Color info

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

RGB color model

#66698A color RGB value is (102,105,138).

  • red value is 102;
  • green value is 105;
  • blue value is 138.
RGB:
(102,105,138)
(40%,41%,54%)

RGB channels and saturation

R 102 of 255 = 40%
G 105 of 255 = 41%
B 138 of 255 = 54%

102
105
138

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

Portions of RGB colors in percentages

R + G + B =
102 + 105 + 138 = 345 (100%)
R 102 of 345 ~ 29.57%
G 105 of 345 ~ 30.43%
B 138 of 345 ~ 40%

%29.57
%30.43
%40

CMYK color model

#66698A color CMYK value is (26,24,0,46).

  • cyan value is 26.09%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(26,24,0,46)
C26M24Y0K46 
(26%,24%,0%,46%)
(0.26/0.24/0.00/0.46)	

CMYK percentages

%26.09
%23.91
%0
%45.88

Codes

Color #66698A in popluar color models

66698A
RGB102105138
HSL235°15.00%47.06%
HSB/HSV235°26.09%54.12%
CMYK26.09%23.91%0.00%
45.88%

Color #66698A in popluar number systems.

HEX66698A
Decimal102105138
Binary1100110110100110001010
Octal146151212

Shades and tints

Shades of #66698A

#66698A
(102,105,138)
#5D607E
(93,96,126)
#545772
(84,87,114)
#4B4E66
(75,78,102)
#42455A
(66,69,90)
#393C4E
(57,60,78)
#303342
(48,51,66)
#272A36
(39,42,54)
#1E212A
(30,33,42)
#15181E
(21,24,30)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #66698A

#66698A
(102,105,138)
#737694
(115,118,148)
#80839E
(128,131,158)
#8D90A8
(141,144,168)
#9A9DB2
(154,157,178)
#A7AABC
(167,170,188)
#B4B7C6
(180,183,198)
#C1C4D0
(193,196,208)
#CED1DA
(206,209,218)
#DBDEE4
(219,222,228)
#E8EBEE
(232,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #66698A color. Also use rgb(102,105,138) instead hex code.

Text Font Color

.myTextColor { color: #66698A; }

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

This text font color is #66698A.


Background Color

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

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

This div background color is #66698A.


Border color

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

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

This div border color is #66698A.


Opacity

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

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

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

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

This text has shadow with #66698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #66698A on black background.


Color preview on white background

This text has color #66698A on white background.



Black color preview on #66698A background

This text has black color on #66698A background.


White color preview on #66698A background

This text has white color on #66698A background.