COLOR #695FA0

HEX: #695FA0
RGB: (105,95,160)

Color info

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

RGB color model

#695FA0 color RGB value is (105,95,160).

  • red value is 105;
  • green value is 95;
  • blue value is 160.
RGB:
(105,95,160)
(41%,37%,63%)

RGB channels and saturation

R 105 of 255 = 41%
G 95 of 255 = 37%
B 160 of 255 = 63%

105
95
160

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

Portions of RGB colors in percentages

R + G + B =
105 + 95 + 160 = 360 (100%)
R 105 of 360 ~ 29.17%
G 95 of 360 ~ 26.39%
B 160 of 360 ~ 44.44%

%29.17
%26.39
%44.44

CMYK color model

#695FA0 color CMYK value is (34,41,0,37).

  • cyan value is 34.38%
  • magenta value is 40.63%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(34,41,0,37)
C34M41Y0K37 
(34%,41%,0%,37%)
(0.34/0.41/0.00/0.37)	

CMYK percentages

%34.38
%40.63
%0
%37.25

Codes

Color #695FA0 in popluar color models

695FA0
RGB10595160
HSL249°25.49%50.00%
HSB/HSV249°40.63%62.75%
CMYK34.38%40.63%0.00%
37.25%

Color #695FA0 in popluar number systems.

HEX695FA0
Decimal10595160
Binary1101001101111110100000
Octal151137240

Shades and tints

Shades of #695FA0

#695FA0
(105,95,160)
#605792
(96,87,146)
#574F84
(87,79,132)
#4E4776
(78,71,118)
#453F68
(69,63,104)
#3C375A
(60,55,90)
#332F4C
(51,47,76)
#2A273E
(42,39,62)
#211F30
(33,31,48)
#181722
(24,23,34)
#0F0F14
(15,15,20)
#000000
(0,0,0)

Tints of #695FA0

#695FA0
(105,95,160)
#766DA8
(118,109,168)
#837BB0
(131,123,176)
#9089B8
(144,137,184)
#9D97C0
(157,151,192)
#AAA5C8
(170,165,200)
#B7B3D0
(183,179,208)
#C4C1D8
(196,193,216)
#D1CFE0
(209,207,224)
#DEDDE8
(222,221,232)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695FA0 color. Also use rgb(105,95,160) instead hex code.

Text Font Color

.myTextColor { color: #695FA0; }

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

This text font color is #695FA0.


Background Color

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

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

This div background color is #695FA0.


Border color

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

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

This div border color is #695FA0.


Opacity

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

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

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

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

This text has shadow with #695FA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695FA0 on black background.


Color preview on white background

This text has color #695FA0 on white background.



Black color preview on #695FA0 background

This text has black color on #695FA0 background.


White color preview on #695FA0 background

This text has white color on #695FA0 background.