COLOR #684871

HEX: #684871
RGB: (104,72,113)

Renk bilgisi

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

RGB renk modeli

#684871 color RGB value is (104,72,113).

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

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 72 of 255 = 28%
B 113 of 255 = 44%

104
72
113

R + G + B ~ 38%. #684871 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 72 + 113 = 289 (100%)
R 104 of 289 ~ 35.99%
G 72 of 289 ~ 24.91%
B 113 of 289 ~ 39.1%

%35.99
%24.91
%39.1

CMYK RENK MODELİ

#684871 rengi CMYK tonu (8,36,0,56).

  • camgöbeği tonu 7.96%
  • eflatun tonu 36.28%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(8,36,0,56)
C8M36Y0K56 
(8%,36%,0%,56%)
(0.08/0.36/0.00/0.56)	

CMYK yüzdeleri

%7.96
%36.28
%0
%55.69

Codes

Color #684871 in popluar color models

684871
RGB10472113
HSL287°22.16%36.27%
HSB/HSV287°36.28%44.31%
CMYK7.96%36.28%0.00%
55.69%

Color #684871 in popluar number systems.

HEX684871
Decimal10472113
Binary110100010010001110001
Octal150110161

Shades and tints

Shades of #684871

#684871
(104,72,113)
#5F4267
(95,66,103)
#563C5D
(86,60,93)
#4D3653
(77,54,83)
#443049
(68,48,73)
#3B2A3F
(59,42,63)
#322435
(50,36,53)
#291E2B
(41,30,43)
#201821
(32,24,33)
#171217
(23,18,23)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #684871

#684871
(104,72,113)
#75587D
(117,88,125)
#826889
(130,104,137)
#8F7895
(143,120,149)
#9C88A1
(156,136,161)
#A998AD
(169,152,173)
#B6A8B9
(182,168,185)
#C3B8C5
(195,184,197)
#D0C8D1
(208,200,209)
#DDD8DD
(221,216,221)
#EAE8E9
(234,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #684871; }

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

This text font color is #684871.


Background Color

.myBgColor { background-color: #684871; }

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

This div background color is #684871.


Border color

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

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

This div border color is #684871.


Opacity

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

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

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

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

This text has shadow with #684871 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684871 on black background.


Color preview on white background

This text has color #684871 on white background.



Black color preview on #684871 background

This text has black color on #684871 background.


White color preview on #684871 background

This text has white color on #684871 background.