COLOR #665786

HEX: #665786
RGB: (102,87,134)

Color info

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

RGB color model

#665786 color RGB value is (102,87,134).

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

RGB channels and saturation

R 102 of 255 = 40%
G 87 of 255 = 34%
B 134 of 255 = 53%

102
87
134

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

Portions of RGB colors in percentages

R + G + B =
102 + 87 + 134 = 323 (100%)
R 102 of 323 ~ 31.58%
G 87 of 323 ~ 26.93%
B 134 of 323 ~ 41.49%

%31.58
%26.93
%41.49

CMYK color model

#665786 color CMYK value is (24,35,0,47).

  • cyan value is 23.88%
  • magenta value is 35.07%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(24,35,0,47)
C24M35Y0K47 
(24%,35%,0%,47%)
(0.24/0.35/0.00/0.47)	

CMYK percentages

%23.88
%35.07
%0
%47.45

Codes

Color #665786 in popluar color models

665786
RGB10287134
HSL259°21.27%43.33%
HSB/HSV259°35.07%52.55%
CMYK23.88%35.07%0.00%
47.45%

Color #665786 in popluar number systems.

HEX665786
Decimal10287134
Binary1100110101011110000110
Octal146127206

Shades and tints

Shades of #665786

#665786
(102,87,134)
#5D507A
(93,80,122)
#54496E
(84,73,110)
#4B4262
(75,66,98)
#423B56
(66,59,86)
#39344A
(57,52,74)
#302D3E
(48,45,62)
#272632
(39,38,50)
#1E1F26
(30,31,38)
#15181A
(21,24,26)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #665786

#665786
(102,87,134)
#736691
(115,102,145)
#80759C
(128,117,156)
#8D84A7
(141,132,167)
#9A93B2
(154,147,178)
#A7A2BD
(167,162,189)
#B4B1C8
(180,177,200)
#C1C0D3
(193,192,211)
#CECFDE
(206,207,222)
#DBDEE9
(219,222,233)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665786; }

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

This text font color is #665786.


Background Color

.myBgColor { background-color: #665786; }

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

This div background color is #665786.


Border color

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

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

This div border color is #665786.


Opacity

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

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

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

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

This text has shadow with #665786 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665786 on black background.


Color preview on white background

This text has color #665786 on white background.



Black color preview on #665786 background

This text has black color on #665786 background.


White color preview on #665786 background

This text has white color on #665786 background.