COLOR #695AE6

HEX: #695AE6
RGB: (105,90,230)

Color info

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

RGB color model

#695AE6 color RGB value is (105,90,230).

  • red value is 105;
  • green value is 90;
  • blue value is 230.
RGB:
(105,90,230)
(41%,35%,90%)

RGB channels and saturation

R 105 of 255 = 41%
G 90 of 255 = 35%
B 230 of 255 = 90%

105
90
230

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

Portions of RGB colors in percentages

R + G + B =
105 + 90 + 230 = 425 (100%)
R 105 of 425 ~ 24.71%
G 90 of 425 ~ 21.18%
B 230 of 425 ~ 54.12%

%24.71
%21.18
%54.12

CMYK color model

#695AE6 color CMYK value is (54,61,0,10).

  • cyan value is 54.35%
  • magenta value is 60.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(54,61,0,10)
C54M61Y0K10 
(54%,61%,0%,10%)
(0.54/0.61/0.00/0.10)	

CMYK percentages

%54.35
%60.87
%0
%9.8

Codes

Color #695AE6 in popluar color models

695AE6
RGB10590230
HSL246°73.68%62.75%
HSB/HSV246°60.87%90.20%
CMYK54.35%60.87%0.00%
9.80%

Color #695AE6 in popluar number systems.

HEX695AE6
Decimal10590230
Binary1101001101101011100110
Octal151132346

Shades and tints

Shades of #695AE6

#695AE6
(105,90,230)
#6052D2
(96,82,210)
#574ABE
(87,74,190)
#4E42AA
(78,66,170)
#453A96
(69,58,150)
#3C3282
(60,50,130)
#332A6E
(51,42,110)
#2A225A
(42,34,90)
#211A46
(33,26,70)
#181232
(24,18,50)
#0F0A1E
(15,10,30)
#000000
(0,0,0)

Tints of #695AE6

#695AE6
(105,90,230)
#7669E8
(118,105,232)
#8378EA
(131,120,234)
#9087EC
(144,135,236)
#9D96EE
(157,150,238)
#AAA5F0
(170,165,240)
#B7B4F2
(183,180,242)
#C4C3F4
(196,195,244)
#D1D2F6
(209,210,246)
#DEE1F8
(222,225,248)
#EBF0FA
(235,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695AE6 color. Also use rgb(105,90,230) instead hex code.

Text Font Color

.myTextColor { color: #695AE6; }

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

This text font color is #695AE6.


Background Color

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

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

This div background color is #695AE6.


Border color

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

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

This div border color is #695AE6.


Opacity

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

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

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

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

This text has shadow with #695AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695AE6 on black background.


Color preview on white background

This text has color #695AE6 on white background.



Black color preview on #695AE6 background

This text has black color on #695AE6 background.


White color preview on #695AE6 background

This text has white color on #695AE6 background.