COLOR #695DB7

HEX: #695DB7
RGB: (105,93,183)

Color info

#695DB7 contains mainly blue color. Web safe color of #695DB7 is #6666CC (or #66C).

RGB color model

#695DB7 color RGB value is (105,93,183).

  • red value is 105;
  • green value is 93;
  • blue value is 183.
RGB:
(105,93,183)
(41%,36%,72%)

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 183 of 255 = 72%

105
93
183

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

Portions of RGB colors in percentages

R + G + B =
105 + 93 + 183 = 381 (100%)
R 105 of 381 ~ 27.56%
G 93 of 381 ~ 24.41%
B 183 of 381 ~ 48.03%

%27.56
%24.41
%48.03

CMYK color model

#695DB7 color CMYK value is (43,49,0,28).

  • cyan value is 42.62%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(43,49,0,28)
C43M49Y0K28 
(43%,49%,0%,28%)
(0.43/0.49/0.00/0.28)	

CMYK percentages

%42.62
%49.18
%0
%28.24

Codes

Color #695DB7 in popluar color models

695DB7
RGB10593183
HSL248°38.46%54.12%
HSB/HSV248°49.18%71.76%
CMYK42.62%49.18%0.00%
28.24%

Color #695DB7 in popluar number systems.

HEX695DB7
Decimal10593183
Binary1101001101110110110111
Octal151135267

Shades and tints

Shades of #695DB7

#695DB7
(105,93,183)
#6055A7
(96,85,167)
#574D97
(87,77,151)
#4E4587
(78,69,135)
#453D77
(69,61,119)
#3C3567
(60,53,103)
#332D57
(51,45,87)
#2A2547
(42,37,71)
#211D37
(33,29,55)
#181527
(24,21,39)
#0F0D17
(15,13,23)
#000000
(0,0,0)

Tints of #695DB7

#695DB7
(105,93,183)
#766BBD
(118,107,189)
#8379C3
(131,121,195)
#9087C9
(144,135,201)
#9D95CF
(157,149,207)
#AAA3D5
(170,163,213)
#B7B1DB
(183,177,219)
#C4BFE1
(196,191,225)
#D1CDE7
(209,205,231)
#DEDBED
(222,219,237)
#EBE9F3
(235,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695DB7; }

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

This text font color is #695DB7.


Background Color

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

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

This div background color is #695DB7.


Border color

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

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

This div border color is #695DB7.


Opacity

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

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

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

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

This text has shadow with #695DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695DB7 on black background.


Color preview on white background

This text has color #695DB7 on white background.



Black color preview on #695DB7 background

This text has black color on #695DB7 background.


White color preview on #695DB7 background

This text has white color on #695DB7 background.