COLOR #665F96

HEX: #665F96
RGB: (102,95,150)

Color info

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

RGB color model

#665F96 color RGB value is (102,95,150).

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

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 150 of 255 = 59%

102
95
150

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

Portions of RGB colors in percentages

R + G + B =
102 + 95 + 150 = 347 (100%)
R 102 of 347 ~ 29.39%
G 95 of 347 ~ 27.38%
B 150 of 347 ~ 43.23%

%29.39
%27.38
%43.23

CMYK color model

#665F96 color CMYK value is (32,37,0,41).

  • cyan value is 32.00%
  • magenta value is 36.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(32,37,0,41)
C32M37Y0K41 
(32%,37%,0%,41%)
(0.32/0.37/0.00/0.41)	

CMYK percentages

%32
%36.67
%0
%41.18

Codes

Color #665F96 in popluar color models

665F96
RGB10295150
HSL248°22.45%48.04%
HSB/HSV248°36.67%58.82%
CMYK32.00%36.67%0.00%
41.18%

Color #665F96 in popluar number systems.

HEX665F96
Decimal10295150
Binary1100110101111110010110
Octal146137226

Shades and tints

Shades of #665F96

#665F96
(102,95,150)
#5D5789
(93,87,137)
#544F7C
(84,79,124)
#4B476F
(75,71,111)
#423F62
(66,63,98)
#393755
(57,55,85)
#302F48
(48,47,72)
#27273B
(39,39,59)
#1E1F2E
(30,31,46)
#151721
(21,23,33)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #665F96

#665F96
(102,95,150)
#736D9F
(115,109,159)
#807BA8
(128,123,168)
#8D89B1
(141,137,177)
#9A97BA
(154,151,186)
#A7A5C3
(167,165,195)
#B4B3CC
(180,179,204)
#C1C1D5
(193,193,213)
#CECFDE
(206,207,222)
#DBDDE7
(219,221,231)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665F96; }

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

This text font color is #665F96.


Background Color

.myBgColor { background-color: #665F96; }

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

This div background color is #665F96.


Border color

.myBorderColor { border: 1px solid #665F96; }

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

This div border color is #665F96.


Opacity

.myOpacity80 { color: #665F96; opacity: 0.8; }

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

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

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

This text has shadow with #665F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665F96 on black background.


Color preview on white background

This text has color #665F96 on white background.



Black color preview on #665F96 background

This text has black color on #665F96 background.


White color preview on #665F96 background

This text has white color on #665F96 background.