COLOR #665E9C

HEX: #665E9C RGB: (102,94,156)

Color info

#665E9C contains mainly red and blue colors. Web safe color of #665E9C is #666699 (or #669).

RGB color model

#665E9C color RGB value is (102,94,156).

RGB: (102,94,156) (40%, 37%, 61%)

RGB channels and saturation

R 102 of 255 = 40%
G 94 of 255 = 37%
B 156 of 255 = 61%

102
94
156

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

Portions of RGB colors in percentages

R + G + B = 102 + 94 + 156 = 352 (100%)
R 102 of 352 ~ 28.98%
G 94 of 352 ~ 26.7%
B 156 of 352 ~ 44.32'%

%28.98
%26.7
%44.32

CMYK color model

#665E9C color CMYK value is (35,40,0,39).

  • cyan value is 34.62%
  • magenta value is 39.74%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (35,40,0,39)
C35M40Y0K39 (35%, 40%, 0%, 39%)
(0.35 / 0.40 / 0.00 / 0.39)

CMYK percentages

%34.62
%39.74
%0
%38.82

Codes

Color #665E9C in popluar color models

66 5E 9C
RGB 102 94 156
HSL 248° 24.80% 49.02%
HSB/HSV 248° 39.74% 61.18%
CMYK 34.62% 39.74% 0.00%
38.82%

Color #665E9C in popluar number systems.

HEX 66 5E 9C
Decimal 102 94 156
Binary 1100110 1011110 10011100
Octal 146 136 234

Shades and tints

Shades of #665E9C

#665E9C
(102,94,156)
#5D568E
(93,86,142)
#544E80
(84,78,128)
#4B4672
(75,70,114)
#423E64
(66,62,100)
#393656
(57,54,86)
#302E48
(48,46,72)
#27263A
(39,38,58)
#1E1E2C
(30,30,44)
#15161E
(21,22,30)
#0C0E10
(12,14,16)
#000000
(0,0,0)

Tints of #665E9C

#665E9C
(102,94,156)
#736CA5
(115,108,165)
#807AAE
(128,122,174)
#8D88B7
(141,136,183)
#9A96C0
(154,150,192)
#A7A4C9
(167,164,201)
#B4B2D2
(180,178,210)
#C1C0DB
(193,192,219)
#CECEE4
(206,206,228)
#DBDCED
(219,220,237)
#E8EAF6
(232,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #665E9C; }

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

This text font color is #665E9C.

Background Color

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

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

This div background color is #665E9C.

Border color

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

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

This div border color is #665E9C.

Opacity

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

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

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

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

This text has shadow with #665E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665E9C.

Preview

Color preview on black background

This text has color #665E9C on black background.


Color preview on white background

This text has color #665E9C on white background.


Black color preview on #665E9C background

This text has black color on #665E9C background.


White color preview on #665E9C background

This text has white color on #665E9C background.


Related colors

Complementary color

Complementary color for #hex is #99A163.


I love getcolorcode.com

Triadic colors

1 #9C665E and #5E9C66 with #665E9C are triadic colors.

2 #9C5E66 and #5E669C with #665E9C are triadic colors.