COLOR #696B9A

HEX: #696B9A RGB: (105,107,154)

Color info

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

RGB color model

#696B9A color RGB value is (105,107,154).

RGB: (105,107,154) (41%, 42%, 60%)

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 154 of 255 = 60%

105
107
154

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

Portions of RGB colors in percentages

R + G + B = 105 + 107 + 154 = 366 (100%)
R 105 of 366 ~ 28.69%
G 107 of 366 ~ 29.23%
B 154 of 366 ~ 42.08'%

%28.69
%29.23
%42.08

CMYK color model

#696B9A color CMYK value is (32,31,0,40).

  • cyan value is 31.82%
  • magenta value is 30.52%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (32,31,0,40)
C32M31Y0K40 (32%, 31%, 0%, 40%)
(0.32 / 0.31 / 0.00 / 0.40)

CMYK percentages

%31.82
%30.52
%0
%39.61

Codes

Color #696B9A in popluar color models

69 6B 9A
RGB 105 107 154
HSL 238° 19.52% 50.78%
HSB/HSV 238° 31.82% 60.39%
CMYK 31.82% 30.52% 0.00%
39.61%

Color #696B9A in popluar number systems.

HEX 69 6B 9A
Decimal 105 107 154
Binary 1101001 1101011 10011010
Octal 151 153 232

Shades and tints

Shades of #696B9A

#696B9A
(105,107,154)
#60628C
(96,98,140)
#57597E
(87,89,126)
#4E5070
(78,80,112)
#454762
(69,71,98)
#3C3E54
(60,62,84)
#333546
(51,53,70)
#2A2C38
(42,44,56)
#21232A
(33,35,42)
#181A1C
(24,26,28)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #696B9A

#696B9A
(105,107,154)
#7678A3
(118,120,163)
#8385AC
(131,133,172)
#9092B5
(144,146,181)
#9D9FBE
(157,159,190)
#AAACC7
(170,172,199)
#B7B9D0
(183,185,208)
#C4C6D9
(196,198,217)
#D1D3E2
(209,211,226)
#DEE0EB
(222,224,235)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696B9A color. Also use rgb(105,107,154) instead hex code.

Text Font Color

.myTextColor { color: #696B9A; }

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

This text font color is #696B9A.

Background Color

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

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

This div background color is #696B9A.

Border color

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

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

This div border color is #696B9A.

Opacity

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

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

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

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

This text has shadow with #696B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696B9A.

Preview

Color preview on black background

This text has color #696B9A on black background.


Color preview on white background

This text has color #696B9A on white background.


Black color preview on #696B9A background

This text has black color on #696B9A background.


White color preview on #696B9A background

This text has white color on #696B9A background.


Related colors

Complementary color

Complementary color for #hex is #969465.


I love getcolorcode.com

Triadic colors

1 #9A696B and #6B9A69 with #696B9A are triadic colors.

2 #9A6B69 and #6B699A with #696B9A are triadic colors.