COLOR #693F6D

HEX: #693F6D
RGB: (105,63,109)

Color info

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

RGB color model

#693F6D color RGB value is (105,63,109).

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

RGB channels and saturation

R 105 of 255 = 41%
G 63 of 255 = 25%
B 109 of 255 = 43%

105
63
109

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

Portions of RGB colors in percentages

R + G + B =
105 + 63 + 109 = 277 (100%)
R 105 of 277 ~ 37.91%
G 63 of 277 ~ 22.74%
B 109 of 277 ~ 39.35%

%37.91
%22.74
%39.35

CMYK color model

#693F6D color CMYK value is (4,42,0,57).

  • cyan value is 3.67%
  • magenta value is 42.20%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(4,42,0,57)
C4M42Y0K57 
(4%,42%,0%,57%)
(0.04/0.42/0.00/0.57)	

CMYK percentages

%3.67
%42.2
%0
%57.25

Codes

Color #693F6D in popluar color models

693F6D
RGB10563109
HSL295°26.74%33.73%
HSB/HSV295°42.20%42.75%
CMYK3.67%42.20%0.00%
57.25%

Color #693F6D in popluar number systems.

HEX693F6D
Decimal10563109
Binary11010011111111101101
Octal15177155

Shades and tints

Shades of #693F6D

#693F6D
(105,63,109)
#603A64
(96,58,100)
#57355B
(87,53,91)
#4E3052
(78,48,82)
#452B49
(69,43,73)
#3C2640
(60,38,64)
#332137
(51,33,55)
#2A1C2E
(42,28,46)
#211725
(33,23,37)
#18121C
(24,18,28)
#0F0D13
(15,13,19)
#000000
(0,0,0)

Tints of #693F6D

#693F6D
(105,63,109)
#76507A
(118,80,122)
#836187
(131,97,135)
#907294
(144,114,148)
#9D83A1
(157,131,161)
#AA94AE
(170,148,174)
#B7A5BB
(183,165,187)
#C4B6C8
(196,182,200)
#D1C7D5
(209,199,213)
#DED8E2
(222,216,226)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693F6D; }

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

This text font color is #693F6D.


Background Color

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

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

This div background color is #693F6D.


Border color

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

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

This div border color is #693F6D.


Opacity

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

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

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

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

This text has shadow with #693F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693F6D on black background.


Color preview on white background

This text has color #693F6D on white background.



Black color preview on #693F6D background

This text has black color on #693F6D background.


White color preview on #693F6D background

This text has white color on #693F6D background.