COLOR #696C99

HEX: #696C99
RGB: (105,108,153)

Color info

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

RGB color model

#696C99 color RGB value is (105,108,153).

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

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 153 of 255 = 60%

105
108
153

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

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 153 = 366 (100%)
R 105 of 366 ~ 28.69%
G 108 of 366 ~ 29.51%
B 153 of 366 ~ 41.8%

%28.69
%29.51
%41.8

CMYK color model

#696C99 color CMYK value is (31,29,0,40).

  • cyan value is 31.37%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(31,29,0,40)
C31M29Y0K40 
(31%,29%,0%,40%)
(0.31/0.29/0.00/0.40)	

CMYK percentages

%31.37
%29.41
%0
%40

Codes

Color #696C99 in popluar color models

696C99
RGB105108153
HSL236°19.05%50.59%
HSB/HSV236°31.37%60.00%
CMYK31.37%29.41%0.00%
40.00%

Color #696C99 in popluar number systems.

HEX696C99
Decimal105108153
Binary1101001110110010011001
Octal151154231

Shades and tints

Shades of #696C99

#696C99
(105,108,153)
#60638C
(96,99,140)
#575A7F
(87,90,127)
#4E5172
(78,81,114)
#454865
(69,72,101)
#3C3F58
(60,63,88)
#33364B
(51,54,75)
#2A2D3E
(42,45,62)
#212431
(33,36,49)
#181B24
(24,27,36)
#0F1217
(15,18,23)
#000000
(0,0,0)

Tints of #696C99

#696C99
(105,108,153)
#7679A2
(118,121,162)
#8386AB
(131,134,171)
#9093B4
(144,147,180)
#9DA0BD
(157,160,189)
#AAADC6
(170,173,198)
#B7BACF
(183,186,207)
#C4C7D8
(196,199,216)
#D1D4E1
(209,212,225)
#DEE1EA
(222,225,234)
#EBEEF3
(235,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696C99; }

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

This text font color is #696C99.


Background Color

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

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

This div background color is #696C99.


Border color

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

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

This div border color is #696C99.


Opacity

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

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

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

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

This text has shadow with #696C99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696C99 on black background.


Color preview on white background

This text has color #696C99 on white background.



Black color preview on #696C99 background

This text has black color on #696C99 background.


White color preview on #696C99 background

This text has white color on #696C99 background.