COLOR #695BB5

HEX: #695BB5
RGB: (105,91,181)

Color info

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

RGB color model

#695BB5 color RGB value is (105,91,181).

  • red value is 105;
  • green value is 91;
  • blue value is 181.
RGB:
(105,91,181)
(41%,36%,71%)

RGB channels and saturation

R 105 of 255 = 41%
G 91 of 255 = 36%
B 181 of 255 = 71%

105
91
181

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

Portions of RGB colors in percentages

R + G + B =
105 + 91 + 181 = 377 (100%)
R 105 of 377 ~ 27.85%
G 91 of 377 ~ 24.14%
B 181 of 377 ~ 48.01%

%27.85
%24.14
%48.01

CMYK color model

#695BB5 color CMYK value is (42,50,0,29).

  • cyan value is 41.99%
  • magenta value is 49.72%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(42,50,0,29)
C42M50Y0K29 
(42%,50%,0%,29%)
(0.42/0.50/0.00/0.29)	

CMYK percentages

%41.99
%49.72
%0
%29.02

Codes

Color #695BB5 in popluar color models

695BB5
RGB10591181
HSL249°37.82%53.33%
HSB/HSV249°49.72%70.98%
CMYK41.99%49.72%0.00%
29.02%

Color #695BB5 in popluar number systems.

HEX695BB5
Decimal10591181
Binary1101001101101110110101
Octal151133265

Shades and tints

Shades of #695BB5

#695BB5
(105,91,181)
#6053A5
(96,83,165)
#574B95
(87,75,149)
#4E4385
(78,67,133)
#453B75
(69,59,117)
#3C3365
(60,51,101)
#332B55
(51,43,85)
#2A2345
(42,35,69)
#211B35
(33,27,53)
#181325
(24,19,37)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #695BB5

#695BB5
(105,91,181)
#7669BB
(118,105,187)
#8377C1
(131,119,193)
#9085C7
(144,133,199)
#9D93CD
(157,147,205)
#AAA1D3
(170,161,211)
#B7AFD9
(183,175,217)
#C4BDDF
(196,189,223)
#D1CBE5
(209,203,229)
#DED9EB
(222,217,235)
#EBE7F1
(235,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695BB5 color. Also use rgb(105,91,181) instead hex code.

Text Font Color

.myTextColor { color: #695BB5; }

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

This text font color is #695BB5.


Background Color

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

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

This div background color is #695BB5.


Border color

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

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

This div border color is #695BB5.


Opacity

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

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

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

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

This text has shadow with #695BB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695BB5 on black background.


Color preview on white background

This text has color #695BB5 on white background.



Black color preview on #695BB5 background

This text has black color on #695BB5 background.


White color preview on #695BB5 background

This text has white color on #695BB5 background.