COLOR #696295

HEX: #696295
RGB: (105,98,149)

Color info

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

RGB color model

#696295 color RGB value is (105,98,149).

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

RGB channels and saturation

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

105
98
149

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

Portions of RGB colors in percentages

R + G + B =
105 + 98 + 149 = 352 (100%)
R 105 of 352 ~ 29.83%
G 98 of 352 ~ 27.84%
B 149 of 352 ~ 42.33%

%29.83
%27.84
%42.33

CMYK color model

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

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

CMYK percentages

%29.53
%34.23
%0
%41.57

Codes

Color #696295 in popluar color models

696295
RGB10598149
HSL248°20.65%48.43%
HSB/HSV248°34.23%58.43%
CMYK29.53%34.23%0.00%
41.57%

Color #696295 in popluar number systems.

HEX696295
Decimal10598149
Binary1101001110001010010101
Octal151142225

Shades and tints

Shades of #696295

#696295
(105,98,149)
#605A88
(96,90,136)
#57527B
(87,82,123)
#4E4A6E
(78,74,110)
#454261
(69,66,97)
#3C3A54
(60,58,84)
#333247
(51,50,71)
#2A2A3A
(42,42,58)
#21222D
(33,34,45)
#181A20
(24,26,32)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #696295

#696295
(105,98,149)
#76709E
(118,112,158)
#837EA7
(131,126,167)
#908CB0
(144,140,176)
#9D9AB9
(157,154,185)
#AAA8C2
(170,168,194)
#B7B6CB
(183,182,203)
#C4C4D4
(196,196,212)
#D1D2DD
(209,210,221)
#DEE0E6
(222,224,230)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696295; }

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

This text font color is #696295.


Background Color

.myBgColor { background-color: #696295; }

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

This div background color is #696295.


Border color

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

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

This div border color is #696295.


Opacity

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

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

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

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

This text has shadow with #696295 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696295 on black background.


Color preview on white background

This text has color #696295 on white background.



Black color preview on #696295 background

This text has black color on #696295 background.


White color preview on #696295 background

This text has white color on #696295 background.