COLOR #695D9F

HEX: #695D9F RGB: (105,93,159)

Color info

#695D9F contains mainly red and blue colors. Web safe color of #695D9F is #666699 (or #669).

RGB color model

#695D9F color RGB value is (105,93,159).

RGB: (105,93,159) (41%, 36%, 62%)

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 159 of 255 = 62%

105
93
159

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

Portions of RGB colors in percentages

R + G + B = 105 + 93 + 159 = 357 (100%)
R 105 of 357 ~ 29.41%
G 93 of 357 ~ 26.05%
B 159 of 357 ~ 44.54'%

%29.41
%26.05
%44.54

CMYK color model

#695D9F color CMYK value is (34,42,0,38).

  • cyan value is 33.96%
  • magenta value is 41.51%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (34,42,0,38)
C34M42Y0K38 (34%, 42%, 0%, 38%)
(0.34 / 0.42 / 0.00 / 0.38)

CMYK percentages

%33.96
%41.51
%0
%37.65

Codes

Color #695D9F in popluar color models

69 5D 9F
RGB 105 93 159
HSL 251° 26.19% 49.41%
HSB/HSV 251° 41.51% 62.35%
CMYK 33.96% 41.51% 0.00%
37.65%

Color #695D9F in popluar number systems.

HEX 69 5D 9F
Decimal 105 93 159
Binary 1101001 1011101 10011111
Octal 151 135 237

Shades and tints

Shades of #695D9F

#695D9F
(105,93,159)
#605591
(96,85,145)
#574D83
(87,77,131)
#4E4575
(78,69,117)
#453D67
(69,61,103)
#3C3559
(60,53,89)
#332D4B
(51,45,75)
#2A253D
(42,37,61)
#211D2F
(33,29,47)
#181521
(24,21,33)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #695D9F

#695D9F
(105,93,159)
#766BA7
(118,107,167)
#8379AF
(131,121,175)
#9087B7
(144,135,183)
#9D95BF
(157,149,191)
#AAA3C7
(170,163,199)
#B7B1CF
(183,177,207)
#C4BFD7
(196,191,215)
#D1CDDF
(209,205,223)
#DEDBE7
(222,219,231)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695D9F color. Also use rgb(105,93,159) instead hex code.

Text Font Color

.myTextColor { color: #695D9F; }

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

This text font color is #695D9F.

Background Color

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

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

This div background color is #695D9F.

Border color

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

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

This div border color is #695D9F.

Opacity

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

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

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

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

This text has shadow with #695D9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695D9F.

Preview

Color preview on black background

This text has color #695D9F on black background.


Color preview on white background

This text has color #695D9F on white background.


Black color preview on #695D9F background

This text has black color on #695D9F background.


White color preview on #695D9F background

This text has white color on #695D9F background.


Related colors

Complementary color

Complementary color for #hex is #96A260.


I love getcolorcode.com

Triadic colors

1 #9F695D and #5D9F69 with #695D9F are triadic colors.

2 #9F5D69 and #5D699F with #695D9F are triadic colors.