COLOR #665B78

HEX: #665B78
RGB: (102,91,120)

Color info

#665B78 contains red, green and blue colors in about the same proportion. Web safe color of #665B78 is #666666 (or #666).

RGB color model

#665B78 color RGB value is (102,91,120).

  • red value is 102;
  • green value is 91;
  • blue value is 120.
RGB:
(102,91,120)
(40%,36%,47%)

RGB channels and saturation

R 102 of 255 = 40%
G 91 of 255 = 36%
B 120 of 255 = 47%

102
91
120

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

Portions of RGB colors in percentages

R + G + B =
102 + 91 + 120 = 313 (100%)
R 102 of 313 ~ 32.59%
G 91 of 313 ~ 29.07%
B 120 of 313 ~ 38.34%

%32.59
%29.07
%38.34

CMYK color model

#665B78 color CMYK value is (15,24,0,53).

  • cyan value is 15.00%
  • magenta value is 24.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(15,24,0,53)
C15M24Y0K53 
(15%,24%,0%,53%)
(0.15/0.24/0.00/0.53)	

CMYK percentages

%15
%24.17
%0
%52.94

Codes

Color #665B78 in popluar color models

665B78
RGB10291120
HSL263°13.74%41.37%
HSB/HSV263°24.17%47.06%
CMYK15.00%24.17%0.00%
52.94%

Color #665B78 in popluar number systems.

HEX665B78
Decimal10291120
Binary110011010110111111000
Octal146133170

Shades and tints

Shades of #665B78

#665B78
(102,91,120)
#5D536E
(93,83,110)
#544B64
(84,75,100)
#4B435A
(75,67,90)
#423B50
(66,59,80)
#393346
(57,51,70)
#302B3C
(48,43,60)
#272332
(39,35,50)
#1E1B28
(30,27,40)
#15131E
(21,19,30)
#0C0B14
(12,11,20)
#000000
(0,0,0)

Tints of #665B78

#665B78
(102,91,120)
#736984
(115,105,132)
#807790
(128,119,144)
#8D859C
(141,133,156)
#9A93A8
(154,147,168)
#A7A1B4
(167,161,180)
#B4AFC0
(180,175,192)
#C1BDCC
(193,189,204)
#CECBD8
(206,203,216)
#DBD9E4
(219,217,228)
#E8E7F0
(232,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665B78 color. Also use rgb(102,91,120) instead hex code.

Text Font Color

.myTextColor { color: #665B78; }

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

This text font color is #665B78.


Background Color

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

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

This div background color is #665B78.


Border color

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

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

This div border color is #665B78.


Opacity

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

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

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

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

This text has shadow with #665B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665B78 on black background.


Color preview on white background

This text has color #665B78 on white background.



Black color preview on #665B78 background

This text has black color on #665B78 background.


White color preview on #665B78 background

This text has white color on #665B78 background.