COLOR #665AA6

HEX: #665AA6
RGB: (102,90,166)

Color info

#665AA6 contains mainly blue color. Web safe color of #665AA6 is #666699 (or #669).

RGB color model

#665AA6 color RGB value is (102,90,166).

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

RGB channels and saturation

R 102 of 255 = 40%
G 90 of 255 = 35%
B 166 of 255 = 65%

102
90
166

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

Portions of RGB colors in percentages

R + G + B =
102 + 90 + 166 = 358 (100%)
R 102 of 358 ~ 28.49%
G 90 of 358 ~ 25.14%
B 166 of 358 ~ 46.37%

%28.49
%25.14
%46.37

CMYK color model

#665AA6 color CMYK value is (39,46,0,35).

  • cyan value is 38.55%
  • magenta value is 45.78%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(39,46,0,35)
C39M46Y0K35 
(39%,46%,0%,35%)
(0.39/0.46/0.00/0.35)	

CMYK percentages

%38.55
%45.78
%0
%34.9

Codes

Color #665AA6 in popluar color models

665AA6
RGB10290166
HSL249°29.92%50.20%
HSB/HSV249°45.78%65.10%
CMYK38.55%45.78%0.00%
34.90%

Color #665AA6 in popluar number systems.

HEX665AA6
Decimal10290166
Binary1100110101101010100110
Octal146132246

Shades and tints

Shades of #665AA6

#665AA6
(102,90,166)
#5D5297
(93,82,151)
#544A88
(84,74,136)
#4B4279
(75,66,121)
#423A6A
(66,58,106)
#39325B
(57,50,91)
#302A4C
(48,42,76)
#27223D
(39,34,61)
#1E1A2E
(30,26,46)
#15121F
(21,18,31)
#0C0A10
(12,10,16)
#000000
(0,0,0)

Tints of #665AA6

#665AA6
(102,90,166)
#7369AE
(115,105,174)
#8078B6
(128,120,182)
#8D87BE
(141,135,190)
#9A96C6
(154,150,198)
#A7A5CE
(167,165,206)
#B4B4D6
(180,180,214)
#C1C3DE
(193,195,222)
#CED2E6
(206,210,230)
#DBE1EE
(219,225,238)
#E8F0F6
(232,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665AA6; }

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

This text font color is #665AA6.


Background Color

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

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

This div background color is #665AA6.


Border color

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

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

This div border color is #665AA6.


Opacity

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

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

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

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

This text has shadow with #665AA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665AA6 on black background.


Color preview on white background

This text has color #665AA6 on white background.



Black color preview on #665AA6 background

This text has black color on #665AA6 background.


White color preview on #665AA6 background

This text has white color on #665AA6 background.