COLOR #695A88

HEX: #695A88 RGB: (105,90,136)

Color info

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

RGB color model

#695A88 color RGB value is (105,90,136).

RGB: (105,90,136) (41%, 35%, 53%)

RGB channels and saturation

R 105 of 255 = 41%
G 90 of 255 = 35%
B 136 of 255 = 53%

105
90
136

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

Portions of RGB colors in percentages

R + G + B = 105 + 90 + 136 = 331 (100%)
R 105 of 331 ~ 31.72%
G 90 of 331 ~ 27.19%
B 136 of 331 ~ 41.09'%

%31.72
%27.19
%41.09

CMYK color model

#695A88 color CMYK value is (23,34,0,47).

  • cyan value is 22.79%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (23,34,0,47)
C23M34Y0K47 (23%, 34%, 0%, 47%)
(0.23 / 0.34 / 0.00 / 0.47)

CMYK percentages

%22.79
%33.82
%0
%46.67

Codes

Color #695A88 in popluar color models

69 5A 88
RGB 105 90 136
HSL 260° 20.35% 44.31%
HSB/HSV 260° 33.82% 53.33%
CMYK 22.79% 33.82% 0.00%
46.67%

Color #695A88 in popluar number systems.

HEX 69 5A 88
Decimal 105 90 136
Binary 1101001 1011010 10001000
Octal 151 132 210

Shades and tints

Shades of #695A88

#695A88
(105,90,136)
#60527C
(96,82,124)
#574A70
(87,74,112)
#4E4264
(78,66,100)
#453A58
(69,58,88)
#3C324C
(60,50,76)
#332A40
(51,42,64)
#2A2234
(42,34,52)
#211A28
(33,26,40)
#18121C
(24,18,28)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #695A88

#695A88
(105,90,136)
#766992
(118,105,146)
#83789C
(131,120,156)
#9087A6
(144,135,166)
#9D96B0
(157,150,176)
#AAA5BA
(170,165,186)
#B7B4C4
(183,180,196)
#C4C3CE
(196,195,206)
#D1D2D8
(209,210,216)
#DEE1E2
(222,225,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695A88; }

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

This text font color is #695A88.

Background Color

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

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

This div background color is #695A88.

Border color

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

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

This div border color is #695A88.

Opacity

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

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

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

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

This text has shadow with #695A88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695A88.

Preview

Color preview on black background

This text has color #695A88 on black background.


Color preview on white background

This text has color #695A88 on white background.


Black color preview on #695A88 background

This text has black color on #695A88 background.


White color preview on #695A88 background

This text has white color on #695A88 background.


Related colors

Complementary color

Complementary color for #hex is #96A577.


I love getcolorcode.com

Triadic colors

1 #88695A and #5A8869 with #695A88 are triadic colors.

2 #885A69 and #5A6988 with #695A88 are triadic colors.