COLOR #695EAA

HEX: #695EAA RGB: (105,94,170)

Color info

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

RGB color model

#695EAA color RGB value is (105,94,170).

RGB: (105,94,170) (41%, 37%, 67%)

RGB channels and saturation

R 105 of 255 = 41%
G 94 of 255 = 37%
B 170 of 255 = 67%

105
94
170

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

Portions of RGB colors in percentages

R + G + B = 105 + 94 + 170 = 369 (100%)
R 105 of 369 ~ 28.46%
G 94 of 369 ~ 25.47%
B 170 of 369 ~ 46.07'%

%28.46
%25.47
%46.07

CMYK color model

#695EAA color CMYK value is (38,45,0,33).

  • cyan value is 38.24%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (38,45,0,33)
C38M45Y0K33 (38%, 45%, 0%, 33%)
(0.38 / 0.45 / 0.00 / 0.33)

CMYK percentages

%38.24
%44.71
%0
%33.33

Codes

Color #695EAA in popluar color models

69 5E AA
RGB 105 94 170
HSL 249° 30.89% 51.76%
HSB/HSV 249° 44.71% 66.67%
CMYK 38.24% 44.71% 0.00%
33.33%

Color #695EAA in popluar number systems.

HEX 69 5E AA
Decimal 105 94 170
Binary 1101001 1011110 10101010
Octal 151 136 252

Shades and tints

Shades of #695EAA

#695EAA
(105,94,170)
#60569B
(96,86,155)
#574E8C
(87,78,140)
#4E467D
(78,70,125)
#453E6E
(69,62,110)
#3C365F
(60,54,95)
#332E50
(51,46,80)
#2A2641
(42,38,65)
#211E32
(33,30,50)
#181623
(24,22,35)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #695EAA

#695EAA
(105,94,170)
#766CB1
(118,108,177)
#837AB8
(131,122,184)
#9088BF
(144,136,191)
#9D96C6
(157,150,198)
#AAA4CD
(170,164,205)
#B7B2D4
(183,178,212)
#C4C0DB
(196,192,219)
#D1CEE2
(209,206,226)
#DEDCE9
(222,220,233)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695EAA; }

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

This text font color is #695EAA.

Background Color

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

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

This div background color is #695EAA.

Border color

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

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

This div border color is #695EAA.

Opacity

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

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

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

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

This text has shadow with #695EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #695EAA.

Preview

Color preview on black background

This text has color #695EAA on black background.


Color preview on white background

This text has color #695EAA on white background.


Black color preview on #695EAA background

This text has black color on #695EAA background.


White color preview on #695EAA background

This text has white color on #695EAA background.


Related colors

Complementary color

Complementary color for #hex is #96A155.


I love getcolorcode.com

Triadic colors

1 #AA695E and #5EAA69 with #695EAA are triadic colors.

2 #AA5E69 and #5E69AA with #695EAA are triadic colors.