COLOR #680D63

HEX: #680D63
RGB: (104,13,99)

Renk bilgisi

#680D63 contains mainly red and blue colors. #680D63 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#680D63 color RGB value is (104,13,99).

  • kırmız ton 104;
  • yeşil ton 13;
  • mavi ton 99.
RGB:
(104,13,99)
(41%,5%,39%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 13 of 255 = 5%
B 99 of 255 = 39%

104
13
99

R + G + B ~ 28%. #680D63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 13 + 99 = 216 (100%)
R 104 of 216 ~ 48.15%
G 13 of 216 ~ 6.02%
B 99 of 216 ~ 45.83%

%48.15
%45.83

CMYK RENK MODELİ

#680D63 rengi CMYK tonu (0,88,5,59).

  • camgöbeği tonu 0.00%
  • eflatun tonu 87.50%
  • sarı tonu 4.81%
  • ana renk tonu 59.22%
CMYK:
(0,88,5,59)
C0M88Y5K59 
(0%,88%,5%,59%)
(0.00/0.88/0.05/0.59)	

CMYK yüzdeleri

%0
%87.5
%4.81
%59.22

Codes

Color #680D63 in popluar color models

680D63
RGB1041399
HSL303°77.78%22.94%
HSB/HSV303°87.50%40.78%
CMYK0.00%87.50%4.81%
59.22%

Color #680D63 in popluar number systems.

HEX680D63
Decimal1041399
Binary110100011011100011
Octal15015143

Shades and tints

Shades of #680D63

#680D63
(104,13,99)
#5F0C5A
(95,12,90)
#560B51
(86,11,81)
#4D0A48
(77,10,72)
#44093F
(68,9,63)
#3B0836
(59,8,54)
#32072D
(50,7,45)
#290624
(41,6,36)
#20051B
(32,5,27)
#170412
(23,4,18)
#0E0309
(14,3,9)
#000000
(0,0,0)

Tints of #680D63

#680D63
(104,13,99)
#752371
(117,35,113)
#82397F
(130,57,127)
#8F4F8D
(143,79,141)
#9C659B
(156,101,155)
#A97BA9
(169,123,169)
#B691B7
(182,145,183)
#C3A7C5
(195,167,197)
#D0BDD3
(208,189,211)
#DDD3E1
(221,211,225)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #680D63 color. Also use rgb(104,13,99) instead hex code.

Text Font Color

.myTextColor { color: #680D63; }

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

This text font color is #680D63.


Background Color

.myBgColor { background-color: #680D63; }

<div style="background-color:#680D63">Inner text</div>

This div background color is #680D63.


Border color

.myBorderColor { border: 1px solid #680D63; }

<div style="border:3px solid #680D63">Div</div>

This div border color is #680D63.


Opacity

.myOpacity80 { color: #680D63; opacity: 0.8; }

<p style="color:#680D63;opacity:0.8;">80%</p>

Text with #680D63 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 #680D63;}

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

This text has shadow with #680D63 color.

.textShadow {text-shadow: 3px 3px 1px #680D63, 3px 3px 1px red;}

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

This text has shadow with #680D63 primary color and red secondary color.


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

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

This text has shadow with #680D63 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #680D63 on black background.


Color preview on white background

This text has color #680D63 on white background.



Black color preview on #680D63 background

This text has black color on #680D63 background.


White color preview on #680D63 background

This text has white color on #680D63 background.