COLOR #6C5DA3

HEX: #6C5DA3
RGB: (108,93,163)

Renk bilgisi

#6C5DA3 contains mainly red and blue colors. #6C5DA3 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#6C5DA3 color RGB value is (108,93,163).

  • kırmız ton 108;
  • yeşil ton 93;
  • mavi ton 163.
RGB:
(108,93,163)
(42%,36%,64%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 93 of 255 = 36%
B 163 of 255 = 64%

108
93
163

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 93 + 163 = 364 (100%)
R 108 of 364 ~ 29.67%
G 93 of 364 ~ 25.55%
B 163 of 364 ~ 44.78%

%29.67
%25.55
%44.78

CMYK RENK MODELİ

#6C5DA3 rengi CMYK tonu (34,43,0,36).

  • camgöbeği tonu 33.74%
  • eflatun tonu 42.94%
  • sarı tonu 0.00%
  • ana renk tonu 36.08%
CMYK:
(34,43,0,36)
C34M43Y0K36 
(34%,43%,0%,36%)
(0.34/0.43/0.00/0.36)	

CMYK yüzdeleri

%33.74
%42.94
%0
%36.08

Codes

Color #6C5DA3 in popluar color models

6C5DA3
RGB10893163
HSL253°27.56%50.20%
HSB/HSV253°42.94%63.92%
CMYK33.74%42.94%0.00%
36.08%

Color #6C5DA3 in popluar number systems.

HEX6C5DA3
Decimal10893163
Binary1101100101110110100011
Octal154135243

Shades and tints

Shades of #6C5DA3

#6C5DA3
(108,93,163)
#635595
(99,85,149)
#5A4D87
(90,77,135)
#514579
(81,69,121)
#483D6B
(72,61,107)
#3F355D
(63,53,93)
#362D4F
(54,45,79)
#2D2541
(45,37,65)
#241D33
(36,29,51)
#1B1525
(27,21,37)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #6C5DA3

#6C5DA3
(108,93,163)
#796BAB
(121,107,171)
#8679B3
(134,121,179)
#9387BB
(147,135,187)
#A095C3
(160,149,195)
#ADA3CB
(173,163,203)
#BAB1D3
(186,177,211)
#C7BFDB
(199,191,219)
#D4CDE3
(212,205,227)
#E1DBEB
(225,219,235)
#EEE9F3
(238,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6C5DA3 color. Also use rgb(108,93,163) instead hex code.

Text Font Color

.myTextColor { color: #6C5DA3; }

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

This text font color is #6C5DA3.


Background Color

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

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

This div background color is #6C5DA3.


Border color

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

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

This div border color is #6C5DA3.


Opacity

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

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

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

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

This text has shadow with #6C5DA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6C5DA3 on black background.


Color preview on white background

This text has color #6C5DA3 on white background.



Black color preview on #6C5DA3 background

This text has black color on #6C5DA3 background.


White color preview on #6C5DA3 background

This text has white color on #6C5DA3 background.