COLOR #696FA7

HEX: #696FA7 RGB: (105,111,167)

Color info

#696FA7 contains mainly green and blue colors. Web safe color of #696FA7 is #666699 (or #669).

RGB color model

#696FA7 color RGB value is (105,111,167).

RGB: (105,111,167) (41%, 44%, 65%)

RGB channels and saturation

R 105 of 255 = 41%
G 111 of 255 = 44%
B 167 of 255 = 65%

105
111
167

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

Portions of RGB colors in percentages

R + G + B = 105 + 111 + 167 = 383 (100%)
R 105 of 383 ~ 27.42%
G 111 of 383 ~ 28.98%
B 167 of 383 ~ 43.6'%

%27.42
%28.98
%43.6

CMYK color model

#696FA7 color CMYK value is (37,34,0,35).

  • cyan value is 37.13%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (37,34,0,35)
C37M34Y0K35 (37%, 34%, 0%, 35%)
(0.37 / 0.34 / 0.00 / 0.35)

CMYK percentages

%37.13
%33.53
%0
%34.51

Codes

Color #696FA7 in popluar color models

69 6F A7
RGB 105 111 167
HSL 234° 26.05% 53.33%
HSB/HSV 234° 37.13% 65.49%
CMYK 37.13% 33.53% 0.00%
34.51%

Color #696FA7 in popluar number systems.

HEX 69 6F A7
Decimal 105 111 167
Binary 1101001 1101111 10100111
Octal 151 157 247

Shades and tints

Shades of #696FA7

#696FA7
(105,111,167)
#606598
(96,101,152)
#575B89
(87,91,137)
#4E517A
(78,81,122)
#45476B
(69,71,107)
#3C3D5C
(60,61,92)
#33334D
(51,51,77)
#2A293E
(42,41,62)
#211F2F
(33,31,47)
#181520
(24,21,32)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #696FA7

#696FA7
(105,111,167)
#767CAF
(118,124,175)
#8389B7
(131,137,183)
#9096BF
(144,150,191)
#9DA3C7
(157,163,199)
#AAB0CF
(170,176,207)
#B7BDD7
(183,189,215)
#C4CADF
(196,202,223)
#D1D7E7
(209,215,231)
#DEE4EF
(222,228,239)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696FA7 color. Also use rgb(105,111,167) instead hex code.

Text Font Color

.myTextColor { color: #696FA7; }

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

This text font color is #696FA7.

Background Color

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

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

This div background color is #696FA7.

Border color

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

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

This div border color is #696FA7.

Opacity

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

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

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

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

This text has shadow with #696FA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696FA7.

Preview

Color preview on black background

This text has color #696FA7 on black background.


Color preview on white background

This text has color #696FA7 on white background.


Black color preview on #696FA7 background

This text has black color on #696FA7 background.


White color preview on #696FA7 background

This text has white color on #696FA7 background.


Related colors

Complementary color

Complementary color for #hex is #969058.


I love getcolorcode.com

Triadic colors

1 #A7696F and #6FA769 with #696FA7 are triadic colors.

2 #A76F69 and #6F69A7 with #696FA7 are triadic colors.