COLOR #696998

HEX: #696998
RGB: (105,105,152)

Color info

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

RGB color model

#696998 color RGB value is (105,105,152).

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

RGB channels and saturation

R 105 of 255 = 41%
G 105 of 255 = 41%
B 152 of 255 = 60%

105
105
152

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

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 152 = 362 (100%)
R 105 of 362 ~ 29.01%
G 105 of 362 ~ 29.01%
B 152 of 362 ~ 41.99%

%29.01
%29.01
%41.99

CMYK color model

#696998 color CMYK value is (31,31,0,40).

  • cyan value is 30.92%
  • magenta value is 30.92%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(31,31,0,40)
C31M31Y0K40 
(31%,31%,0%,40%)
(0.31/0.31/0.00/0.40)	

CMYK percentages

%30.92
%30.92
%0
%40.39

Codes

Color #696998 in popluar color models

696998
RGB105105152
HSL240°18.58%50.39%
HSB/HSV240°30.92%59.61%
CMYK30.92%30.92%0.00%
40.39%

Color #696998 in popluar number systems.

HEX696998
Decimal105105152
Binary1101001110100110011000
Octal151151230

Shades and tints

Shades of #696998

#696998
(105,105,152)
#60608B
(96,96,139)
#57577E
(87,87,126)
#4E4E71
(78,78,113)
#454564
(69,69,100)
#3C3C57
(60,60,87)
#33334A
(51,51,74)
#2A2A3D
(42,42,61)
#212130
(33,33,48)
#181823
(24,24,35)
#0F0F16
(15,15,22)
#000000
(0,0,0)

Tints of #696998

#696998
(105,105,152)
#7676A1
(118,118,161)
#8383AA
(131,131,170)
#9090B3
(144,144,179)
#9D9DBC
(157,157,188)
#AAAAC5
(170,170,197)
#B7B7CE
(183,183,206)
#C4C4D7
(196,196,215)
#D1D1E0
(209,209,224)
#DEDEE9
(222,222,233)
#EBEBF2
(235,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696998; }

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

This text font color is #696998.


Background Color

.myBgColor { background-color: #696998; }

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

This div background color is #696998.


Border color

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

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

This div border color is #696998.


Opacity

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

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

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

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

This text has shadow with #696998 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696998 on black background.


Color preview on white background

This text has color #696998 on white background.



Black color preview on #696998 background

This text has black color on #696998 background.


White color preview on #696998 background

This text has white color on #696998 background.