COLOR #693E6C

HEX: #693E6C
RGB: (105,62,108)

Color info

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

RGB color model

#693E6C color RGB value is (105,62,108).

  • red value is 105;
  • green value is 62;
  • blue value is 108.
RGB:
(105,62,108)
(41%,24%,42%)

RGB channels and saturation

R 105 of 255 = 41%
G 62 of 255 = 24%
B 108 of 255 = 42%

105
62
108

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

Portions of RGB colors in percentages

R + G + B =
105 + 62 + 108 = 275 (100%)
R 105 of 275 ~ 38.18%
G 62 of 275 ~ 22.55%
B 108 of 275 ~ 39.27%

%38.18
%22.55
%39.27

CMYK color model

#693E6C color CMYK value is (3,43,0,58).

  • cyan value is 2.78%
  • magenta value is 42.59%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(3,43,0,58)
C3M43Y0K58 
(3%,43%,0%,58%)
(0.03/0.43/0.00/0.58)	

CMYK percentages

%2.78
%42.59
%0
%57.65

Codes

Color #693E6C in popluar color models

693E6C
RGB10562108
HSL296°27.06%33.33%
HSB/HSV296°42.59%42.35%
CMYK2.78%42.59%0.00%
57.65%

Color #693E6C in popluar number systems.

HEX693E6C
Decimal10562108
Binary11010011111101101100
Octal15176154

Shades and tints

Shades of #693E6C

#693E6C
(105,62,108)
#603963
(96,57,99)
#57345A
(87,52,90)
#4E2F51
(78,47,81)
#452A48
(69,42,72)
#3C253F
(60,37,63)
#332036
(51,32,54)
#2A1B2D
(42,27,45)
#211624
(33,22,36)
#18111B
(24,17,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #693E6C

#693E6C
(105,62,108)
#764F79
(118,79,121)
#836086
(131,96,134)
#907193
(144,113,147)
#9D82A0
(157,130,160)
#AA93AD
(170,147,173)
#B7A4BA
(183,164,186)
#C4B5C7
(196,181,199)
#D1C6D4
(209,198,212)
#DED7E1
(222,215,225)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693E6C color. Also use rgb(105,62,108) instead hex code.

Text Font Color

.myTextColor { color: #693E6C; }

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

This text font color is #693E6C.


Background Color

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

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

This div background color is #693E6C.


Border color

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

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

This div border color is #693E6C.


Opacity

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

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

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

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

This text has shadow with #693E6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693E6C on black background.


Color preview on white background

This text has color #693E6C on white background.



Black color preview on #693E6C background

This text has black color on #693E6C background.


White color preview on #693E6C background

This text has white color on #693E6C background.