COLOR #665C86

HEX: #665C86
RGB: (102,92,134)

Color info

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

RGB color model

#665C86 color RGB value is (102,92,134).

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

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 134 of 255 = 53%

102
92
134

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

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 134 = 328 (100%)
R 102 of 328 ~ 31.1%
G 92 of 328 ~ 28.05%
B 134 of 328 ~ 40.85%

%31.1
%28.05
%40.85

CMYK color model

#665C86 color CMYK value is (24,31,0,47).

  • cyan value is 23.88%
  • magenta value is 31.34%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(24,31,0,47)
C24M31Y0K47 
(24%,31%,0%,47%)
(0.24/0.31/0.00/0.47)	

CMYK percentages

%23.88
%31.34
%0
%47.45

Codes

Color #665C86 in popluar color models

665C86
RGB10292134
HSL254°18.58%44.31%
HSB/HSV254°31.34%52.55%
CMYK23.88%31.34%0.00%
47.45%

Color #665C86 in popluar number systems.

HEX665C86
Decimal10292134
Binary1100110101110010000110
Octal146134206

Shades and tints

Shades of #665C86

#665C86
(102,92,134)
#5D547A
(93,84,122)
#544C6E
(84,76,110)
#4B4462
(75,68,98)
#423C56
(66,60,86)
#39344A
(57,52,74)
#302C3E
(48,44,62)
#272432
(39,36,50)
#1E1C26
(30,28,38)
#15141A
(21,20,26)
#0C0C0E
(12,12,14)
#000000
(0,0,0)

Tints of #665C86

#665C86
(102,92,134)
#736A91
(115,106,145)
#80789C
(128,120,156)
#8D86A7
(141,134,167)
#9A94B2
(154,148,178)
#A7A2BD
(167,162,189)
#B4B0C8
(180,176,200)
#C1BED3
(193,190,211)
#CECCDE
(206,204,222)
#DBDAE9
(219,218,233)
#E8E8F4
(232,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C86; }

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

This text font color is #665C86.


Background Color

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

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

This div background color is #665C86.


Border color

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

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

This div border color is #665C86.


Opacity

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

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

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

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

This text has shadow with #665C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665C86 on black background.


Color preview on white background

This text has color #665C86 on white background.



Black color preview on #665C86 background

This text has black color on #665C86 background.


White color preview on #665C86 background

This text has white color on #665C86 background.