COLOR #665396

HEX: #665396
RGB: (102,83,150)

Color info

#665396 contains mainly red and blue colors. Web safe color of #665396 is #666699 (or #669).

RGB color model

#665396 color RGB value is (102,83,150).

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

RGB channels and saturation

R 102 of 255 = 40%
G 83 of 255 = 33%
B 150 of 255 = 59%

102
83
150

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

Portions of RGB colors in percentages

R + G + B =
102 + 83 + 150 = 335 (100%)
R 102 of 335 ~ 30.45%
G 83 of 335 ~ 24.78%
B 150 of 335 ~ 44.78%

%30.45
%24.78
%44.78

CMYK color model

#665396 color CMYK value is (32,45,0,41).

  • cyan value is 32.00%
  • magenta value is 44.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(32,45,0,41)
C32M45Y0K41 
(32%,45%,0%,41%)
(0.32/0.45/0.00/0.41)	

CMYK percentages

%32
%44.67
%0
%41.18

Codes

Color #665396 in popluar color models

665396
RGB10283150
HSL257°28.76%45.69%
HSB/HSV257°44.67%58.82%
CMYK32.00%44.67%0.00%
41.18%

Color #665396 in popluar number systems.

HEX665396
Decimal10283150
Binary1100110101001110010110
Octal146123226

Shades and tints

Shades of #665396

#665396
(102,83,150)
#5D4C89
(93,76,137)
#54457C
(84,69,124)
#4B3E6F
(75,62,111)
#423762
(66,55,98)
#393055
(57,48,85)
#302948
(48,41,72)
#27223B
(39,34,59)
#1E1B2E
(30,27,46)
#151421
(21,20,33)
#0C0D14
(12,13,20)
#000000
(0,0,0)

Tints of #665396

#665396
(102,83,150)
#73629F
(115,98,159)
#8071A8
(128,113,168)
#8D80B1
(141,128,177)
#9A8FBA
(154,143,186)
#A79EC3
(167,158,195)
#B4ADCC
(180,173,204)
#C1BCD5
(193,188,213)
#CECBDE
(206,203,222)
#DBDAE7
(219,218,231)
#E8E9F0
(232,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665396; }

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

This text font color is #665396.


Background Color

.myBgColor { background-color: #665396; }

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

This div background color is #665396.


Border color

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

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

This div border color is #665396.


Opacity

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

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

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

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

This text has shadow with #665396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665396 on black background.


Color preview on white background

This text has color #665396 on white background.



Black color preview on #665396 background

This text has black color on #665396 background.


White color preview on #665396 background

This text has white color on #665396 background.