COLOR #693C8E

HEX: #693C8E
RGB: (105,60,142)

Color info

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

RGB color model

#693C8E color RGB value is (105,60,142).

  • red value is 105;
  • green value is 60;
  • blue value is 142.
RGB:
(105,60,142)
(41%,24%,56%)

RGB channels and saturation

R 105 of 255 = 41%
G 60 of 255 = 24%
B 142 of 255 = 56%

105
60
142

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

Portions of RGB colors in percentages

R + G + B =
105 + 60 + 142 = 307 (100%)
R 105 of 307 ~ 34.2%
G 60 of 307 ~ 19.54%
B 142 of 307 ~ 46.25%

%34.2
%19.54
%46.25

CMYK color model

#693C8E color CMYK value is (26,58,0,44).

  • cyan value is 26.06%
  • magenta value is 57.75%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(26,58,0,44)
C26M58Y0K44 
(26%,58%,0%,44%)
(0.26/0.58/0.00/0.44)	

CMYK percentages

%26.06
%57.75
%0
%44.31

Codes

Color #693C8E in popluar color models

693C8E
RGB10560142
HSL273°40.59%39.61%
HSB/HSV273°57.75%55.69%
CMYK26.06%57.75%0.00%
44.31%

Color #693C8E in popluar number systems.

HEX693C8E
Decimal10560142
Binary110100111110010001110
Octal15174216

Shades and tints

Shades of #693C8E

#693C8E
(105,60,142)
#603782
(96,55,130)
#573276
(87,50,118)
#4E2D6A
(78,45,106)
#45285E
(69,40,94)
#3C2352
(60,35,82)
#331E46
(51,30,70)
#2A193A
(42,25,58)
#21142E
(33,20,46)
#180F22
(24,15,34)
#0F0A16
(15,10,22)
#000000
(0,0,0)

Tints of #693C8E

#693C8E
(105,60,142)
#764D98
(118,77,152)
#835EA2
(131,94,162)
#906FAC
(144,111,172)
#9D80B6
(157,128,182)
#AA91C0
(170,145,192)
#B7A2CA
(183,162,202)
#C4B3D4
(196,179,212)
#D1C4DE
(209,196,222)
#DED5E8
(222,213,232)
#EBE6F2
(235,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693C8E; }

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

This text font color is #693C8E.


Background Color

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

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

This div background color is #693C8E.


Border color

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

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

This div border color is #693C8E.


Opacity

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

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

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

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

This text has shadow with #693C8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693C8E on black background.


Color preview on white background

This text has color #693C8E on white background.



Black color preview on #693C8E background

This text has black color on #693C8E background.


White color preview on #693C8E background

This text has white color on #693C8E background.