COLOR #695DD7

HEX: #695DD7
RGB: (105,93,215)

Color info

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

RGB color model

#695DD7 color RGB value is (105,93,215).

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

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 215 of 255 = 84%

105
93
215

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

Portions of RGB colors in percentages

R + G + B =
105 + 93 + 215 = 413 (100%)
R 105 of 413 ~ 25.42%
G 93 of 413 ~ 22.52%
B 215 of 413 ~ 52.06%

%25.42
%22.52
%52.06

CMYK color model

#695DD7 color CMYK value is (51,57,0,16).

  • cyan value is 51.16%
  • magenta value is 56.74%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(51,57,0,16)
C51M57Y0K16 
(51%,57%,0%,16%)
(0.51/0.57/0.00/0.16)	

CMYK percentages

%51.16
%56.74
%0
%15.69

Codes

Color #695DD7 in popluar color models

695DD7
RGB10593215
HSL246°60.40%60.39%
HSB/HSV246°56.74%84.31%
CMYK51.16%56.74%0.00%
15.69%

Color #695DD7 in popluar number systems.

HEX695DD7
Decimal10593215
Binary1101001101110111010111
Octal151135327

Shades and tints

Shades of #695DD7

#695DD7
(105,93,215)
#6055C4
(96,85,196)
#574DB1
(87,77,177)
#4E459E
(78,69,158)
#453D8B
(69,61,139)
#3C3578
(60,53,120)
#332D65
(51,45,101)
#2A2552
(42,37,82)
#211D3F
(33,29,63)
#18152C
(24,21,44)
#0F0D19
(15,13,25)
#000000
(0,0,0)

Tints of #695DD7

#695DD7
(105,93,215)
#766BDA
(118,107,218)
#8379DD
(131,121,221)
#9087E0
(144,135,224)
#9D95E3
(157,149,227)
#AAA3E6
(170,163,230)
#B7B1E9
(183,177,233)
#C4BFEC
(196,191,236)
#D1CDEF
(209,205,239)
#DEDBF2
(222,219,242)
#EBE9F5
(235,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695DD7; }

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

This text font color is #695DD7.


Background Color

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

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

This div background color is #695DD7.


Border color

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

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

This div border color is #695DD7.


Opacity

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

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

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

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

This text has shadow with #695DD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695DD7 on black background.


Color preview on white background

This text has color #695DD7 on white background.



Black color preview on #695DD7 background

This text has black color on #695DD7 background.


White color preview on #695DD7 background

This text has white color on #695DD7 background.