COLOR #695EA9

HEX: #695EA9
RGB: (105,94,169)

Color info

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

RGB color model

#695EA9 color RGB value is (105,94,169).

  • red value is 105;
  • green value is 94;
  • blue value is 169.
RGB:
(105,94,169)
(41%,37%,66%)

RGB channels and saturation

R 105 of 255 = 41%
G 94 of 255 = 37%
B 169 of 255 = 66%

105
94
169

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

Portions of RGB colors in percentages

R + G + B =
105 + 94 + 169 = 368 (100%)
R 105 of 368 ~ 28.53%
G 94 of 368 ~ 25.54%
B 169 of 368 ~ 45.92%

%28.53
%25.54
%45.92

CMYK color model

#695EA9 color CMYK value is (38,44,0,34).

  • cyan value is 37.87%
  • magenta value is 44.38%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(38,44,0,34)
C38M44Y0K34 
(38%,44%,0%,34%)
(0.38/0.44/0.00/0.34)	

CMYK percentages

%37.87
%44.38
%0
%33.73

Codes

Color #695EA9 in popluar color models

695EA9
RGB10594169
HSL249°30.36%51.57%
HSB/HSV249°44.38%66.27%
CMYK37.87%44.38%0.00%
33.73%

Color #695EA9 in popluar number systems.

HEX695EA9
Decimal10594169
Binary1101001101111010101001
Octal151136251

Shades and tints

Shades of #695EA9

#695EA9
(105,94,169)
#60569A
(96,86,154)
#574E8B
(87,78,139)
#4E467C
(78,70,124)
#453E6D
(69,62,109)
#3C365E
(60,54,94)
#332E4F
(51,46,79)
#2A2640
(42,38,64)
#211E31
(33,30,49)
#181622
(24,22,34)
#0F0E13
(15,14,19)
#000000
(0,0,0)

Tints of #695EA9

#695EA9
(105,94,169)
#766CB0
(118,108,176)
#837AB7
(131,122,183)
#9088BE
(144,136,190)
#9D96C5
(157,150,197)
#AAA4CC
(170,164,204)
#B7B2D3
(183,178,211)
#C4C0DA
(196,192,218)
#D1CEE1
(209,206,225)
#DEDCE8
(222,220,232)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695EA9 color. Also use rgb(105,94,169) instead hex code.

Text Font Color

.myTextColor { color: #695EA9; }

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

This text font color is #695EA9.


Background Color

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

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

This div background color is #695EA9.


Border color

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

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

This div border color is #695EA9.


Opacity

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

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

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

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

This text has shadow with #695EA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695EA9 on black background.


Color preview on white background

This text has color #695EA9 on white background.



Black color preview on #695EA9 background

This text has black color on #695EA9 background.


White color preview on #695EA9 background

This text has white color on #695EA9 background.