COLOR #684BB8

HEX: #684BB8
RGB: (104,75,184)

Renk bilgisi

#684BB8 contains mainly blue color. #684BB8 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#684BB8 color RGB value is (104,75,184).

  • kırmız ton 104;
  • yeşil ton 75;
  • mavi ton 184.
RGB:
(104,75,184)
(41%,29%,72%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 75 of 255 = 29%
B 184 of 255 = 72%

104
75
184

R + G + B ~ 47%. #684BB8 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 75 + 184 = 363 (100%)
R 104 of 363 ~ 28.65%
G 75 of 363 ~ 20.66%
B 184 of 363 ~ 50.69%

%28.65
%20.66
%50.69

CMYK RENK MODELİ

#684BB8 rengi CMYK tonu (43,59,0,28).

  • camgöbeği tonu 43.48%
  • eflatun tonu 59.24%
  • sarı tonu 0.00%
  • ana renk tonu 27.84%
CMYK:
(43,59,0,28)
C43M59Y0K28 
(43%,59%,0%,28%)
(0.43/0.59/0.00/0.28)	

CMYK yüzdeleri

%43.48
%59.24
%0
%27.84

Codes

Color #684BB8 in popluar color models

684BB8
RGB10475184
HSL256°43.43%50.78%
HSB/HSV256°59.24%72.16%
CMYK43.48%59.24%0.00%
27.84%

Color #684BB8 in popluar number systems.

HEX684BB8
Decimal10475184
Binary1101000100101110111000
Octal150113270

Shades and tints

Shades of #684BB8

#684BB8
(104,75,184)
#5F45A8
(95,69,168)
#563F98
(86,63,152)
#4D3988
(77,57,136)
#443378
(68,51,120)
#3B2D68
(59,45,104)
#322758
(50,39,88)
#292148
(41,33,72)
#201B38
(32,27,56)
#171528
(23,21,40)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #684BB8

#684BB8
(104,75,184)
#755BBE
(117,91,190)
#826BC4
(130,107,196)
#8F7BCA
(143,123,202)
#9C8BD0
(156,139,208)
#A99BD6
(169,155,214)
#B6ABDC
(182,171,220)
#C3BBE2
(195,187,226)
#D0CBE8
(208,203,232)
#DDDBEE
(221,219,238)
#EAEBF4
(234,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #684BB8 color. Also use rgb(104,75,184) instead hex code.

Text Font Color

.myTextColor { color: #684BB8; }

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

This text font color is #684BB8.


Background Color

.myBgColor { background-color: #684BB8; }

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

This div background color is #684BB8.


Border color

.myBorderColor { border: 1px solid #684BB8; }

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

This div border color is #684BB8.


Opacity

.myOpacity80 { color: #684BB8; opacity: 0.8; }

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

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

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

This text has shadow with #684BB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #684BB8 on black background.


Color preview on white background

This text has color #684BB8 on white background.



Black color preview on #684BB8 background

This text has black color on #684BB8 background.


White color preview on #684BB8 background

This text has white color on #684BB8 background.