COLOR #693F74

HEX: #693F74 RGB: (105,63,116)

Color info

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

RGB color model

#693F74 color RGB value is (105,63,116).

RGB: (105,63,116) (41%, 25%, 45%)

RGB channels and saturation

R 105 of 255 = 41%
G 63 of 255 = 25%
B 116 of 255 = 45%

105
63
116

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

Portions of RGB colors in percentages

R + G + B = 105 + 63 + 116 = 284 (100%)
R 105 of 284 ~ 36.97%
G 63 of 284 ~ 22.18%
B 116 of 284 ~ 40.85'%

%36.97
%22.18
%40.85

CMYK color model

#693F74 color CMYK value is (9,46,0,55).

  • cyan value is 9.48%
  • magenta value is 45.69%
  • yellow value is 0.00%
  • key color value is 54.51%

CMYK: (9,46,0,55)
C9M46Y0K55 (9%, 46%, 0%, 55%)
(0.09 / 0.46 / 0.00 / 0.55)

CMYK percentages

%9.48
%45.69
%0
%54.51

Codes

Color #693F74 in popluar color models

69 3F 74
RGB 105 63 116
HSL 288° 29.61% 35.10%
HSB/HSV 288° 45.69% 45.49%
CMYK 9.48% 45.69% 0.00%
54.51%

Color #693F74 in popluar number systems.

HEX 69 3F 74
Decimal 105 63 116
Binary 1101001 111111 1110100
Octal 151 77 164

Shades and tints

Shades of #693F74

#693F74
(105,63,116)
#603A6A
(96,58,106)
#573560
(87,53,96)
#4E3056
(78,48,86)
#452B4C
(69,43,76)
#3C2642
(60,38,66)
#332138
(51,33,56)
#2A1C2E
(42,28,46)
#211724
(33,23,36)
#18121A
(24,18,26)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #693F74

#693F74
(105,63,116)
#765080
(118,80,128)
#83618C
(131,97,140)
#907298
(144,114,152)
#9D83A4
(157,131,164)
#AA94B0
(170,148,176)
#B7A5BC
(183,165,188)
#C4B6C8
(196,182,200)
#D1C7D4
(209,199,212)
#DED8E0
(222,216,224)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693F74; }

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

This text font color is #693F74.

Background Color

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

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

This div background color is #693F74.

Border color

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

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

This div border color is #693F74.

Opacity

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

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

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

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

This text has shadow with #693F74 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #693F74.

Preview

Color preview on black background

This text has color #693F74 on black background.


Color preview on white background

This text has color #693F74 on white background.


Black color preview on #693F74 background

This text has black color on #693F74 background.


White color preview on #693F74 background

This text has white color on #693F74 background.


Related colors

Complementary color

Complementary color for #hex is #96C08B.


I love getcolorcode.com

Triadic colors

1 #74693F and #3F7469 with #693F74 are triadic colors.

2 #743F69 and #3F6974 with #693F74 are triadic colors.