COLOR #695E7C

HEX: #695E7C
RGB: (105,94,124)

Color info

#695E7C contains red, green and blue colors in about the same proportion. Web safe color of #695E7C is #666666 (or #666).

RGB color model

#695E7C color RGB value is (105,94,124).

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

RGB channels and saturation

R 105 of 255 = 41%
G 94 of 255 = 37%
B 124 of 255 = 49%

105
94
124

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

Portions of RGB colors in percentages

R + G + B =
105 + 94 + 124 = 323 (100%)
R 105 of 323 ~ 32.51%
G 94 of 323 ~ 29.1%
B 124 of 323 ~ 38.39%

%32.51
%29.1
%38.39

CMYK color model

#695E7C color CMYK value is (15,24,0,51).

  • cyan value is 15.32%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(15,24,0,51)
C15M24Y0K51 
(15%,24%,0%,51%)
(0.15/0.24/0.00/0.51)	

CMYK percentages

%15.32
%24.19
%0
%51.37

Codes

Color #695E7C in popluar color models

695E7C
RGB10594124
HSL262°13.76%42.75%
HSB/HSV262°24.19%48.63%
CMYK15.32%24.19%0.00%
51.37%

Color #695E7C in popluar number systems.

HEX695E7C
Decimal10594124
Binary110100110111101111100
Octal151136174

Shades and tints

Shades of #695E7C

#695E7C
(105,94,124)
#605671
(96,86,113)
#574E66
(87,78,102)
#4E465B
(78,70,91)
#453E50
(69,62,80)
#3C3645
(60,54,69)
#332E3A
(51,46,58)
#2A262F
(42,38,47)
#211E24
(33,30,36)
#181619
(24,22,25)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #695E7C

#695E7C
(105,94,124)
#766C87
(118,108,135)
#837A92
(131,122,146)
#90889D
(144,136,157)
#9D96A8
(157,150,168)
#AAA4B3
(170,164,179)
#B7B2BE
(183,178,190)
#C4C0C9
(196,192,201)
#D1CED4
(209,206,212)
#DEDCDF
(222,220,223)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695E7C; }

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

This text font color is #695E7C.


Background Color

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

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

This div background color is #695E7C.


Border color

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

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

This div border color is #695E7C.


Opacity

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

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

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

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

This text has shadow with #695E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695E7C on black background.


Color preview on white background

This text has color #695E7C on white background.



Black color preview on #695E7C background

This text has black color on #695E7C background.


White color preview on #695E7C background

This text has white color on #695E7C background.