COLOR #665E83

HEX: #665E83
RGB: (102,94,131)

Color info

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

RGB color model

#665E83 color RGB value is (102,94,131).

  • red value is 102;
  • green value is 94;
  • blue value is 131.
RGB:
(102,94,131)
(40%,37%,51%)

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 131 of 255 = 51%

102
94
131

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

Portions of RGB colors in percentages

R + G + B =
102 + 94 + 131 = 327 (100%)
R 102 of 327 ~ 31.19%
G 94 of 327 ~ 28.75%
B 131 of 327 ~ 40.06%

%31.19
%28.75
%40.06

CMYK color model

#665E83 color CMYK value is (22,28,0,49).

  • cyan value is 22.14%
  • magenta value is 28.24%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(22,28,0,49)
C22M28Y0K49 
(22%,28%,0%,49%)
(0.22/0.28/0.00/0.49)	

CMYK percentages

%22.14
%28.24
%0
%48.63

Codes

Color #665E83 in popluar color models

665E83
RGB10294131
HSL253°16.44%44.12%
HSB/HSV253°28.24%51.37%
CMYK22.14%28.24%0.00%
48.63%

Color #665E83 in popluar number systems.

HEX665E83
Decimal10294131
Binary1100110101111010000011
Octal146136203

Shades and tints

Shades of #665E83

#665E83
(102,94,131)
#5D5678
(93,86,120)
#544E6D
(84,78,109)
#4B4662
(75,70,98)
#423E57
(66,62,87)
#39364C
(57,54,76)
#302E41
(48,46,65)
#272636
(39,38,54)
#1E1E2B
(30,30,43)
#151620
(21,22,32)
#0C0E15
(12,14,21)
#000000
(0,0,0)

Tints of #665E83

#665E83
(102,94,131)
#736C8E
(115,108,142)
#807A99
(128,122,153)
#8D88A4
(141,136,164)
#9A96AF
(154,150,175)
#A7A4BA
(167,164,186)
#B4B2C5
(180,178,197)
#C1C0D0
(193,192,208)
#CECEDB
(206,206,219)
#DBDCE6
(219,220,230)
#E8EAF1
(232,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665E83 color. Also use rgb(102,94,131) instead hex code.

Text Font Color

.myTextColor { color: #665E83; }

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

This text font color is #665E83.


Background Color

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

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

This div background color is #665E83.


Border color

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

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

This div border color is #665E83.


Opacity

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

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

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

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

This text has shadow with #665E83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #665E83 on black background.


Color preview on white background

This text has color #665E83 on white background.



Black color preview on #665E83 background

This text has black color on #665E83 background.


White color preview on #665E83 background

This text has white color on #665E83 background.