COLOR #6D36D4

HEX: #6D36D4
RGB: (109,54,212)

Renk bilgisi

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

RGB renk modeli

#6D36D4 color RGB value is (109,54,212).

  • kırmız ton 109;
  • yeşil ton 54;
  • mavi ton 212.
RGB:
(109,54,212)
(43%,21%,83%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 54 of 255 = 21%
B 212 of 255 = 83%

109
54
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 54 + 212 = 375 (100%)
R 109 of 375 ~ 29.07%
G 54 of 375 ~ 14.4%
B 212 of 375 ~ 56.53%

%29.07
%14.4
%56.53

CMYK RENK MODELİ

#6D36D4 rengi CMYK tonu (49,75,0,17).

  • camgöbeği tonu 48.58%
  • eflatun tonu 74.53%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(49,75,0,17)
C49M75Y0K17 
(49%,75%,0%,17%)
(0.49/0.75/0.00/0.17)	

CMYK yüzdeleri

%48.58
%74.53
%0
%16.86

Codes

Color #6D36D4 in popluar color models

6D36D4
RGB10954212
HSL261°64.75%52.16%
HSB/HSV261°74.53%83.14%
CMYK48.58%74.53%0.00%
16.86%

Color #6D36D4 in popluar number systems.

HEX6D36D4
Decimal10954212
Binary110110111011011010100
Octal15566324

Shades and tints

Shades of #6D36D4

#6D36D4
(109,54,212)
#6432C1
(100,50,193)
#5B2EAE
(91,46,174)
#522A9B
(82,42,155)
#492688
(73,38,136)
#402275
(64,34,117)
#371E62
(55,30,98)
#2E1A4F
(46,26,79)
#25163C
(37,22,60)
#1C1229
(28,18,41)
#130E16
(19,14,22)
#000000
(0,0,0)

Tints of #6D36D4

#6D36D4
(109,54,212)
#7A48D7
(122,72,215)
#875ADA
(135,90,218)
#946CDD
(148,108,221)
#A17EE0
(161,126,224)
#AE90E3
(174,144,227)
#BBA2E6
(187,162,230)
#C8B4E9
(200,180,233)
#D5C6EC
(213,198,236)
#E2D8EF
(226,216,239)
#EFEAF2
(239,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6D36D4 color. Also use rgb(109,54,212) instead hex code.

Text Font Color

.myTextColor { color: #6D36D4; }

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

This text font color is #6D36D4.


Background Color

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

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

This div background color is #6D36D4.


Border color

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

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

This div border color is #6D36D4.


Opacity

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

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

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

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

This text has shadow with #6D36D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D36D4 on black background.


Color preview on white background

This text has color #6D36D4 on white background.



Black color preview on #6D36D4 background

This text has black color on #6D36D4 background.


White color preview on #6D36D4 background

This text has white color on #6D36D4 background.