COLOR #666783

HEX: #666783
RGB: (102,103,131)

Color info

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

RGB color model

#666783 color RGB value is (102,103,131).

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

RGB channels and saturation

R 102 of 255 = 40%
G 103 of 255 = 40%
B 131 of 255 = 51%

102
103
131

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

Portions of RGB colors in percentages

R + G + B =
102 + 103 + 131 = 336 (100%)
R 102 of 336 ~ 30.36%
G 103 of 336 ~ 30.65%
B 131 of 336 ~ 38.99%

%30.36
%30.65
%38.99

CMYK color model

#666783 color CMYK value is (22,21,0,49).

  • cyan value is 22.14%
  • magenta value is 21.37%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(22,21,0,49)
C22M21Y0K49 
(22%,21%,0%,49%)
(0.22/0.21/0.00/0.49)	

CMYK percentages

%22.14
%21.37
%0
%48.63

Codes

Color #666783 in popluar color models

666783
RGB102103131
HSL238°12.45%45.69%
HSB/HSV238°22.14%51.37%
CMYK22.14%21.37%0.00%
48.63%

Color #666783 in popluar number systems.

HEX666783
Decimal102103131
Binary1100110110011110000011
Octal146147203

Shades and tints

Shades of #666783

#666783
(102,103,131)
#5D5E78
(93,94,120)
#54556D
(84,85,109)
#4B4C62
(75,76,98)
#424357
(66,67,87)
#393A4C
(57,58,76)
#303141
(48,49,65)
#272836
(39,40,54)
#1E1F2B
(30,31,43)
#151620
(21,22,32)
#0C0D15
(12,13,21)
#000000
(0,0,0)

Tints of #666783

#666783
(102,103,131)
#73748E
(115,116,142)
#808199
(128,129,153)
#8D8EA4
(141,142,164)
#9A9BAF
(154,155,175)
#A7A8BA
(167,168,186)
#B4B5C5
(180,181,197)
#C1C2D0
(193,194,208)
#CECFDB
(206,207,219)
#DBDCE6
(219,220,230)
#E8E9F1
(232,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #666783; }

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

This text font color is #666783.


Background Color

.myBgColor { background-color: #666783; }

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

This div background color is #666783.


Border color

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

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

This div border color is #666783.


Opacity

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

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

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

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

This text has shadow with #666783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666783 on black background.


Color preview on white background

This text has color #666783 on white background.



Black color preview on #666783 background

This text has black color on #666783 background.


White color preview on #666783 background

This text has white color on #666783 background.