COLOR #695A96

HEX: #695A96
RGB: (105,90,150)

Color info

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

RGB color model

#695A96 color RGB value is (105,90,150).

  • red value is 105;
  • green value is 90;
  • blue value is 150.
RGB:
(105,90,150)
(41%,35%,59%)

RGB channels and saturation

R 105 of 255 = 41%
G 90 of 255 = 35%
B 150 of 255 = 59%

105
90
150

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

Portions of RGB colors in percentages

R + G + B =
105 + 90 + 150 = 345 (100%)
R 105 of 345 ~ 30.43%
G 90 of 345 ~ 26.09%
B 150 of 345 ~ 43.48%

%30.43
%26.09
%43.48

CMYK color model

#695A96 color CMYK value is (30,40,0,41).

  • cyan value is 30.00%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(30,40,0,41)
C30M40Y0K41 
(30%,40%,0%,41%)
(0.30/0.40/0.00/0.41)	

CMYK percentages

%30
%40
%0
%41.18

Codes

Color #695A96 in popluar color models

695A96
RGB10590150
HSL255°25.00%47.06%
HSB/HSV255°40.00%58.82%
CMYK30.00%40.00%0.00%
41.18%

Color #695A96 in popluar number systems.

HEX695A96
Decimal10590150
Binary1101001101101010010110
Octal151132226

Shades and tints

Shades of #695A96

#695A96
(105,90,150)
#605289
(96,82,137)
#574A7C
(87,74,124)
#4E426F
(78,66,111)
#453A62
(69,58,98)
#3C3255
(60,50,85)
#332A48
(51,42,72)
#2A223B
(42,34,59)
#211A2E
(33,26,46)
#181221
(24,18,33)
#0F0A14
(15,10,20)
#000000
(0,0,0)

Tints of #695A96

#695A96
(105,90,150)
#76699F
(118,105,159)
#8378A8
(131,120,168)
#9087B1
(144,135,177)
#9D96BA
(157,150,186)
#AAA5C3
(170,165,195)
#B7B4CC
(183,180,204)
#C4C3D5
(196,195,213)
#D1D2DE
(209,210,222)
#DEE1E7
(222,225,231)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695A96; }

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

This text font color is #695A96.


Background Color

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

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

This div background color is #695A96.


Border color

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

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

This div border color is #695A96.


Opacity

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

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

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

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

This text has shadow with #695A96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695A96 on black background.


Color preview on white background

This text has color #695A96 on white background.



Black color preview on #695A96 background

This text has black color on #695A96 background.


White color preview on #695A96 background

This text has white color on #695A96 background.