COLOR #665FAA

HEX: #665FAA
RGB: (102,95,170)

Color info

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

RGB color model

#665FAA color RGB value is (102,95,170).

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

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 170 of 255 = 67%

102
95
170

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

Portions of RGB colors in percentages

R + G + B =
102 + 95 + 170 = 367 (100%)
R 102 of 367 ~ 27.79%
G 95 of 367 ~ 25.89%
B 170 of 367 ~ 46.32%

%27.79
%25.89
%46.32

CMYK color model

#665FAA color CMYK value is (40,44,0,33).

  • cyan value is 40.00%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(40,44,0,33)
C40M44Y0K33 
(40%,44%,0%,33%)
(0.40/0.44/0.00/0.33)	

CMYK percentages

%40
%44.12
%0
%33.33

Codes

Color #665FAA in popluar color models

665FAA
RGB10295170
HSL246°30.61%51.96%
HSB/HSV246°44.12%66.67%
CMYK40.00%44.12%0.00%
33.33%

Color #665FAA in popluar number systems.

HEX665FAA
Decimal10295170
Binary1100110101111110101010
Octal146137252

Shades and tints

Shades of #665FAA

#665FAA
(102,95,170)
#5D579B
(93,87,155)
#544F8C
(84,79,140)
#4B477D
(75,71,125)
#423F6E
(66,63,110)
#39375F
(57,55,95)
#302F50
(48,47,80)
#272741
(39,39,65)
#1E1F32
(30,31,50)
#151723
(21,23,35)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #665FAA

#665FAA
(102,95,170)
#736DB1
(115,109,177)
#807BB8
(128,123,184)
#8D89BF
(141,137,191)
#9A97C6
(154,151,198)
#A7A5CD
(167,165,205)
#B4B3D4
(180,179,212)
#C1C1DB
(193,193,219)
#CECFE2
(206,207,226)
#DBDDE9
(219,221,233)
#E8EBF0
(232,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665FAA; }

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

This text font color is #665FAA.


Background Color

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

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

This div background color is #665FAA.


Border color

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

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

This div border color is #665FAA.


Opacity

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

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

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

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

This text has shadow with #665FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665FAA on black background.


Color preview on white background

This text has color #665FAA on white background.



Black color preview on #665FAA background

This text has black color on #665FAA background.


White color preview on #665FAA background

This text has white color on #665FAA background.