COLOR #696C90

HEX: #696C90
RGB: (105,108,144)

Color info

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

RGB color model

#696C90 color RGB value is (105,108,144).

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

RGB channels and saturation

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

105
108
144

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

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 144 = 357 (100%)
R 105 of 357 ~ 29.41%
G 108 of 357 ~ 30.25%
B 144 of 357 ~ 40.34%

%29.41
%30.25
%40.34

CMYK color model

#696C90 color CMYK value is (27,25,0,44).

  • cyan value is 27.08%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(27,25,0,44)
C27M25Y0K44 
(27%,25%,0%,44%)
(0.27/0.25/0.00/0.44)	

CMYK percentages

%27.08
%25
%0
%43.53

Codes

Color #696C90 in popluar color models

696C90
RGB105108144
HSL235°15.66%48.82%
HSB/HSV235°27.08%56.47%
CMYK27.08%25.00%0.00%
43.53%

Color #696C90 in popluar number systems.

HEX696C90
Decimal105108144
Binary1101001110110010010000
Octal151154220

Shades and tints

Shades of #696C90

#696C90
(105,108,144)
#606383
(96,99,131)
#575A76
(87,90,118)
#4E5169
(78,81,105)
#45485C
(69,72,92)
#3C3F4F
(60,63,79)
#333642
(51,54,66)
#2A2D35
(42,45,53)
#212428
(33,36,40)
#181B1B
(24,27,27)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #696C90

#696C90
(105,108,144)
#76799A
(118,121,154)
#8386A4
(131,134,164)
#9093AE
(144,147,174)
#9DA0B8
(157,160,184)
#AAADC2
(170,173,194)
#B7BACC
(183,186,204)
#C4C7D6
(196,199,214)
#D1D4E0
(209,212,224)
#DEE1EA
(222,225,234)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696C90; }

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

This text font color is #696C90.


Background Color

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

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

This div background color is #696C90.


Border color

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

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

This div border color is #696C90.


Opacity

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

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

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

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

This text has shadow with #696C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696C90 on black background.


Color preview on white background

This text has color #696C90 on white background.



Black color preview on #696C90 background

This text has black color on #696C90 background.


White color preview on #696C90 background

This text has white color on #696C90 background.