COLOR #666FA1

HEX: #666FA1
RGB: (102,111,161)

Color info

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

RGB color model

#666FA1 color RGB value is (102,111,161).

  • red value is 102;
  • green value is 111;
  • blue value is 161.
RGB:
(102,111,161)
(40%,44%,63%)

RGB channels and saturation

R 102 of 255 = 40%
G 111 of 255 = 44%
B 161 of 255 = 63%

102
111
161

R + G + B ~ 49%. #666FA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 111 + 161 = 374 (100%)
R 102 of 374 ~ 27.27%
G 111 of 374 ~ 29.68%
B 161 of 374 ~ 43.05%

%27.27
%29.68
%43.05

CMYK color model

#666FA1 color CMYK value is (37,31,0,37).

  • cyan value is 36.65%
  • magenta value is 31.06%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(37,31,0,37)
C37M31Y0K37 
(37%,31%,0%,37%)
(0.37/0.31/0.00/0.37)	

CMYK percentages

%36.65
%31.06
%0
%36.86

Codes

Color #666FA1 in popluar color models

666FA1
RGB102111161
HSL231°23.89%51.57%
HSB/HSV231°36.65%63.14%
CMYK36.65%31.06%0.00%
36.86%

Color #666FA1 in popluar number systems.

HEX666FA1
Decimal102111161
Binary1100110110111110100001
Octal146157241

Shades and tints

Shades of #666FA1

#666FA1
(102,111,161)
#5D6593
(93,101,147)
#545B85
(84,91,133)
#4B5177
(75,81,119)
#424769
(66,71,105)
#393D5B
(57,61,91)
#30334D
(48,51,77)
#27293F
(39,41,63)
#1E1F31
(30,31,49)
#151523
(21,21,35)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #666FA1

#666FA1
(102,111,161)
#737CA9
(115,124,169)
#8089B1
(128,137,177)
#8D96B9
(141,150,185)
#9AA3C1
(154,163,193)
#A7B0C9
(167,176,201)
#B4BDD1
(180,189,209)
#C1CAD9
(193,202,217)
#CED7E1
(206,215,225)
#DBE4E9
(219,228,233)
#E8F1F1
(232,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666FA1 color. Also use rgb(102,111,161) instead hex code.

Text Font Color

.myTextColor { color: #666FA1; }

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

This text font color is #666FA1.


Background Color

.myBgColor { background-color: #666FA1; }

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

This div background color is #666FA1.


Border color

.myBorderColor { border: 1px solid #666FA1; }

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

This div border color is #666FA1.


Opacity

.myOpacity80 { color: #666FA1; opacity: 0.8; }

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

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

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

This text has shadow with #666FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #666FA1 on black background.


Color preview on white background

This text has color #666FA1 on white background.



Black color preview on #666FA1 background

This text has black color on #666FA1 background.


White color preview on #666FA1 background

This text has white color on #666FA1 background.