COLOR #666069

HEX: #666069
RGB: (102,96,105)

Color info

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

RGB color model

#666069 color RGB value is (102,96,105).

  • red value is 102;
  • green value is 96;
  • blue value is 105.
RGB:
(102,96,105)
(40%,38%,41%)

RGB channels and saturation

R 102 of 255 = 40%
G 96 of 255 = 38%
B 105 of 255 = 41%

102
96
105

R + G + B ~ 40%. #666069 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
102 + 96 + 105 = 303 (100%)
R 102 of 303 ~ 33.66%
G 96 of 303 ~ 31.68%
B 105 of 303 ~ 34.65%

%33.66
%31.68
%34.65

CMYK color model

#666069 color CMYK value is (3,9,0,59).

  • cyan value is 2.86%
  • magenta value is 8.57%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(3,9,0,59)
C3M9Y0K59 
(3%,9%,0%,59%)
(0.03/0.09/0.00/0.59)	

CMYK percentages

%2.86
%8.57
%0
%58.82

Codes

Color #666069 in popluar color models

666069
RGB10296105
HSL280°4.48%39.41%
HSB/HSV280°8.57%41.18%
CMYK2.86%8.57%0.00%
58.82%

Color #666069 in popluar number systems.

HEX666069
Decimal10296105
Binary110011011000001101001
Octal146140151

Shades and tints

Shades of #666069

#666069
(102,96,105)
#5D5860
(93,88,96)
#545057
(84,80,87)
#4B484E
(75,72,78)
#424045
(66,64,69)
#39383C
(57,56,60)
#303033
(48,48,51)
#27282A
(39,40,42)
#1E2021
(30,32,33)
#151818
(21,24,24)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #666069

#666069
(102,96,105)
#736E76
(115,110,118)
#807C83
(128,124,131)
#8D8A90
(141,138,144)
#9A989D
(154,152,157)
#A7A6AA
(167,166,170)
#B4B4B7
(180,180,183)
#C1C2C4
(193,194,196)
#CED0D1
(206,208,209)
#DBDEDE
(219,222,222)
#E8ECEB
(232,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #666069 color. Also use rgb(102,96,105) instead hex code.

Text Font Color

.myTextColor { color: #666069; }

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

This text font color is #666069.


Background Color

.myBgColor { background-color: #666069; }

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

This div background color is #666069.


Border color

.myBorderColor { border: 1px solid #666069; }

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

This div border color is #666069.


Opacity

.myOpacity80 { color: #666069; opacity: 0.8; }

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

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

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

This text has shadow with #666069 color.

.textShadow {text-shadow: 3px 3px 1px #666069, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #666069;
-webkit-box-shadow: 1px 1px 3px 2px #666069;
box-shadow:1px 1px 3px 2px #666069;">
Div content here</div>
This div box has shadow with color #666069.

Preview

Color preview on black background

This text has color #666069 on black background.


Color preview on white background

This text has color #666069 on white background.



Black color preview on #666069 background

This text has black color on #666069 background.


White color preview on #666069 background

This text has white color on #666069 background.