COLOR #665E9E

HEX: #665E9E
RGB: (102,94,158)

Color info

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

RGB color model

#665E9E color RGB value is (102,94,158).

  • red value is 102;
  • green value is 94;
  • blue value is 158.
RGB:
(102,94,158)
(40%,37%,62%)

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 158 of 255 = 62%

102
94
158

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

Portions of RGB colors in percentages

R + G + B =
102 + 94 + 158 = 354 (100%)
R 102 of 354 ~ 28.81%
G 94 of 354 ~ 26.55%
B 158 of 354 ~ 44.63%

%28.81
%26.55
%44.63

CMYK color model

#665E9E color CMYK value is (35,41,0,38).

  • cyan value is 35.44%
  • magenta value is 40.51%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(35,41,0,38)
C35M41Y0K38 
(35%,41%,0%,38%)
(0.35/0.41/0.00/0.38)	

CMYK percentages

%35.44
%40.51
%0
%38.04

Codes

Color #665E9E in popluar color models

665E9E
RGB10294158
HSL248°25.40%49.41%
HSB/HSV248°40.51%61.96%
CMYK35.44%40.51%0.00%
38.04%

Color #665E9E in popluar number systems.

HEX665E9E
Decimal10294158
Binary1100110101111010011110
Octal146136236

Shades and tints

Shades of #665E9E

#665E9E
(102,94,158)
#5D5690
(93,86,144)
#544E82
(84,78,130)
#4B4674
(75,70,116)
#423E66
(66,62,102)
#393658
(57,54,88)
#302E4A
(48,46,74)
#27263C
(39,38,60)
#1E1E2E
(30,30,46)
#151620
(21,22,32)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #665E9E

#665E9E
(102,94,158)
#736CA6
(115,108,166)
#807AAE
(128,122,174)
#8D88B6
(141,136,182)
#9A96BE
(154,150,190)
#A7A4C6
(167,164,198)
#B4B2CE
(180,178,206)
#C1C0D6
(193,192,214)
#CECEDE
(206,206,222)
#DBDCE6
(219,220,230)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665E9E color. Also use rgb(102,94,158) instead hex code.

Text Font Color

.myTextColor { color: #665E9E; }

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

This text font color is #665E9E.


Background Color

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

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

This div background color is #665E9E.


Border color

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

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

This div border color is #665E9E.


Opacity

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

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

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

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

This text has shadow with #665E9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665E9E on black background.


Color preview on white background

This text has color #665E9E on white background.



Black color preview on #665E9E background

This text has black color on #665E9E background.


White color preview on #665E9E background

This text has white color on #665E9E background.