COLOR #695A89

HEX: #695A89 RGB: (105,90,137)

Color info

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

RGB color model

#695A89 color RGB value is (105,90,137).

RGB: (105,90,137) (41%, 35%, 54%)

RGB channels and saturation

R 105 of 255 = 41%
G 90 of 255 = 35%
B 137 of 255 = 54%

105
90
137

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

Portions of RGB colors in percentages

R + G + B = 105 + 90 + 137 = 332 (100%)
R 105 of 332 ~ 31.63%
G 90 of 332 ~ 27.11%
B 137 of 332 ~ 41.27'%

%31.63
%27.11
%41.27

CMYK color model

#695A89 color CMYK value is (23,34,0,46).

  • cyan value is 23.36%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 46.27%

CMYK: (23,34,0,46)
C23M34Y0K46 (23%, 34%, 0%, 46%)
(0.23 / 0.34 / 0.00 / 0.46)

CMYK percentages

%23.36
%34.31
%0
%46.27

Codes

Color #695A89 in popluar color models

69 5A 89
RGB 105 90 137
HSL 259° 20.70% 44.51%
HSB/HSV 259° 34.31% 53.73%
CMYK 23.36% 34.31% 0.00%
46.27%

Color #695A89 in popluar number systems.

HEX 69 5A 89
Decimal 105 90 137
Binary 1101001 1011010 10001001
Octal 151 132 211

Shades and tints

Shades of #695A89

#695A89
(105,90,137)
#60527D
(96,82,125)
#574A71
(87,74,113)
#4E4265
(78,66,101)
#453A59
(69,58,89)
#3C324D
(60,50,77)
#332A41
(51,42,65)
#2A2235
(42,34,53)
#211A29
(33,26,41)
#18121D
(24,18,29)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #695A89

#695A89
(105,90,137)
#766993
(118,105,147)
#83789D
(131,120,157)
#9087A7
(144,135,167)
#9D96B1
(157,150,177)
#AAA5BB
(170,165,187)
#B7B4C5
(183,180,197)
#C4C3CF
(196,195,207)
#D1D2D9
(209,210,217)
#DEE1E3
(222,225,227)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695A89 color. Also use rgb(105,90,137) instead hex code.

Text Font Color

.myTextColor { color: #695A89; }

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

This text font color is #695A89.

Background Color

.myBgColor { background-color: #695A89; }

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

This div background color is #695A89.

Border color

.myBorderColor { border: 1px solid #695A89; }

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

This div border color is #695A89.

Opacity

.myOpacity80 { color: #695A89; opacity: 0.8; }

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

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

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

This text has shadow with #695A89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695A89.

Preview

Color preview on black background

This text has color #695A89 on black background.


Color preview on white background

This text has color #695A89 on white background.


Black color preview on #695A89 background

This text has black color on #695A89 background.


White color preview on #695A89 background

This text has white color on #695A89 background.


Related colors

Complementary color

Complementary color for #hex is #96A576.


I love getcolorcode.com

Triadic colors

1 #89695A and #5A8969 with #695A89 are triadic colors.

2 #895A69 and #5A6989 with #695A89 are triadic colors.