COLOR #693C63

HEX: #693C63
RGB: (105,60,99)

Renk bilgisi

#693C63 contains red, green and blue colors in about the same proportion. #693C63 ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#693C63 color RGB value is (105,60,99).

  • kırmız ton 105;
  • yeşil ton 60;
  • mavi ton 99.
RGB:
(105,60,99)
(41%,24%,39%)

RGB bağlantıları ve doygunluk

R 105 of 255 = 41%
G 60 of 255 = 24%
B 99 of 255 = 39%

105
60
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
105 + 60 + 99 = 264 (100%)
R 105 of 264 ~ 39.77%
G 60 of 264 ~ 22.73%
B 99 of 264 ~ 37.5%

%39.77
%22.73
%37.5

CMYK RENK MODELİ

#693C63 rengi CMYK tonu (0,43,6,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 42.86%
  • sarı tonu 5.71%
  • ana renk tonu 58.82%
CMYK:
(0,43,6,59)
C0M43Y6K59 
(0%,43%,6%,59%)
(0.00/0.43/0.06/0.59)	

CMYK yüzdeleri

%0
%42.86
%5.71
%58.82

Codes

Color #693C63 in popluar color models

693C63
RGB1056099
HSL308°27.27%32.35%
HSB/HSV308°42.86%41.18%
CMYK0.00%42.86%5.71%
58.82%

Color #693C63 in popluar number systems.

HEX693C63
Decimal1056099
Binary11010011111001100011
Octal15174143

Shades and tints

Shades of #693C63

#693C63
(105,60,99)
#60375A
(96,55,90)
#573251
(87,50,81)
#4E2D48
(78,45,72)
#45283F
(69,40,63)
#3C2336
(60,35,54)
#331E2D
(51,30,45)
#2A1924
(42,25,36)
#21141B
(33,20,27)
#180F12
(24,15,18)
#0F0A09
(15,10,9)
#000000
(0,0,0)

Tints of #693C63

#693C63
(105,60,99)
#764D71
(118,77,113)
#835E7F
(131,94,127)
#906F8D
(144,111,141)
#9D809B
(157,128,155)
#AA91A9
(170,145,169)
#B7A2B7
(183,162,183)
#C4B3C5
(196,179,197)
#D1C4D3
(209,196,211)
#DED5E1
(222,213,225)
#EBE6EF
(235,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #693C63; }

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

This text font color is #693C63.


Background Color

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

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

This div background color is #693C63.


Border color

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

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

This div border color is #693C63.


Opacity

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

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

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

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

This text has shadow with #693C63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #693C63 on black background.


Color preview on white background

This text has color #693C63 on white background.



Black color preview on #693C63 background

This text has black color on #693C63 background.


White color preview on #693C63 background

This text has white color on #693C63 background.