COLOR #6C4DB0

HEX: #6C4DB0
RGB: (108,77,176)

Renk bilgisi

#6C4DB0 contains mainly blue color. #6C4DB0 ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#6C4DB0 color RGB value is (108,77,176).

  • kırmız ton 108;
  • yeşil ton 77;
  • mavi ton 176.
RGB:
(108,77,176)
(42%,30%,69%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 77 of 255 = 30%
B 176 of 255 = 69%

108
77
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 77 + 176 = 361 (100%)
R 108 of 361 ~ 29.92%
G 77 of 361 ~ 21.33%
B 176 of 361 ~ 48.75%

%29.92
%21.33
%48.75

CMYK RENK MODELİ

#6C4DB0 rengi CMYK tonu (39,56,0,31).

  • camgöbeği tonu 38.64%
  • eflatun tonu 56.25%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(39,56,0,31)
C39M56Y0K31 
(39%,56%,0%,31%)
(0.39/0.56/0.00/0.31)	

CMYK yüzdeleri

%38.64
%56.25
%0
%30.98

Codes

Color #6C4DB0 in popluar color models

6C4DB0
RGB10877176
HSL259°39.13%49.61%
HSB/HSV259°56.25%69.02%
CMYK38.64%56.25%0.00%
30.98%

Color #6C4DB0 in popluar number systems.

HEX6C4DB0
Decimal10877176
Binary1101100100110110110000
Octal154115260

Shades and tints

Shades of #6C4DB0

#6C4DB0
(108,77,176)
#6346A0
(99,70,160)
#5A3F90
(90,63,144)
#513880
(81,56,128)
#483170
(72,49,112)
#3F2A60
(63,42,96)
#362350
(54,35,80)
#2D1C40
(45,28,64)
#241530
(36,21,48)
#1B0E20
(27,14,32)
#120710
(18,7,16)
#000000
(0,0,0)

Tints of #6C4DB0

#6C4DB0
(108,77,176)
#795DB7
(121,93,183)
#866DBE
(134,109,190)
#937DC5
(147,125,197)
#A08DCC
(160,141,204)
#AD9DD3
(173,157,211)
#BAADDA
(186,173,218)
#C7BDE1
(199,189,225)
#D4CDE8
(212,205,232)
#E1DDEF
(225,221,239)
#EEEDF6
(238,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C4DB0 color. Also use rgb(108,77,176) instead hex code.

Text Font Color

.myTextColor { color: #6C4DB0; }

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

This text font color is #6C4DB0.


Background Color

.myBgColor { background-color: #6C4DB0; }

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

This div background color is #6C4DB0.


Border color

.myBorderColor { border: 1px solid #6C4DB0; }

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

This div border color is #6C4DB0.


Opacity

.myOpacity80 { color: #6C4DB0; opacity: 0.8; }

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

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

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

This text has shadow with #6C4DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C4DB0 on black background.


Color preview on white background

This text has color #6C4DB0 on white background.



Black color preview on #6C4DB0 background

This text has black color on #6C4DB0 background.


White color preview on #6C4DB0 background

This text has white color on #6C4DB0 background.