COLOR #665D7C

HEX: #665D7C
RGB: (102,93,124)

Color info

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

RGB color model

#665D7C color RGB value is (102,93,124).

  • red value is 102;
  • green value is 93;
  • blue value is 124.
RGB:
(102,93,124)
(40%,36%,49%)

RGB channels and saturation

R 102 of 255 = 40%
G 93 of 255 = 36%
B 124 of 255 = 49%

102
93
124

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

Portions of RGB colors in percentages

R + G + B =
102 + 93 + 124 = 319 (100%)
R 102 of 319 ~ 31.97%
G 93 of 319 ~ 29.15%
B 124 of 319 ~ 38.87%

%31.97
%29.15
%38.87

CMYK color model

#665D7C color CMYK value is (18,25,0,51).

  • cyan value is 17.74%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(18,25,0,51)
C18M25Y0K51 
(18%,25%,0%,51%)
(0.18/0.25/0.00/0.51)	

CMYK percentages

%17.74
%25
%0
%51.37

Codes

Color #665D7C in popluar color models

665D7C
RGB10293124
HSL257°14.29%42.55%
HSB/HSV257°25.00%48.63%
CMYK17.74%25.00%0.00%
51.37%

Color #665D7C in popluar number systems.

HEX665D7C
Decimal10293124
Binary110011010111011111100
Octal146135174

Shades and tints

Shades of #665D7C

#665D7C
(102,93,124)
#5D5571
(93,85,113)
#544D66
(84,77,102)
#4B455B
(75,69,91)
#423D50
(66,61,80)
#393545
(57,53,69)
#302D3A
(48,45,58)
#27252F
(39,37,47)
#1E1D24
(30,29,36)
#151519
(21,21,25)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #665D7C

#665D7C
(102,93,124)
#736B87
(115,107,135)
#807992
(128,121,146)
#8D879D
(141,135,157)
#9A95A8
(154,149,168)
#A7A3B3
(167,163,179)
#B4B1BE
(180,177,190)
#C1BFC9
(193,191,201)
#CECDD4
(206,205,212)
#DBDBDF
(219,219,223)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665D7C color. Also use rgb(102,93,124) instead hex code.

Text Font Color

.myTextColor { color: #665D7C; }

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

This text font color is #665D7C.


Background Color

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

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

This div background color is #665D7C.


Border color

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

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

This div border color is #665D7C.


Opacity

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

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

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

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

This text has shadow with #665D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665D7C on black background.


Color preview on white background

This text has color #665D7C on white background.



Black color preview on #665D7C background

This text has black color on #665D7C background.


White color preview on #665D7C background

This text has white color on #665D7C background.