COLOR #695B88

HEX: #695B88 RGB: (105,91,136)

Color info

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

RGB color model

#695B88 color RGB value is (105,91,136).

RGB: (105,91,136) (41%, 36%, 53%)

RGB channels and saturation

R 105 of 255 = 41%
G 91 of 255 = 36%
B 136 of 255 = 53%

105
91
136

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

Portions of RGB colors in percentages

R + G + B = 105 + 91 + 136 = 332 (100%)
R 105 of 332 ~ 31.63%
G 91 of 332 ~ 27.41%
B 136 of 332 ~ 40.96'%

%31.63
%27.41
%40.96

CMYK color model

#695B88 color CMYK value is (23,33,0,47).

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

CMYK: (23,33,0,47)
C23M33Y0K47 (23%, 33%, 0%, 47%)
(0.23 / 0.33 / 0.00 / 0.47)

CMYK percentages

%22.79
%33.09
%0
%46.67

Codes

Color #695B88 in popluar color models

69 5B 88
RGB 105 91 136
HSL 259° 19.82% 44.51%
HSB/HSV 259° 33.09% 53.33%
CMYK 22.79% 33.09% 0.00%
46.67%

Color #695B88 in popluar number systems.

HEX 69 5B 88
Decimal 105 91 136
Binary 1101001 1011011 10001000
Octal 151 133 210

Shades and tints

Shades of #695B88

#695B88
(105,91,136)
#60537C
(96,83,124)
#574B70
(87,75,112)
#4E4364
(78,67,100)
#453B58
(69,59,88)
#3C334C
(60,51,76)
#332B40
(51,43,64)
#2A2334
(42,35,52)
#211B28
(33,27,40)
#18131C
(24,19,28)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #695B88

#695B88
(105,91,136)
#766992
(118,105,146)
#83779C
(131,119,156)
#9085A6
(144,133,166)
#9D93B0
(157,147,176)
#AAA1BA
(170,161,186)
#B7AFC4
(183,175,196)
#C4BDCE
(196,189,206)
#D1CBD8
(209,203,216)
#DED9E2
(222,217,226)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695B88; }

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

This text font color is #695B88.

Background Color

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

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

This div background color is #695B88.

Border color

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

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

This div border color is #695B88.

Opacity

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

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

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

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

This text has shadow with #695B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695B88.

Preview

Color preview on black background

This text has color #695B88 on black background.


Color preview on white background

This text has color #695B88 on white background.


Black color preview on #695B88 background

This text has black color on #695B88 background.


White color preview on #695B88 background

This text has white color on #695B88 background.


Related colors

Complementary color

Complementary color for #hex is #96A477.


I love getcolorcode.com

Triadic colors

1 #88695B and #5B8869 with #695B88 are triadic colors.

2 #885B69 and #5B6988 with #695B88 are triadic colors.