COLOR #696C8E

HEX: #696C8E
RGB: (105,108,142)

Color info

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

RGB color model

#696C8E color RGB value is (105,108,142).

  • red value is 105;
  • green value is 108;
  • blue value is 142.
RGB:
(105,108,142)
(41%,42%,56%)

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 142 of 255 = 56%

105
108
142

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

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 142 = 355 (100%)
R 105 of 355 ~ 29.58%
G 108 of 355 ~ 30.42%
B 142 of 355 ~ 40%

%29.58
%30.42
%40

CMYK color model

#696C8E color CMYK value is (26,24,0,44).

  • cyan value is 26.06%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(26,24,0,44)
C26M24Y0K44 
(26%,24%,0%,44%)
(0.26/0.24/0.00/0.44)	

CMYK percentages

%26.06
%23.94
%0
%44.31

Codes

Color #696C8E in popluar color models

696C8E
RGB105108142
HSL235°14.98%48.43%
HSB/HSV235°26.06%55.69%
CMYK26.06%23.94%0.00%
44.31%

Color #696C8E in popluar number systems.

HEX696C8E
Decimal105108142
Binary1101001110110010001110
Octal151154216

Shades and tints

Shades of #696C8E

#696C8E
(105,108,142)
#606382
(96,99,130)
#575A76
(87,90,118)
#4E516A
(78,81,106)
#45485E
(69,72,94)
#3C3F52
(60,63,82)
#333646
(51,54,70)
#2A2D3A
(42,45,58)
#21242E
(33,36,46)
#181B22
(24,27,34)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #696C8E

#696C8E
(105,108,142)
#767998
(118,121,152)
#8386A2
(131,134,162)
#9093AC
(144,147,172)
#9DA0B6
(157,160,182)
#AAADC0
(170,173,192)
#B7BACA
(183,186,202)
#C4C7D4
(196,199,212)
#D1D4DE
(209,212,222)
#DEE1E8
(222,225,232)
#EBEEF2
(235,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696C8E color. Also use rgb(105,108,142) instead hex code.

Text Font Color

.myTextColor { color: #696C8E; }

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

This text font color is #696C8E.


Background Color

.myBgColor { background-color: #696C8E; }

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

This div background color is #696C8E.


Border color

.myBorderColor { border: 1px solid #696C8E; }

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

This div border color is #696C8E.


Opacity

.myOpacity80 { color: #696C8E; opacity: 0.8; }

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

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

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

This text has shadow with #696C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696C8E on black background.


Color preview on white background

This text has color #696C8E on white background.



Black color preview on #696C8E background

This text has black color on #696C8E background.


White color preview on #696C8E background

This text has white color on #696C8E background.