COLOR #665C93

HEX: #665C93
RGB: (102,92,147)

Color info

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

RGB color model

#665C93 color RGB value is (102,92,147).

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

RGB channels and saturation

R 102 of 255 = 40%
G 92 of 255 = 36%
B 147 of 255 = 58%

102
92
147

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

Portions of RGB colors in percentages

R + G + B =
102 + 92 + 147 = 341 (100%)
R 102 of 341 ~ 29.91%
G 92 of 341 ~ 26.98%
B 147 of 341 ~ 43.11%

%29.91
%26.98
%43.11

CMYK color model

#665C93 color CMYK value is (31,37,0,42).

  • cyan value is 30.61%
  • magenta value is 37.41%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(31,37,0,42)
C31M37Y0K42 
(31%,37%,0%,42%)
(0.31/0.37/0.00/0.42)	

CMYK percentages

%30.61
%37.41
%0
%42.35

Codes

Color #665C93 in popluar color models

665C93
RGB10292147
HSL251°23.01%46.86%
HSB/HSV251°37.41%57.65%
CMYK30.61%37.41%0.00%
42.35%

Color #665C93 in popluar number systems.

HEX665C93
Decimal10292147
Binary1100110101110010010011
Octal146134223

Shades and tints

Shades of #665C93

#665C93
(102,92,147)
#5D5486
(93,84,134)
#544C79
(84,76,121)
#4B446C
(75,68,108)
#423C5F
(66,60,95)
#393452
(57,52,82)
#302C45
(48,44,69)
#272438
(39,36,56)
#1E1C2B
(30,28,43)
#15141E
(21,20,30)
#0C0C11
(12,12,17)
#000000
(0,0,0)

Tints of #665C93

#665C93
(102,92,147)
#736A9C
(115,106,156)
#8078A5
(128,120,165)
#8D86AE
(141,134,174)
#9A94B7
(154,148,183)
#A7A2C0
(167,162,192)
#B4B0C9
(180,176,201)
#C1BED2
(193,190,210)
#CECCDB
(206,204,219)
#DBDAE4
(219,218,228)
#E8E8ED
(232,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665C93; }

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

This text font color is #665C93.


Background Color

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

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

This div background color is #665C93.


Border color

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

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

This div border color is #665C93.


Opacity

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

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

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

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

This text has shadow with #665C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665C93 on black background.


Color preview on white background

This text has color #665C93 on white background.



Black color preview on #665C93 background

This text has black color on #665C93 background.


White color preview on #665C93 background

This text has white color on #665C93 background.