COLOR #696895

HEX: #696895
RGB: (105,104,149)

Color info

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

RGB color model

#696895 color RGB value is (105,104,149).

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

RGB channels and saturation

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

105
104
149

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

Portions of RGB colors in percentages

R + G + B =
105 + 104 + 149 = 358 (100%)
R 105 of 358 ~ 29.33%
G 104 of 358 ~ 29.05%
B 149 of 358 ~ 41.62%

%29.33
%29.05
%41.62

CMYK color model

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

  • cyan value is 29.53%
  • magenta value is 30.20%
  • 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
%30.2
%0
%41.57

Codes

Color #696895 in popluar color models

696895
RGB105104149
HSL241°17.79%49.61%
HSB/HSV241°30.20%58.43%
CMYK29.53%30.20%0.00%
41.57%

Color #696895 in popluar number systems.

HEX696895
Decimal105104149
Binary1101001110100010010101
Octal151150225

Shades and tints

Shades of #696895

#696895
(105,104,149)
#605F88
(96,95,136)
#57567B
(87,86,123)
#4E4D6E
(78,77,110)
#454461
(69,68,97)
#3C3B54
(60,59,84)
#333247
(51,50,71)
#2A293A
(42,41,58)
#21202D
(33,32,45)
#181720
(24,23,32)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #696895

#696895
(105,104,149)
#76759E
(118,117,158)
#8382A7
(131,130,167)
#908FB0
(144,143,176)
#9D9CB9
(157,156,185)
#AAA9C2
(170,169,194)
#B7B6CB
(183,182,203)
#C4C3D4
(196,195,212)
#D1D0DD
(209,208,221)
#DEDDE6
(222,221,230)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696895; }

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

This text font color is #696895.


Background Color

.myBgColor { background-color: #696895; }

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

This div background color is #696895.


Border color

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

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

This div border color is #696895.


Opacity

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

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

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

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

This text has shadow with #696895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696895 on black background.


Color preview on white background

This text has color #696895 on white background.



Black color preview on #696895 background

This text has black color on #696895 background.


White color preview on #696895 background

This text has white color on #696895 background.