COLOR #696678

HEX: #696678 RGB: (105,102,120)

Color info

#696678 contains red, green and blue colors in about the same proportion. Web safe color of #696678 is #666666 (or #666).

RGB color model

#696678 color RGB value is (105,102,120).

RGB: (105,102,120) (41%, 40%, 47%)

RGB channels and saturation

R 105 of 255 = 41%
G 102 of 255 = 40%
B 120 of 255 = 47%

105
102
120

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

Portions of RGB colors in percentages

R + G + B = 105 + 102 + 120 = 327 (100%)
R 105 of 327 ~ 32.11%
G 102 of 327 ~ 31.19%
B 120 of 327 ~ 36.7'%

%32.11
%31.19
%36.7

CMYK color model

#696678 color CMYK value is (13,15,0,53).

  • cyan value is 12.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%

CMYK: (13,15,0,53)
C13M15Y0K53 (13%, 15%, 0%, 53%)
(0.13 / 0.15 / 0.00 / 0.53)

CMYK percentages

%12.5
%15
%0
%52.94

Codes

Color #696678 in popluar color models

69 66 78
RGB 105 102 120
HSL 250° 8.11% 43.53%
HSB/HSV 250° 15.00% 47.06%
CMYK 12.50% 15.00% 0.00%
52.94%

Color #696678 in popluar number systems.

HEX 69 66 78
Decimal 105 102 120
Binary 1101001 1100110 1111000
Octal 151 146 170

Shades and tints

Shades of #696678

#696678
(105,102,120)
#605D6E
(96,93,110)
#575464
(87,84,100)
#4E4B5A
(78,75,90)
#454250
(69,66,80)
#3C3946
(60,57,70)
#33303C
(51,48,60)
#2A2732
(42,39,50)
#211E28
(33,30,40)
#18151E
(24,21,30)
#0F0C14
(15,12,20)
#000000
(0,0,0)

Tints of #696678

#696678
(105,102,120)
#767384
(118,115,132)
#838090
(131,128,144)
#908D9C
(144,141,156)
#9D9AA8
(157,154,168)
#AAA7B4
(170,167,180)
#B7B4C0
(183,180,192)
#C4C1CC
(196,193,204)
#D1CED8
(209,206,216)
#DEDBE4
(222,219,228)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696678; }

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

This text font color is #696678.

Background Color

.myBgColor { background-color: #696678; }

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

This div background color is #696678.

Border color

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

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

This div border color is #696678.

Opacity

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

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

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

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

This text has shadow with #696678 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696678.

Preview

Color preview on black background

This text has color #696678 on black background.


Color preview on white background

This text has color #696678 on white background.


Black color preview on #696678 background

This text has black color on #696678 background.


White color preview on #696678 background

This text has white color on #696678 background.


Related colors

Complementary color

Complementary color for #hex is #969987.


I love getcolorcode.com

Triadic colors

1 #786966 and #667869 with #696678 are triadic colors.

2 #786669 and #666978 with #696678 are triadic colors.