COLOR #665A99

HEX: #665A99
RGB: (102,90,153)

Color info

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

RGB color model

#665A99 color RGB value is (102,90,153).

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

RGB channels and saturation

R 102 of 255 = 40%
G 90 of 255 = 35%
B 153 of 255 = 60%

102
90
153

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

Portions of RGB colors in percentages

R + G + B =
102 + 90 + 153 = 345 (100%)
R 102 of 345 ~ 29.57%
G 90 of 345 ~ 26.09%
B 153 of 345 ~ 44.35%

%29.57
%26.09
%44.35

CMYK color model

#665A99 color CMYK value is (33,41,0,40).

  • cyan value is 33.33%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(33,41,0,40)
C33M41Y0K40 
(33%,41%,0%,40%)
(0.33/0.41/0.00/0.40)	

CMYK percentages

%33.33
%41.18
%0
%40

Codes

Color #665A99 in popluar color models

665A99
RGB10290153
HSL251°25.93%47.65%
HSB/HSV251°41.18%60.00%
CMYK33.33%41.18%0.00%
40.00%

Color #665A99 in popluar number systems.

HEX665A99
Decimal10290153
Binary1100110101101010011001
Octal146132231

Shades and tints

Shades of #665A99

#665A99
(102,90,153)
#5D528C
(93,82,140)
#544A7F
(84,74,127)
#4B4272
(75,66,114)
#423A65
(66,58,101)
#393258
(57,50,88)
#302A4B
(48,42,75)
#27223E
(39,34,62)
#1E1A31
(30,26,49)
#151224
(21,18,36)
#0C0A17
(12,10,23)
#000000
(0,0,0)

Tints of #665A99

#665A99
(102,90,153)
#7369A2
(115,105,162)
#8078AB
(128,120,171)
#8D87B4
(141,135,180)
#9A96BD
(154,150,189)
#A7A5C6
(167,165,198)
#B4B4CF
(180,180,207)
#C1C3D8
(193,195,216)
#CED2E1
(206,210,225)
#DBE1EA
(219,225,234)
#E8F0F3
(232,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665A99; }

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

This text font color is #665A99.


Background Color

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

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

This div background color is #665A99.


Border color

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

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

This div border color is #665A99.


Opacity

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

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

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

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

This text has shadow with #665A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665A99 on black background.


Color preview on white background

This text has color #665A99 on white background.



Black color preview on #665A99 background

This text has black color on #665A99 background.


White color preview on #665A99 background

This text has white color on #665A99 background.