COLOR #666C9B

HEX: #666C9B RGB: (102,108,155)

Color info

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

RGB color model

#666C9B color RGB value is (102,108,155).

RGB: (102,108,155) (40%, 42%, 61%)

RGB channels and saturation

R 102 of 255 = 40%
G 108 of 255 = 42%
B 155 of 255 = 61%

102
108
155

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

Portions of RGB colors in percentages

R + G + B = 102 + 108 + 155 = 365 (100%)
R 102 of 365 ~ 27.95%
G 108 of 365 ~ 29.59%
B 155 of 365 ~ 42.47'%

%27.95
%29.59
%42.47

CMYK color model

#666C9B color CMYK value is (34,30,0,39).

  • cyan value is 34.19%
  • magenta value is 30.32%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (34,30,0,39)
C34M30Y0K39 (34%, 30%, 0%, 39%)
(0.34 / 0.30 / 0.00 / 0.39)

CMYK percentages

%34.19
%30.32
%0
%39.22

Codes

Color #666C9B in popluar color models

66 6C 9B
RGB 102 108 155
HSL 233° 20.95% 50.39%
HSB/HSV 233° 34.19% 60.78%
CMYK 34.19% 30.32% 0.00%
39.22%

Color #666C9B in popluar number systems.

HEX 66 6C 9B
Decimal 102 108 155
Binary 1100110 1101100 10011011
Octal 146 154 233

Shades and tints

Shades of #666C9B

#666C9B
(102,108,155)
#5D638D
(93,99,141)
#545A7F
(84,90,127)
#4B5171
(75,81,113)
#424863
(66,72,99)
#393F55
(57,63,85)
#303647
(48,54,71)
#272D39
(39,45,57)
#1E242B
(30,36,43)
#151B1D
(21,27,29)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #666C9B

#666C9B
(102,108,155)
#7379A4
(115,121,164)
#8086AD
(128,134,173)
#8D93B6
(141,147,182)
#9AA0BF
(154,160,191)
#A7ADC8
(167,173,200)
#B4BAD1
(180,186,209)
#C1C7DA
(193,199,218)
#CED4E3
(206,212,227)
#DBE1EC
(219,225,236)
#E8EEF5
(232,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666C9B color. Also use rgb(102,108,155) instead hex code.

Text Font Color

.myTextColor { color: #666C9B; }

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

This text font color is #666C9B.

Background Color

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

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

This div background color is #666C9B.

Border color

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

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

This div border color is #666C9B.

Opacity

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

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

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

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

This text has shadow with #666C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666C9B.

Preview

Color preview on black background

This text has color #666C9B on black background.


Color preview on white background

This text has color #666C9B on white background.


Black color preview on #666C9B background

This text has black color on #666C9B background.


White color preview on #666C9B background

This text has white color on #666C9B background.


Related colors

Complementary color

Complementary color for #hex is #999364.


I love getcolorcode.com

Triadic colors

1 #9B666C and #6C9B66 with #666C9B are triadic colors.

2 #9B6C66 and #6C669B with #666C9B are triadic colors.