COLOR #693C63

HEX: #693C63 RGB: (105,60,99)

Color info

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

RGB color model

#693C63 color RGB value is (105,60,99).

RGB: (105,60,99) (41%, 24%, 39%)

RGB channels and saturation

R 105 of 255 = 41%
G 60 of 255 = 24%
B 99 of 255 = 39%

105
60
99

R + G + B ~ 35%. #693C63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 60 + 99 = 264 (100%)
R 105 of 264 ~ 39.77%
G 60 of 264 ~ 22.73%
B 99 of 264 ~ 37.5'%

%39.77
%22.73
%37.5

CMYK color model

#693C63 color CMYK value is (0,43,6,59).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 5.71%
  • key color value is 58.82%

CMYK: (0,43,6,59)
C0M43Y6K59 (0%, 43%, 6%, 59%)
(0.00 / 0.43 / 0.06 / 0.59)

CMYK percentages

%0
%42.86
%5.71
%58.82

Codes

Color #693C63 in popluar color models

69 3C 63
RGB 105 60 99
HSL 308° 27.27% 32.35%
HSB/HSV 308° 42.86% 41.18%
CMYK 0.00% 42.86% 5.71%
58.82%

Color #693C63 in popluar number systems.

HEX 69 3C 63
Decimal 105 60 99
Binary 1101001 111100 1100011
Octal 151 74 143

Shades and tints

Shades of #693C63

#693C63
(105,60,99)
#60375A
(96,55,90)
#573251
(87,50,81)
#4E2D48
(78,45,72)
#45283F
(69,40,63)
#3C2336
(60,35,54)
#331E2D
(51,30,45)
#2A1924
(42,25,36)
#21141B
(33,20,27)
#180F12
(24,15,18)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #693C63

#693C63
(105,60,99)
#764D71
(118,77,113)
#835E7F
(131,94,127)
#906F8D
(144,111,141)
#9D809B
(157,128,155)
#AA91A9
(170,145,169)
#B7A2B7
(183,162,183)
#C4B3C5
(196,179,197)
#D1C4D3
(209,196,211)
#DED5E1
(222,213,225)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693C63 color. Also use rgb(105,60,99) instead hex code.

Text Font Color

.myTextColor { color: #693C63; }

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

This text font color is #693C63.

Background Color

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

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

This div background color is #693C63.

Border color

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

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

This div border color is #693C63.

Opacity

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

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

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

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

This text has shadow with #693C63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #693C63.

Preview

Color preview on black background

This text has color #693C63 on black background.


Color preview on white background

This text has color #693C63 on white background.


Black color preview on #693C63 background

This text has black color on #693C63 background.


White color preview on #693C63 background

This text has white color on #693C63 background.


Related colors

Complementary color

Complementary color for #hex is #96C39C.


I love getcolorcode.com

Triadic colors

1 #63693C and #3C6369 with #693C63 are triadic colors.

2 #633C69 and #3C6963 with #693C63 are triadic colors.