COLOR #693F66

HEX: #693F66
RGB: (105,63,102)

Color info

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

RGB color model

#693F66 color RGB value is (105,63,102).

  • red value is 105;
  • green value is 63;
  • blue value is 102.
RGB:
(105,63,102)
(41%,25%,40%)

RGB channels and saturation

R 105 of 255 = 41%
G 63 of 255 = 25%
B 102 of 255 = 40%

105
63
102

R + G + B ~ 35%. #693F66 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 63 + 102 = 270 (100%)
R 105 of 270 ~ 38.89%
G 63 of 270 ~ 23.33%
B 102 of 270 ~ 37.78%

%38.89
%23.33
%37.78

CMYK color model

#693F66 color CMYK value is (0,40,3,59).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 2.86%
  • key color value is 58.82%
CMYK:
(0,40,3,59)
C0M40Y3K59 
(0%,40%,3%,59%)
(0.00/0.40/0.03/0.59)	

CMYK percentages

%0
%40
%2.86
%58.82

Codes

Color #693F66 in popluar color models

693F66
RGB10563102
HSL304°25.00%32.94%
HSB/HSV304°40.00%41.18%
CMYK0.00%40.00%2.86%
58.82%

Color #693F66 in popluar number systems.

HEX693F66
Decimal10563102
Binary11010011111111100110
Octal15177146

Shades and tints

Shades of #693F66

#693F66
(105,63,102)
#603A5D
(96,58,93)
#573554
(87,53,84)
#4E304B
(78,48,75)
#452B42
(69,43,66)
#3C2639
(60,38,57)
#332130
(51,33,48)
#2A1C27
(42,28,39)
#21171E
(33,23,30)
#181215
(24,18,21)
#0F0D0C
(15,13,12)
#000000
(0,0,0)

Tints of #693F66

#693F66
(105,63,102)
#765073
(118,80,115)
#836180
(131,97,128)
#90728D
(144,114,141)
#9D839A
(157,131,154)
#AA94A7
(170,148,167)
#B7A5B4
(183,165,180)
#C4B6C1
(196,182,193)
#D1C7CE
(209,199,206)
#DED8DB
(222,216,219)
#EBE9E8
(235,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693F66; }

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

This text font color is #693F66.


Background Color

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

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

This div background color is #693F66.


Border color

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

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

This div border color is #693F66.


Opacity

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

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

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

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

This text has shadow with #693F66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693F66 on black background.


Color preview on white background

This text has color #693F66 on white background.



Black color preview on #693F66 background

This text has black color on #693F66 background.


White color preview on #693F66 background

This text has white color on #693F66 background.