COLOR #665A9F

HEX: #665A9F
RGB: (102,90,159)

Color info

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

RGB color model

#665A9F color RGB value is (102,90,159).

  • red value is 102;
  • green value is 90;
  • blue value is 159.
RGB:
(102,90,159)
(40%,35%,62%)

RGB channels and saturation

R 102 of 255 = 40%
G 90 of 255 = 35%
B 159 of 255 = 62%

102
90
159

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

Portions of RGB colors in percentages

R + G + B =
102 + 90 + 159 = 351 (100%)
R 102 of 351 ~ 29.06%
G 90 of 351 ~ 25.64%
B 159 of 351 ~ 45.3%

%29.06
%25.64
%45.3

CMYK color model

#665A9F color CMYK value is (36,43,0,38).

  • cyan value is 35.85%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(36,43,0,38)
C36M43Y0K38 
(36%,43%,0%,38%)
(0.36/0.43/0.00/0.38)	

CMYK percentages

%35.85
%43.4
%0
%37.65

Codes

Color #665A9F in popluar color models

665A9F
RGB10290159
HSL250°27.71%48.82%
HSB/HSV250°43.40%62.35%
CMYK35.85%43.40%0.00%
37.65%

Color #665A9F in popluar number systems.

HEX665A9F
Decimal10290159
Binary1100110101101010011111
Octal146132237

Shades and tints

Shades of #665A9F

#665A9F
(102,90,159)
#5D5291
(93,82,145)
#544A83
(84,74,131)
#4B4275
(75,66,117)
#423A67
(66,58,103)
#393259
(57,50,89)
#302A4B
(48,42,75)
#27223D
(39,34,61)
#1E1A2F
(30,26,47)
#151221
(21,18,33)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #665A9F

#665A9F
(102,90,159)
#7369A7
(115,105,167)
#8078AF
(128,120,175)
#8D87B7
(141,135,183)
#9A96BF
(154,150,191)
#A7A5C7
(167,165,199)
#B4B4CF
(180,180,207)
#C1C3D7
(193,195,215)
#CED2DF
(206,210,223)
#DBE1E7
(219,225,231)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665A9F color. Also use rgb(102,90,159) instead hex code.

Text Font Color

.myTextColor { color: #665A9F; }

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

This text font color is #665A9F.


Background Color

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

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

This div background color is #665A9F.


Border color

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

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

This div border color is #665A9F.


Opacity

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

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

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

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

This text has shadow with #665A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665A9F on black background.


Color preview on white background

This text has color #665A9F on white background.



Black color preview on #665A9F background

This text has black color on #665A9F background.


White color preview on #665A9F background

This text has white color on #665A9F background.