COLOR #695E8A

HEX: #695E8A
RGB: (105,94,138)

Color info

#695E8A contains red, green and blue colors in about the same proportion. Web safe color of #695E8A is #666699 (or #669).

RGB color model

#695E8A color RGB value is (105,94,138).

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

RGB channels and saturation

R 105 of 255 = 41%
G 94 of 255 = 37%
B 138 of 255 = 54%

105
94
138

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

Portions of RGB colors in percentages

R + G + B =
105 + 94 + 138 = 337 (100%)
R 105 of 337 ~ 31.16%
G 94 of 337 ~ 27.89%
B 138 of 337 ~ 40.95%

%31.16
%27.89
%40.95

CMYK color model

#695E8A color CMYK value is (24,32,0,46).

  • cyan value is 23.91%
  • magenta value is 31.88%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(24,32,0,46)
C24M32Y0K46 
(24%,32%,0%,46%)
(0.24/0.32/0.00/0.46)	

CMYK percentages

%23.91
%31.88
%0
%45.88

Codes

Color #695E8A in popluar color models

695E8A
RGB10594138
HSL255°18.97%45.49%
HSB/HSV255°31.88%54.12%
CMYK23.91%31.88%0.00%
45.88%

Color #695E8A in popluar number systems.

HEX695E8A
Decimal10594138
Binary1101001101111010001010
Octal151136212

Shades and tints

Shades of #695E8A

#695E8A
(105,94,138)
#60567E
(96,86,126)
#574E72
(87,78,114)
#4E4666
(78,70,102)
#453E5A
(69,62,90)
#3C364E
(60,54,78)
#332E42
(51,46,66)
#2A2636
(42,38,54)
#211E2A
(33,30,42)
#18161E
(24,22,30)
#0F0E12
(15,14,18)
#000000
(0,0,0)

Tints of #695E8A

#695E8A
(105,94,138)
#766C94
(118,108,148)
#837A9E
(131,122,158)
#9088A8
(144,136,168)
#9D96B2
(157,150,178)
#AAA4BC
(170,164,188)
#B7B2C6
(183,178,198)
#C4C0D0
(196,192,208)
#D1CEDA
(209,206,218)
#DEDCE4
(222,220,228)
#EBEAEE
(235,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695E8A; }

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

This text font color is #695E8A.


Background Color

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

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

This div background color is #695E8A.


Border color

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

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

This div border color is #695E8A.


Opacity

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

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

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

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

This text has shadow with #695E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695E8A on black background.


Color preview on white background

This text has color #695E8A on white background.



Black color preview on #695E8A background

This text has black color on #695E8A background.


White color preview on #695E8A background

This text has white color on #695E8A background.