COLOR #696995

HEX: #696995
RGB: (105,105,149)

Color info

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

RGB color model

#696995 color RGB value is (105,105,149).

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

RGB channels and saturation

R 105 of 255 = 41%
G 105 of 255 = 41%
B 149 of 255 = 58%

105
105
149

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

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 149 = 359 (100%)
R 105 of 359 ~ 29.25%
G 105 of 359 ~ 29.25%
B 149 of 359 ~ 41.5%

%29.25
%29.25
%41.5

CMYK color model

#696995 color CMYK value is (30,30,0,42).

  • cyan value is 29.53%
  • magenta value is 29.53%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(30,30,0,42)
C30M30Y0K42 
(30%,30%,0%,42%)
(0.30/0.30/0.00/0.42)	

CMYK percentages

%29.53
%29.53
%0
%41.57

Codes

Color #696995 in popluar color models

696995
RGB105105149
HSL240°17.32%49.80%
HSB/HSV240°29.53%58.43%
CMYK29.53%29.53%0.00%
41.57%

Color #696995 in popluar number systems.

HEX696995
Decimal105105149
Binary1101001110100110010101
Octal151151225

Shades and tints

Shades of #696995

#696995
(105,105,149)
#606088
(96,96,136)
#57577B
(87,87,123)
#4E4E6E
(78,78,110)
#454561
(69,69,97)
#3C3C54
(60,60,84)
#333347
(51,51,71)
#2A2A3A
(42,42,58)
#21212D
(33,33,45)
#181820
(24,24,32)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #696995

#696995
(105,105,149)
#76769E
(118,118,158)
#8383A7
(131,131,167)
#9090B0
(144,144,176)
#9D9DB9
(157,157,185)
#AAAAC2
(170,170,194)
#B7B7CB
(183,183,203)
#C4C4D4
(196,196,212)
#D1D1DD
(209,209,221)
#DEDEE6
(222,222,230)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696995 color. Also use rgb(105,105,149) instead hex code.

Text Font Color

.myTextColor { color: #696995; }

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

This text font color is #696995.


Background Color

.myBgColor { background-color: #696995; }

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

This div background color is #696995.


Border color

.myBorderColor { border: 1px solid #696995; }

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

This div border color is #696995.


Opacity

.myOpacity80 { color: #696995; opacity: 0.8; }

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

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

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

This text has shadow with #696995 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696995 on black background.


Color preview on white background

This text has color #696995 on white background.



Black color preview on #696995 background

This text has black color on #696995 background.


White color preview on #696995 background

This text has white color on #696995 background.