COLOR #695CA5

HEX: #695CA5 RGB: (105,92,165)

Color info

#695CA5 contains mainly blue color. Web safe color of #695CA5 is #666699 (or #669).

RGB color model

#695CA5 color RGB value is (105,92,165).

RGB: (105,92,165) (41%, 36%, 65%)

RGB channels and saturation

R 105 of 255 = 41%
G 92 of 255 = 36%
B 165 of 255 = 65%

105
92
165

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

Portions of RGB colors in percentages

R + G + B = 105 + 92 + 165 = 362 (100%)
R 105 of 362 ~ 29.01%
G 92 of 362 ~ 25.41%
B 165 of 362 ~ 45.58'%

%29.01
%25.41
%45.58

CMYK color model

#695CA5 color CMYK value is (36,44,0,35).

  • cyan value is 36.36%
  • magenta value is 44.24%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (36,44,0,35)
C36M44Y0K35 (36%, 44%, 0%, 35%)
(0.36 / 0.44 / 0.00 / 0.35)

CMYK percentages

%36.36
%44.24
%0
%35.29

Codes

Color #695CA5 in popluar color models

69 5C A5
RGB 105 92 165
HSL 251° 28.85% 50.39%
HSB/HSV 251° 44.24% 64.71%
CMYK 36.36% 44.24% 0.00%
35.29%

Color #695CA5 in popluar number systems.

HEX 69 5C A5
Decimal 105 92 165
Binary 1101001 1011100 10100101
Octal 151 134 245

Shades and tints

Shades of #695CA5

#695CA5
(105,92,165)
#605496
(96,84,150)
#574C87
(87,76,135)
#4E4478
(78,68,120)
#453C69
(69,60,105)
#3C345A
(60,52,90)
#332C4B
(51,44,75)
#2A243C
(42,36,60)
#211C2D
(33,28,45)
#18141E
(24,20,30)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #695CA5

#695CA5
(105,92,165)
#766AAD
(118,106,173)
#8378B5
(131,120,181)
#9086BD
(144,134,189)
#9D94C5
(157,148,197)
#AAA2CD
(170,162,205)
#B7B0D5
(183,176,213)
#C4BEDD
(196,190,221)
#D1CCE5
(209,204,229)
#DEDAED
(222,218,237)
#EBE8F5
(235,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695CA5 color. Also use rgb(105,92,165) instead hex code.

Text Font Color

.myTextColor { color: #695CA5; }

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

This text font color is #695CA5.

Background Color

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

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

This div background color is #695CA5.

Border color

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

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

This div border color is #695CA5.

Opacity

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

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

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

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

This text has shadow with #695CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695CA5.

Preview

Color preview on black background

This text has color #695CA5 on black background.


Color preview on white background

This text has color #695CA5 on white background.


Black color preview on #695CA5 background

This text has black color on #695CA5 background.


White color preview on #695CA5 background

This text has white color on #695CA5 background.


Related colors

Complementary color

Complementary color for #hex is #96A35A.


I love getcolorcode.com

Triadic colors

1 #A5695C and #5CA569 with #695CA5 are triadic colors.

2 #A55C69 and #5C69A5 with #695CA5 are triadic colors.