COLOR #696673

HEX: #696673
RGB: (105,102,115)

Color info

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

RGB color model

#696673 color RGB value is (105,102,115).

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

RGB channels and saturation

R 105 of 255 = 41%
G 102 of 255 = 40%
B 115 of 255 = 45%

105
102
115

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

Portions of RGB colors in percentages

R + G + B =
105 + 102 + 115 = 322 (100%)
R 105 of 322 ~ 32.61%
G 102 of 322 ~ 31.68%
B 115 of 322 ~ 35.71%

%32.61
%31.68
%35.71

CMYK color model

#696673 color CMYK value is (9,11,0,55).

  • cyan value is 8.70%
  • magenta value is 11.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK: (9,11,0,55) C9M11Y0K55 (9%,11%,0%,55%) (0.09/0.11/0.00/0.55)

CMYK percentages

%8.7
%11.3
%0
%54.9

Codes

Color #696673 in popluar color models

696673
RGB105102115
HSL254°5.99%42.55%
HSB/HSV254°11.30%45.10%
CMYK8.70%11.30%0.00%
54.90%

Color #696673 in popluar number systems.

HEX696673
Decimal105102115
Binary110100111001101110011
Octal151146163

Shades and tints

Shades of #696673

#696673
(105,102,115)
#605D69
(96,93,105)
#57545F
(87,84,95)
#4E4B55
(78,75,85)
#45424B
(69,66,75)
#3C3941
(60,57,65)
#333037
(51,48,55)
#2A272D
(42,39,45)
#211E23
(33,30,35)
#181519
(24,21,25)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #696673

#696673
(105,102,115)
#76737F
(118,115,127)
#83808B
(131,128,139)
#908D97
(144,141,151)
#9D9AA3
(157,154,163)
#AAA7AF
(170,167,175)
#B7B4BB
(183,180,187)
#C4C1C7
(196,193,199)
#D1CED3
(209,206,211)
#DEDBDF
(222,219,223)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696673; }

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

This text font color is #696673.


Background Color

.myBgColor { background-color: #696673; }

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

This div background color is #696673.


Border color

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

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

This div border color is #696673.


Opacity

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

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

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

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

This text has shadow with #696673 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #696673 on black background.


Color preview on white background

This text has color #696673 on white background.



Black color preview on #696673 background

This text has black color on #696673 background.


White color preview on #696673 background

This text has white color on #696673 background.