COLOR #695EA4

HEX: #695EA4 RGB: (105,94,164)

Color info

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

RGB color model

#695EA4 color RGB value is (105,94,164).

RGB: (105,94,164) (41%, 37%, 64%)

RGB channels and saturation

R 105 of 255 = 41%
G 94 of 255 = 37%
B 164 of 255 = 64%

105
94
164

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

Portions of RGB colors in percentages

R + G + B = 105 + 94 + 164 = 363 (100%)
R 105 of 363 ~ 28.93%
G 94 of 363 ~ 25.9%
B 164 of 363 ~ 45.18'%

%28.93
%25.9
%45.18

CMYK color model

#695EA4 color CMYK value is (36,43,0,36).

  • cyan value is 35.98%
  • magenta value is 42.68%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (36,43,0,36)
C36M43Y0K36 (36%, 43%, 0%, 36%)
(0.36 / 0.43 / 0.00 / 0.36)

CMYK percentages

%35.98
%42.68
%0
%35.69

Codes

Color #695EA4 in popluar color models

69 5E A4
RGB 105 94 164
HSL 249° 27.78% 50.59%
HSB/HSV 249° 42.68% 64.31%
CMYK 35.98% 42.68% 0.00%
35.69%

Color #695EA4 in popluar number systems.

HEX 69 5E A4
Decimal 105 94 164
Binary 1101001 1011110 10100100
Octal 151 136 244

Shades and tints

Shades of #695EA4

#695EA4
(105,94,164)
#605696
(96,86,150)
#574E88
(87,78,136)
#4E467A
(78,70,122)
#453E6C
(69,62,108)
#3C365E
(60,54,94)
#332E50
(51,46,80)
#2A2642
(42,38,66)
#211E34
(33,30,52)
#181626
(24,22,38)
#0F0E18
(15,14,24)
#000000
(0,0,0)

Tints of #695EA4

#695EA4
(105,94,164)
#766CAC
(118,108,172)
#837AB4
(131,122,180)
#9088BC
(144,136,188)
#9D96C4
(157,150,196)
#AAA4CC
(170,164,204)
#B7B2D4
(183,178,212)
#C4C0DC
(196,192,220)
#D1CEE4
(209,206,228)
#DEDCEC
(222,220,236)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695EA4; }

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

This text font color is #695EA4.

Background Color

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

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

This div background color is #695EA4.

Border color

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

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

This div border color is #695EA4.

Opacity

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

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

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

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

This text has shadow with #695EA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695EA4.

Preview

Color preview on black background

This text has color #695EA4 on black background.


Color preview on white background

This text has color #695EA4 on white background.


Black color preview on #695EA4 background

This text has black color on #695EA4 background.


White color preview on #695EA4 background

This text has white color on #695EA4 background.


Related colors

Complementary color

Complementary color for #hex is #96A15B.


I love getcolorcode.com

Triadic colors

1 #A4695E and #5EA469 with #695EA4 are triadic colors.

2 #A45E69 and #5E69A4 with #695EA4 are triadic colors.