COLOR #666296

HEX: #666296
RGB: (102,98,150)

Color info

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

RGB color model

#666296 color RGB value is (102,98,150).

  • red value is 102;
  • green value is 98;
  • blue value is 150.
RGB:
(102,98,150)
(40%,38%,59%)

RGB channels and saturation

R 102 of 255 = 40%
G 98 of 255 = 38%
B 150 of 255 = 59%

102
98
150

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

Portions of RGB colors in percentages

R + G + B =
102 + 98 + 150 = 350 (100%)
R 102 of 350 ~ 29.14%
G 98 of 350 ~ 28%
B 150 of 350 ~ 42.86%

%29.14
%28
%42.86

CMYK color model

#666296 color CMYK value is (32,35,0,41).

  • cyan value is 32.00%
  • magenta value is 34.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(32,35,0,41)
C32M35Y0K41 
(32%,35%,0%,41%)
(0.32/0.35/0.00/0.41)	

CMYK percentages

%32
%34.67
%0
%41.18

Codes

Color #666296 in popluar color models

666296
RGB10298150
HSL245°20.97%48.63%
HSB/HSV245°34.67%58.82%
CMYK32.00%34.67%0.00%
41.18%

Color #666296 in popluar number systems.

HEX666296
Decimal10298150
Binary1100110110001010010110
Octal146142226

Shades and tints

Shades of #666296

#666296
(102,98,150)
#5D5A89
(93,90,137)
#54527C
(84,82,124)
#4B4A6F
(75,74,111)
#424262
(66,66,98)
#393A55
(57,58,85)
#303248
(48,50,72)
#272A3B
(39,42,59)
#1E222E
(30,34,46)
#151A21
(21,26,33)
#0C1214
(12,18,20)
#000000
(0,0,0)

Tints of #666296

#666296
(102,98,150)
#73709F
(115,112,159)
#807EA8
(128,126,168)
#8D8CB1
(141,140,177)
#9A9ABA
(154,154,186)
#A7A8C3
(167,168,195)
#B4B6CC
(180,182,204)
#C1C4D5
(193,196,213)
#CED2DE
(206,210,222)
#DBE0E7
(219,224,231)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666296 color. Also use rgb(102,98,150) instead hex code.

Text Font Color

.myTextColor { color: #666296; }

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

This text font color is #666296.


Background Color

.myBgColor { background-color: #666296; }

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

This div background color is #666296.


Border color

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

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

This div border color is #666296.


Opacity

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

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

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

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

This text has shadow with #666296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666296 on black background.


Color preview on white background

This text has color #666296 on white background.



Black color preview on #666296 background

This text has black color on #666296 background.


White color preview on #666296 background

This text has white color on #666296 background.