COLOR #696C93

HEX: #696C93
RGB: (105,108,147)

Color info

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

RGB color model

#696C93 color RGB value is (105,108,147).

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

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 147 of 255 = 58%

105
108
147

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

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 147 = 360 (100%)
R 105 of 360 ~ 29.17%
G 108 of 360 ~ 30%
B 147 of 360 ~ 40.83%

%29.17
%30
%40.83

CMYK color model

#696C93 color CMYK value is (29,27,0,42).

  • cyan value is 28.57%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(29,27,0,42)
C29M27Y0K42 
(29%,27%,0%,42%)
(0.29/0.27/0.00/0.42)	

CMYK percentages

%28.57
%26.53
%0
%42.35

Codes

Color #696C93 in popluar color models

696C93
RGB105108147
HSL236°16.67%49.41%
HSB/HSV236°28.57%57.65%
CMYK28.57%26.53%0.00%
42.35%

Color #696C93 in popluar number systems.

HEX696C93
Decimal105108147
Binary1101001110110010010011
Octal151154223

Shades and tints

Shades of #696C93

#696C93
(105,108,147)
#606386
(96,99,134)
#575A79
(87,90,121)
#4E516C
(78,81,108)
#45485F
(69,72,95)
#3C3F52
(60,63,82)
#333645
(51,54,69)
#2A2D38
(42,45,56)
#21242B
(33,36,43)
#181B1E
(24,27,30)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #696C93

#696C93
(105,108,147)
#76799C
(118,121,156)
#8386A5
(131,134,165)
#9093AE
(144,147,174)
#9DA0B7
(157,160,183)
#AAADC0
(170,173,192)
#B7BAC9
(183,186,201)
#C4C7D2
(196,199,210)
#D1D4DB
(209,212,219)
#DEE1E4
(222,225,228)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696C93; }

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

This text font color is #696C93.


Background Color

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

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

This div background color is #696C93.


Border color

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

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

This div border color is #696C93.


Opacity

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

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

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

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

This text has shadow with #696C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696C93 on black background.


Color preview on white background

This text has color #696C93 on white background.



Black color preview on #696C93 background

This text has black color on #696C93 background.


White color preview on #696C93 background

This text has white color on #696C93 background.