COLOR #696688

HEX: #696688
RGB: (105,102,136)

Color info

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

RGB color model

#696688 color RGB value is (105,102,136).

  • red value is 105;
  • green value is 102;
  • blue value is 136.
RGB:
(105,102,136)
(41%,40%,53%)

RGB channels and saturation

R 105 of 255 = 41%
G 102 of 255 = 40%
B 136 of 255 = 53%

105
102
136

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

Portions of RGB colors in percentages

R + G + B =
105 + 102 + 136 = 343 (100%)
R 105 of 343 ~ 30.61%
G 102 of 343 ~ 29.74%
B 136 of 343 ~ 39.65%

%30.61
%29.74
%39.65

CMYK color model

#696688 color CMYK value is (23,25,0,47).

  • cyan value is 22.79%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(23,25,0,47)
C23M25Y0K47 
(23%,25%,0%,47%)
(0.23/0.25/0.00/0.47)	

CMYK percentages

%22.79
%25
%0
%46.67

Codes

Color #696688 in popluar color models

696688
RGB105102136
HSL245°14.29%46.67%
HSB/HSV245°25.00%53.33%
CMYK22.79%25.00%0.00%
46.67%

Color #696688 in popluar number systems.

HEX696688
Decimal105102136
Binary1101001110011010001000
Octal151146210

Shades and tints

Shades of #696688

#696688
(105,102,136)
#605D7C
(96,93,124)
#575470
(87,84,112)
#4E4B64
(78,75,100)
#454258
(69,66,88)
#3C394C
(60,57,76)
#333040
(51,48,64)
#2A2734
(42,39,52)
#211E28
(33,30,40)
#18151C
(24,21,28)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #696688

#696688
(105,102,136)
#767392
(118,115,146)
#83809C
(131,128,156)
#908DA6
(144,141,166)
#9D9AB0
(157,154,176)
#AAA7BA
(170,167,186)
#B7B4C4
(183,180,196)
#C4C1CE
(196,193,206)
#D1CED8
(209,206,216)
#DEDBE2
(222,219,226)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696688; }

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

This text font color is #696688.


Background Color

.myBgColor { background-color: #696688; }

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

This div background color is #696688.


Border color

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

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

This div border color is #696688.


Opacity

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

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

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

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

This text has shadow with #696688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696688 on black background.


Color preview on white background

This text has color #696688 on white background.



Black color preview on #696688 background

This text has black color on #696688 background.


White color preview on #696688 background

This text has white color on #696688 background.