COLOR #665785

HEX: #665785
RGB: (102,87,133)

Color info

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

RGB color model

#665785 color RGB value is (102,87,133).

  • red value is 102;
  • green value is 87;
  • blue value is 133.
RGB:
(102,87,133)
(40%,34%,52%)

RGB channels and saturation

R 102 of 255 = 40%
G 87 of 255 = 34%
B 133 of 255 = 52%

102
87
133

R + G + B ~ 42%. #665785 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 87 + 133 = 322 (100%)
R 102 of 322 ~ 31.68%
G 87 of 322 ~ 27.02%
B 133 of 322 ~ 41.3%

%31.68
%27.02
%41.3

CMYK color model

#665785 color CMYK value is (23,35,0,48).

  • cyan value is 23.31%
  • magenta value is 34.59%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,35,0,48)
C23M35Y0K48 
(23%,35%,0%,48%)
(0.23/0.35/0.00/0.48)	

CMYK percentages

%23.31
%34.59
%0
%47.84

Codes

Color #665785 in popluar color models

665785
RGB10287133
HSL260°20.91%43.14%
HSB/HSV260°34.59%52.16%
CMYK23.31%34.59%0.00%
47.84%

Color #665785 in popluar number systems.

HEX665785
Decimal10287133
Binary1100110101011110000101
Octal146127205

Shades and tints

Shades of #665785

#665785
(102,87,133)
#5D5079
(93,80,121)
#54496D
(84,73,109)
#4B4261
(75,66,97)
#423B55
(66,59,85)
#393449
(57,52,73)
#302D3D
(48,45,61)
#272631
(39,38,49)
#1E1F25
(30,31,37)
#151819
(21,24,25)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #665785

#665785
(102,87,133)
#736690
(115,102,144)
#80759B
(128,117,155)
#8D84A6
(141,132,166)
#9A93B1
(154,147,177)
#A7A2BC
(167,162,188)
#B4B1C7
(180,177,199)
#C1C0D2
(193,192,210)
#CECFDD
(206,207,221)
#DBDEE8
(219,222,232)
#E8EDF3
(232,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665785 color. Also use rgb(102,87,133) instead hex code.

Text Font Color

.myTextColor { color: #665785; }

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

This text font color is #665785.


Background Color

.myBgColor { background-color: #665785; }

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

This div background color is #665785.


Border color

.myBorderColor { border: 1px solid #665785; }

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

This div border color is #665785.


Opacity

.myOpacity80 { color: #665785; opacity: 0.8; }

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

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

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

This text has shadow with #665785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665785 on black background.


Color preview on white background

This text has color #665785 on white background.



Black color preview on #665785 background

This text has black color on #665785 background.


White color preview on #665785 background

This text has white color on #665785 background.