COLOR #693F87

HEX: #693F87 RGB: (105,63,135)

Color info

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

RGB color model

#693F87 color RGB value is (105,63,135).

RGB: (105,63,135) (41%, 25%, 53%)

RGB channels and saturation

R 105 of 255 = 41%
G 63 of 255 = 25%
B 135 of 255 = 53%

105
63
135

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

Portions of RGB colors in percentages

R + G + B = 105 + 63 + 135 = 303 (100%)
R 105 of 303 ~ 34.65%
G 63 of 303 ~ 20.79%
B 135 of 303 ~ 44.55'%

%34.65
%20.79
%44.55

CMYK color model

#693F87 color CMYK value is (22,53,0,47).

  • cyan value is 22.22%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 47.06%

CMYK: (22,53,0,47)
C22M53Y0K47 (22%, 53%, 0%, 47%)
(0.22 / 0.53 / 0.00 / 0.47)

CMYK percentages

%22.22
%53.33
%0
%47.06

Codes

Color #693F87 in popluar color models

69 3F 87
RGB 105 63 135
HSL 275° 36.36% 38.82%
HSB/HSV 275° 53.33% 52.94%
CMYK 22.22% 53.33% 0.00%
47.06%

Color #693F87 in popluar number systems.

HEX 69 3F 87
Decimal 105 63 135
Binary 1101001 111111 10000111
Octal 151 77 207

Shades and tints

Shades of #693F87

#693F87
(105,63,135)
#603A7B
(96,58,123)
#57356F
(87,53,111)
#4E3063
(78,48,99)
#452B57
(69,43,87)
#3C264B
(60,38,75)
#33213F
(51,33,63)
#2A1C33
(42,28,51)
#211727
(33,23,39)
#18121B
(24,18,27)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #693F87

#693F87
(105,63,135)
#765091
(118,80,145)
#83619B
(131,97,155)
#9072A5
(144,114,165)
#9D83AF
(157,131,175)
#AA94B9
(170,148,185)
#B7A5C3
(183,165,195)
#C4B6CD
(196,182,205)
#D1C7D7
(209,199,215)
#DED8E1
(222,216,225)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #693F87 color. Also use rgb(105,63,135) instead hex code.

Text Font Color

.myTextColor { color: #693F87; }

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

This text font color is #693F87.

Background Color

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

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

This div background color is #693F87.

Border color

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

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

This div border color is #693F87.

Opacity

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

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

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

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

This text has shadow with #693F87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #693F87.

Preview

Color preview on black background

This text has color #693F87 on black background.


Color preview on white background

This text has color #693F87 on white background.


Black color preview on #693F87 background

This text has black color on #693F87 background.


White color preview on #693F87 background

This text has white color on #693F87 background.


Related colors

Complementary color

Complementary color for #hex is #96C078.


I love getcolorcode.com

Triadic colors

1 #87693F and #3F8769 with #693F87 are triadic colors.

2 #873F69 and #3F6987 with #693F87 are triadic colors.