COLOR #666B95

HEX: #666B95 RGB: (102,107,149)

Color info

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

RGB color model

#666B95 color RGB value is (102,107,149).

RGB: (102,107,149) (40%, 42%, 58%)

RGB channels and saturation

R 102 of 255 = 40%
G 107 of 255 = 42%
B 149 of 255 = 58%

102
107
149

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

Portions of RGB colors in percentages

R + G + B = 102 + 107 + 149 = 358 (100%)
R 102 of 358 ~ 28.49%
G 107 of 358 ~ 29.89%
B 149 of 358 ~ 41.62'%

%28.49
%29.89
%41.62

CMYK color model

#666B95 color CMYK value is (32,28,0,42).

  • cyan value is 31.54%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 41.57%

CMYK: (32,28,0,42)
C32M28Y0K42 (32%, 28%, 0%, 42%)
(0.32 / 0.28 / 0.00 / 0.42)

CMYK percentages

%31.54
%28.19
%0
%41.57

Codes

Color #666B95 in popluar color models

66 6B 95
RGB 102 107 149
HSL 234° 18.73% 49.22%
HSB/HSV 234° 31.54% 58.43%
CMYK 31.54% 28.19% 0.00%
41.57%

Color #666B95 in popluar number systems.

HEX 66 6B 95
Decimal 102 107 149
Binary 1100110 1101011 10010101
Octal 146 153 225

Shades and tints

Shades of #666B95

#666B95
(102,107,149)
#5D6288
(93,98,136)
#54597B
(84,89,123)
#4B506E
(75,80,110)
#424761
(66,71,97)
#393E54
(57,62,84)
#303547
(48,53,71)
#272C3A
(39,44,58)
#1E232D
(30,35,45)
#151A20
(21,26,32)
#0C1113
(12,17,19)
#000000
(0,0,0)

Tints of #666B95

#666B95
(102,107,149)
#73789E
(115,120,158)
#8085A7
(128,133,167)
#8D92B0
(141,146,176)
#9A9FB9
(154,159,185)
#A7ACC2
(167,172,194)
#B4B9CB
(180,185,203)
#C1C6D4
(193,198,212)
#CED3DD
(206,211,221)
#DBE0E6
(219,224,230)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666B95 color. Also use rgb(102,107,149) instead hex code.

Text Font Color

.myTextColor { color: #666B95; }

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

This text font color is #666B95.

Background Color

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

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

This div background color is #666B95.

Border color

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

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

This div border color is #666B95.

Opacity

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

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

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

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

This text has shadow with #666B95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #666B95.

Preview

Color preview on black background

This text has color #666B95 on black background.


Color preview on white background

This text has color #666B95 on white background.


Black color preview on #666B95 background

This text has black color on #666B95 background.


White color preview on #666B95 background

This text has white color on #666B95 background.


Related colors

Complementary color

Complementary color for #hex is #99946A.


I love getcolorcode.com

Triadic colors

1 #95666B and #6B9566 with #666B95 are triadic colors.

2 #956B66 and #6B6695 with #666B95 are triadic colors.