COLOR #6D63A2

HEX: #6D63A2
RGB: (109,99,162)

Renk bilgisi

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

RGB renk modeli

#6D63A2 color RGB value is (109,99,162).

  • kırmız ton 109;
  • yeşil ton 99;
  • mavi ton 162.
RGB:
(109,99,162)
(43%,39%,64%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 99 of 255 = 39%
B 162 of 255 = 64%

109
99
162

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 99 + 162 = 370 (100%)
R 109 of 370 ~ 29.46%
G 99 of 370 ~ 26.76%
B 162 of 370 ~ 43.78%

%29.46
%26.76
%43.78

CMYK RENK MODELİ

#6D63A2 rengi CMYK tonu (33,39,0,36).

  • camgöbeği tonu 32.72%
  • eflatun tonu 38.89%
  • sarı tonu 0.00%
  • ana renk tonu 36.47%
CMYK:
(33,39,0,36)
C33M39Y0K36 
(33%,39%,0%,36%)
(0.33/0.39/0.00/0.36)	

CMYK yüzdeleri

%32.72
%38.89
%0
%36.47

Codes

Color #6D63A2 in popluar color models

6D63A2
RGB10999162
HSL250°25.30%51.18%
HSB/HSV250°38.89%63.53%
CMYK32.72%38.89%0.00%
36.47%

Color #6D63A2 in popluar number systems.

HEX6D63A2
Decimal10999162
Binary1101101110001110100010
Octal155143242

Shades and tints

Shades of #6D63A2

#6D63A2
(109,99,162)
#645A94
(100,90,148)
#5B5186
(91,81,134)
#524878
(82,72,120)
#493F6A
(73,63,106)
#40365C
(64,54,92)
#372D4E
(55,45,78)
#2E2440
(46,36,64)
#251B32
(37,27,50)
#1C1224
(28,18,36)
#130916
(19,9,22)
#000000
(0,0,0)

Tints of #6D63A2

#6D63A2
(109,99,162)
#7A71AA
(122,113,170)
#877FB2
(135,127,178)
#948DBA
(148,141,186)
#A19BC2
(161,155,194)
#AEA9CA
(174,169,202)
#BBB7D2
(187,183,210)
#C8C5DA
(200,197,218)
#D5D3E2
(213,211,226)
#E2E1EA
(226,225,234)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D63A2 color. Also use rgb(109,99,162) instead hex code.

Text Font Color

.myTextColor { color: #6D63A2; }

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

This text font color is #6D63A2.


Background Color

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

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

This div background color is #6D63A2.


Border color

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

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

This div border color is #6D63A2.


Opacity

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

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

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

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

This text has shadow with #6D63A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D63A2 on black background.


Color preview on white background

This text has color #6D63A2 on white background.



Black color preview on #6D63A2 background

This text has black color on #6D63A2 background.


White color preview on #6D63A2 background

This text has white color on #6D63A2 background.