COLOR #665F92

HEX: #665F92 RGB: (102,95,146)

Color info

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

RGB color model

#665F92 color RGB value is (102,95,146).

RGB: (102,95,146) (40%, 37%, 57%)

RGB channels and saturation

R 102 of 255 = 40%
G 95 of 255 = 37%
B 146 of 255 = 57%

102
95
146

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

Portions of RGB colors in percentages

R + G + B = 102 + 95 + 146 = 343 (100%)
R 102 of 343 ~ 29.74%
G 95 of 343 ~ 27.7%
B 146 of 343 ~ 42.57'%

%29.74
%27.7
%42.57

CMYK color model

#665F92 color CMYK value is (30,35,0,43).

  • cyan value is 30.14%
  • magenta value is 34.93%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (30,35,0,43)
C30M35Y0K43 (30%, 35%, 0%, 43%)
(0.30 / 0.35 / 0.00 / 0.43)

CMYK percentages

%30.14
%34.93
%0
%42.75

Codes

Color #665F92 in popluar color models

66 5F 92
RGB 102 95 146
HSL 248° 21.16% 47.25%
HSB/HSV 248° 34.93% 57.25%
CMYK 30.14% 34.93% 0.00%
42.75%

Color #665F92 in popluar number systems.

HEX 66 5F 92
Decimal 102 95 146
Binary 1100110 1011111 10010010
Octal 146 137 222

Shades and tints

Shades of #665F92

#665F92
(102,95,146)
#5D5785
(93,87,133)
#544F78
(84,79,120)
#4B476B
(75,71,107)
#423F5E
(66,63,94)
#393751
(57,55,81)
#302F44
(48,47,68)
#272737
(39,39,55)
#1E1F2A
(30,31,42)
#15171D
(21,23,29)
#0C0F10
(12,15,16)
#000000
(0,0,0)

Tints of #665F92

#665F92
(102,95,146)
#736D9B
(115,109,155)
#807BA4
(128,123,164)
#8D89AD
(141,137,173)
#9A97B6
(154,151,182)
#A7A5BF
(167,165,191)
#B4B3C8
(180,179,200)
#C1C1D1
(193,193,209)
#CECFDA
(206,207,218)
#DBDDE3
(219,221,227)
#E8EBEC
(232,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665F92 color. Also use rgb(102,95,146) instead hex code.

Text Font Color

.myTextColor { color: #665F92; }

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

This text font color is #665F92.

Background Color

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

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

This div background color is #665F92.

Border color

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

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

This div border color is #665F92.

Opacity

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

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

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

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

This text has shadow with #665F92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665F92.

Preview

Color preview on black background

This text has color #665F92 on black background.


Color preview on white background

This text has color #665F92 on white background.


Black color preview on #665F92 background

This text has black color on #665F92 background.


White color preview on #665F92 background

This text has white color on #665F92 background.


Related colors

Complementary color

Complementary color for #hex is #99A06D.


I love getcolorcode.com

Triadic colors

1 #92665F and #5F9266 with #665F92 are triadic colors.

2 #925F66 and #5F6692 with #665F92 are triadic colors.