COLOR #693B78

HEX: #693B78
RGB: (105,59,120)

Color info

#693B78 contains mainly red and blue colors. Web safe color of #693B78 is #663366 (or #636).

RGB color model

#693B78 color RGB value is (105,59,120).

  • red value is 105;
  • green value is 59;
  • blue value is 120.
RGB:
(105,59,120)
(41%,23%,47%)

RGB channels and saturation

R 105 of 255 = 41%
G 59 of 255 = 23%
B 120 of 255 = 47%

105
59
120

R + G + B ~ 37%. #693B78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 59 + 120 = 284 (100%)
R 105 of 284 ~ 36.97%
G 59 of 284 ~ 20.77%
B 120 of 284 ~ 42.25%

%36.97
%20.77
%42.25

CMYK color model

#693B78 color CMYK value is (13,51,0,53).

  • cyan value is 12.50%
  • magenta value is 50.83%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(13,51,0,53)
C13M51Y0K53 
(13%,51%,0%,53%)
(0.13/0.51/0.00/0.53)	

CMYK percentages

%12.5
%50.83
%0
%52.94

Codes

Color #693B78 in popluar color models

693B78
RGB10559120
HSL285°34.08%35.10%
HSB/HSV285°50.83%47.06%
CMYK12.50%50.83%0.00%
52.94%

Color #693B78 in popluar number systems.

HEX693B78
Decimal10559120
Binary11010011110111111000
Octal15173170

Shades and tints

Shades of #693B78

#693B78
(105,59,120)
#60366E
(96,54,110)
#573164
(87,49,100)
#4E2C5A
(78,44,90)
#452750
(69,39,80)
#3C2246
(60,34,70)
#331D3C
(51,29,60)
#2A1832
(42,24,50)
#211328
(33,19,40)
#180E1E
(24,14,30)
#0F0914
(15,9,20)
#000000
(0,0,0)

Tints of #693B78

#693B78
(105,59,120)
#764C84
(118,76,132)
#835D90
(131,93,144)
#906E9C
(144,110,156)
#9D7FA8
(157,127,168)
#AA90B4
(170,144,180)
#B7A1C0
(183,161,192)
#C4B2CC
(196,178,204)
#D1C3D8
(209,195,216)
#DED4E4
(222,212,228)
#EBE5F0
(235,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693B78 color. Also use rgb(105,59,120) instead hex code.

Text Font Color

.myTextColor { color: #693B78; }

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

This text font color is #693B78.


Background Color

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

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

This div background color is #693B78.


Border color

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

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

This div border color is #693B78.


Opacity

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

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

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

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

This text has shadow with #693B78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693B78 on black background.


Color preview on white background

This text has color #693B78 on white background.



Black color preview on #693B78 background

This text has black color on #693B78 background.


White color preview on #693B78 background

This text has white color on #693B78 background.