COLOR #684880

HEX: #684880
RGB: (104,72,128)

Renk bilgisi

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

RGB renk modeli

#684880 color RGB value is (104,72,128).

  • kırmız ton 104;
  • yeşil ton 72;
  • mavi ton 128.
RGB:
(104,72,128)
(41%,28%,50%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 72 of 255 = 28%
B 128 of 255 = 50%

104
72
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 72 + 128 = 304 (100%)
R 104 of 304 ~ 34.21%
G 72 of 304 ~ 23.68%
B 128 of 304 ~ 42.11%

%34.21
%23.68
%42.11

CMYK RENK MODELİ

#684880 rengi CMYK tonu (19,44,0,50).

  • camgöbeği tonu 18.75%
  • eflatun tonu 43.75%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(19,44,0,50)
C19M44Y0K50 
(19%,44%,0%,50%)
(0.19/0.44/0.00/0.50)	

CMYK yüzdeleri

%18.75
%43.75
%0
%49.8

Codes

Color #684880 in popluar color models

684880
RGB10472128
HSL274°28.00%39.22%
HSB/HSV274°43.75%50.20%
CMYK18.75%43.75%0.00%
49.80%

Color #684880 in popluar number systems.

HEX684880
Decimal10472128
Binary1101000100100010000000
Octal150110200

Shades and tints

Shades of #684880

#684880
(104,72,128)
#5F4275
(95,66,117)
#563C6A
(86,60,106)
#4D365F
(77,54,95)
#443054
(68,48,84)
#3B2A49
(59,42,73)
#32243E
(50,36,62)
#291E33
(41,30,51)
#201828
(32,24,40)
#17121D
(23,18,29)
#0E0C12
(14,12,18)
#000000
(0,0,0)

Tints of #684880

#684880
(104,72,128)
#75588B
(117,88,139)
#826896
(130,104,150)
#8F78A1
(143,120,161)
#9C88AC
(156,136,172)
#A998B7
(169,152,183)
#B6A8C2
(182,168,194)
#C3B8CD
(195,184,205)
#D0C8D8
(208,200,216)
#DDD8E3
(221,216,227)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684880 color. Also use rgb(104,72,128) instead hex code.

Text Font Color

.myTextColor { color: #684880; }

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

This text font color is #684880.


Background Color

.myBgColor { background-color: #684880; }

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

This div background color is #684880.


Border color

.myBorderColor { border: 1px solid #684880; }

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

This div border color is #684880.


Opacity

.myOpacity80 { color: #684880; opacity: 0.8; }

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

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

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

This text has shadow with #684880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684880 on black background.


Color preview on white background

This text has color #684880 on white background.



Black color preview on #684880 background

This text has black color on #684880 background.


White color preview on #684880 background

This text has white color on #684880 background.