COLOR #693790

HEX: #693790
RGB: (105,55,144)

Color info

#693790 contains mainly red and blue colors. Web safe color of #693790 is #663399 (or #639).

RGB color model

#693790 color RGB value is (105,55,144).

  • red value is 105;
  • green value is 55;
  • blue value is 144.
RGB:
(105,55,144)
(41%,22%,56%)

RGB channels and saturation

R 105 of 255 = 41%
G 55 of 255 = 22%
B 144 of 255 = 56%

105
55
144

R + G + B ~ 40%. #693790 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 55 + 144 = 304 (100%)
R 105 of 304 ~ 34.54%
G 55 of 304 ~ 18.09%
B 144 of 304 ~ 47.37%

%34.54
%18.09
%47.37

CMYK color model

#693790 color CMYK value is (27,62,0,44).

  • cyan value is 27.08%
  • magenta value is 61.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(27,62,0,44)
C27M62Y0K44 
(27%,62%,0%,44%)
(0.27/0.62/0.00/0.44)	

CMYK percentages

%27.08
%61.81
%0
%43.53

Codes

Color #693790 in popluar color models

693790
RGB10555144
HSL274°44.72%39.02%
HSB/HSV274°61.81%56.47%
CMYK27.08%61.81%0.00%
43.53%

Color #693790 in popluar number systems.

HEX693790
Decimal10555144
Binary110100111011110010000
Octal15167220

Shades and tints

Shades of #693790

#693790
(105,55,144)
#603283
(96,50,131)
#572D76
(87,45,118)
#4E2869
(78,40,105)
#45235C
(69,35,92)
#3C1E4F
(60,30,79)
#331942
(51,25,66)
#2A1435
(42,20,53)
#210F28
(33,15,40)
#180A1B
(24,10,27)
#0F050E
(15,5,14)
#000000
(0,0,0)

Tints of #693790

#693790
(105,55,144)
#76499A
(118,73,154)
#835BA4
(131,91,164)
#906DAE
(144,109,174)
#9D7FB8
(157,127,184)
#AA91C2
(170,145,194)
#B7A3CC
(183,163,204)
#C4B5D6
(196,181,214)
#D1C7E0
(209,199,224)
#DED9EA
(222,217,234)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693790 color. Also use rgb(105,55,144) instead hex code.

Text Font Color

.myTextColor { color: #693790; }

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

This text font color is #693790.


Background Color

.myBgColor { background-color: #693790; }

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

This div background color is #693790.


Border color

.myBorderColor { border: 1px solid #693790; }

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

This div border color is #693790.


Opacity

.myOpacity80 { color: #693790; opacity: 0.8; }

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

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

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

This text has shadow with #693790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693790 on black background.


Color preview on white background

This text has color #693790 on white background.



Black color preview on #693790 background

This text has black color on #693790 background.


White color preview on #693790 background

This text has white color on #693790 background.