COLOR #693F6B

HEX: #693F6B
RGB: (105,63,107)

Color info

#693F6B contains red, green and blue colors in about the same proportion. Web safe color of #693F6B is #663366 (or #636).

RGB color model

#693F6B color RGB value is (105,63,107).

  • red value is 105;
  • green value is 63;
  • blue value is 107.
RGB:
(105,63,107)
(41%,25%,42%)

RGB channels and saturation

R 105 of 255 = 41%
G 63 of 255 = 25%
B 107 of 255 = 42%

105
63
107

R + G + B ~ 36%. #693F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 63 + 107 = 275 (100%)
R 105 of 275 ~ 38.18%
G 63 of 275 ~ 22.91%
B 107 of 275 ~ 38.91%

%38.18
%22.91
%38.91

CMYK color model

#693F6B color CMYK value is (2,41,0,58).

  • cyan value is 1.87%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(2,41,0,58)
C2M41Y0K58 
(2%,41%,0%,58%)
(0.02/0.41/0.00/0.58)	

CMYK percentages

%1.87
%41.12
%0
%58.04

Codes

Color #693F6B in popluar color models

693F6B
RGB10563107
HSL297°25.88%33.33%
HSB/HSV297°41.12%41.96%
CMYK1.87%41.12%0.00%
58.04%

Color #693F6B in popluar number systems.

HEX693F6B
Decimal10563107
Binary11010011111111101011
Octal15177153

Shades and tints

Shades of #693F6B

#693F6B
(105,63,107)
#603A62
(96,58,98)
#573559
(87,53,89)
#4E3050
(78,48,80)
#452B47
(69,43,71)
#3C263E
(60,38,62)
#332135
(51,33,53)
#2A1C2C
(42,28,44)
#211723
(33,23,35)
#18121A
(24,18,26)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #693F6B

#693F6B
(105,63,107)
#765078
(118,80,120)
#836185
(131,97,133)
#907292
(144,114,146)
#9D839F
(157,131,159)
#AA94AC
(170,148,172)
#B7A5B9
(183,165,185)
#C4B6C6
(196,182,198)
#D1C7D3
(209,199,211)
#DED8E0
(222,216,224)
#EBE9ED
(235,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693F6B color. Also use rgb(105,63,107) instead hex code.

Text Font Color

.myTextColor { color: #693F6B; }

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

This text font color is #693F6B.


Background Color

.myBgColor { background-color: #693F6B; }

<div style="background-color:#693F6B">Inner text</div>

This div background color is #693F6B.


Border color

.myBorderColor { border: 1px solid #693F6B; }

<div style="border:3px solid #693F6B">Div</div>

This div border color is #693F6B.


Opacity

.myOpacity80 { color: #693F6B; opacity: 0.8; }

<p style="color:#693F6B;opacity:0.8;">80%</p>

Text with #693F6B 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 #693F6B;}

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

This text has shadow with #693F6B color.

.textShadow {text-shadow: 3px 3px 1px #693F6B, 3px 3px 1px red;}

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

This text has shadow with #693F6B primary color and red secondary color.


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

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

This text has shadow with #693F6B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693F6B on black background.


Color preview on white background

This text has color #693F6B on white background.



Black color preview on #693F6B background

This text has black color on #693F6B background.


White color preview on #693F6B background

This text has white color on #693F6B background.