COLOR #665A6E

HEX: #665A6E RGB: (102,90,110)

Color info

#665A6E contains red, green and blue colors in about the same proportion. Web safe color of #665A6E is #666666 (or #666).

RGB color model

#665A6E color RGB value is (102,90,110).

RGB: (102,90,110) (40%, 35%, 43%)

RGB channels and saturation

R 102 of 255 = 40%
G 90 of 255 = 35%
B 110 of 255 = 43%

102
90
110

R + G + B ~ 39%. #665A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 102 + 90 + 110 = 302 (100%)
R 102 of 302 ~ 33.77%
G 90 of 302 ~ 29.8%
B 110 of 302 ~ 36.42'%

%33.77
%29.8
%36.42

CMYK color model

#665A6E color CMYK value is (7,18,0,57).

  • cyan value is 7.27%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (7,18,0,57) C7M18Y0K57 (7%,18%,0%,57%) (0.07/0.18/0.00/0.57) 

CMYK percentages

%7.27
%18.18
%0
%56.86

Codes

Color #665A6E in popluar color models

66 5A 6E
RGB 102 90 110
HSL 276° 10.00% 39.22%
HSB/HSV 276° 18.18% 43.14%
CMYK 7.27% 18.18% 0.00%
56.86%

Color #665A6E in popluar number systems.

HEX 66 5A 6E
Decimal 102 90 110
Binary 1100110 1011010 1101110
Octal 146 132 156

Shades and tints

Shades of #665A6E

#665A6E
(102,90,110)
#5D5264
(93,82,100)
#544A5A
(84,74,90)
#4B4250
(75,66,80)
#423A46
(66,58,70)
#39323C
(57,50,60)
#302A32
(48,42,50)
#272228
(39,34,40)
#1E1A1E
(30,26,30)
#151214
(21,18,20)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #665A6E

#665A6E
(102,90,110)
#73697B
(115,105,123)
#807888
(128,120,136)
#8D8795
(141,135,149)
#9A96A2
(154,150,162)
#A7A5AF
(167,165,175)
#B4B4BC
(180,180,188)
#C1C3C9
(193,195,201)
#CED2D6
(206,210,214)
#DBE1E3
(219,225,227)
#E8F0F0
(232,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #665A6E color. Also use rgb(102,90,110) instead hex code.

Text Font Color

.myTextColor { color: #665A6E; }

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

This text font color is #665A6E.

Background Color

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

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

This div background color is #665A6E.

Border color

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

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

This div border color is #665A6E.

Opacity

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

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

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

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

This text has shadow with #665A6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #665A6E.

Preview

Color preview on black background

This text has color #665A6E on black background.


Color preview on white background

This text has color #665A6E on white background.


Black color preview on #665A6E background

This text has black color on #665A6E background.


White color preview on #665A6E background

This text has white color on #665A6E background.


Related colors

Complementary color

Complementary color for #hex is #99A591.


I love getcolorcode.com

Triadic colors

1 #6E665A and #5A6E66 with #665A6E are triadic colors.

2 #6E5A66 and #5A666E with #665A6E are triadic colors.