COLOR #693D60

HEX: #693D60 RGB: (105,61,96)

Color info

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

RGB color model

#693D60 color RGB value is (105,61,96).

RGB: (105,61,96) (41%, 24%, 38%)

RGB channels and saturation

R 105 of 255 = 41%
G 61 of 255 = 24%
B 96 of 255 = 38%

105
61
96

R + G + B ~ 34%. #693D60 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 61 + 96 = 262 (100%)
R 105 of 262 ~ 40.08%
G 61 of 262 ~ 23.28%
B 96 of 262 ~ 36.64'%

%40.08
%23.28
%36.64

CMYK color model

#693D60 color CMYK value is (0,42,9,59).

  • cyan value is 0.00%
  • magenta value is 41.90%
  • yellow value is 8.57%
  • key color value is 58.82%

CMYK: (0,42,9,59)
C0M42Y9K59 (0%, 42%, 9%, 59%)
(0.00 / 0.42 / 0.09 / 0.59)

CMYK percentages

%0
%41.9
%8.57
%58.82

Codes

Color #693D60 in popluar color models

69 3D 60
RGB 105 61 96
HSL 312° 26.51% 32.55%
HSB/HSV 312° 41.90% 41.18%
CMYK 0.00% 41.90% 8.57%
58.82%

Color #693D60 in popluar number systems.

HEX 69 3D 60
Decimal 105 61 96
Binary 1101001 111101 1100000
Octal 151 75 140

Shades and tints

Shades of #693D60

#693D60
(105,61,96)
#603858
(96,56,88)
#573350
(87,51,80)
#4E2E48
(78,46,72)
#452940
(69,41,64)
#3C2438
(60,36,56)
#331F30
(51,31,48)
#2A1A28
(42,26,40)
#211520
(33,21,32)
#181018
(24,16,24)
#0F0B10
(15,11,16)
#000000
(0,0,0)

Tints of #693D60

#693D60
(105,61,96)
#764E6E
(118,78,110)
#835F7C
(131,95,124)
#90708A
(144,112,138)
#9D8198
(157,129,152)
#AA92A6
(170,146,166)
#B7A3B4
(183,163,180)
#C4B4C2
(196,180,194)
#D1C5D0
(209,197,208)
#DED6DE
(222,214,222)
#EBE7EC
(235,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693D60 color. Also use rgb(105,61,96) instead hex code.

Text Font Color

.myTextColor { color: #693D60; }

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

This text font color is #693D60.

Background Color

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

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

This div background color is #693D60.

Border color

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

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

This div border color is #693D60.

Opacity

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

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

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

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

This text has shadow with #693D60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #693D60.

Preview

Color preview on black background

This text has color #693D60 on black background.


Color preview on white background

This text has color #693D60 on white background.


Black color preview on #693D60 background

This text has black color on #693D60 background.


White color preview on #693D60 background

This text has white color on #693D60 background.


Related colors

Complementary color

Complementary color for #hex is #96C29F.


I love getcolorcode.com

Triadic colors

1 #60693D and #3D6069 with #693D60 are triadic colors.

2 #603D69 and #3D6960 with #693D60 are triadic colors.