COLOR #665A87

HEX: #665A87
RGB: (102,90,135)

Color info

#665A87 contains red, green and blue colors in about the same proportion. Web safe color of #665A87 is #666699 (or #669).

RGB color model

#665A87 color RGB value is (102,90,135).

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

RGB channels and saturation

R 102 of 255 = 40%
G 90 of 255 = 35%
B 135 of 255 = 53%

102
90
135

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

Portions of RGB colors in percentages

R + G + B =
102 + 90 + 135 = 327 (100%)
R 102 of 327 ~ 31.19%
G 90 of 327 ~ 27.52%
B 135 of 327 ~ 41.28%

%31.19
%27.52
%41.28

CMYK color model

#665A87 color CMYK value is (24,33,0,47).

  • cyan value is 24.44%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(24,33,0,47)
C24M33Y0K47 
(24%,33%,0%,47%)
(0.24/0.33/0.00/0.47)	

CMYK percentages

%24.44
%33.33
%0
%47.06

Codes

Color #665A87 in popluar color models

665A87
RGB10290135
HSL256°20.00%44.12%
HSB/HSV256°33.33%52.94%
CMYK24.44%33.33%0.00%
47.06%

Color #665A87 in popluar number systems.

HEX665A87
Decimal10290135
Binary1100110101101010000111
Octal146132207

Shades and tints

Shades of #665A87

#665A87
(102,90,135)
#5D527B
(93,82,123)
#544A6F
(84,74,111)
#4B4263
(75,66,99)
#423A57
(66,58,87)
#39324B
(57,50,75)
#302A3F
(48,42,63)
#272233
(39,34,51)
#1E1A27
(30,26,39)
#15121B
(21,18,27)
#0C0A0F
(12,10,15)
#000000
(0,0,0)

Tints of #665A87

#665A87
(102,90,135)
#736991
(115,105,145)
#80789B
(128,120,155)
#8D87A5
(141,135,165)
#9A96AF
(154,150,175)
#A7A5B9
(167,165,185)
#B4B4C3
(180,180,195)
#C1C3CD
(193,195,205)
#CED2D7
(206,210,215)
#DBE1E1
(219,225,225)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665A87; }

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

This text font color is #665A87.


Background Color

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

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

This div background color is #665A87.


Border color

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

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

This div border color is #665A87.


Opacity

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

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

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

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

This text has shadow with #665A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665A87 on black background.


Color preview on white background

This text has color #665A87 on white background.



Black color preview on #665A87 background

This text has black color on #665A87 background.


White color preview on #665A87 background

This text has white color on #665A87 background.