COLOR #6D31D4

HEX: #6D31D4
RGB: (109,49,212)

Renk bilgisi

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

RGB renk modeli

#6D31D4 color RGB value is (109,49,212).

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

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 49 of 255 = 19%
B 212 of 255 = 83%

109
49
212

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

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 49 + 212 = 370 (100%)
R 109 of 370 ~ 29.46%
G 49 of 370 ~ 13.24%
B 212 of 370 ~ 57.3%

%29.46
%13.24
%57.3

CMYK RENK MODELİ

#6D31D4 rengi CMYK tonu (49,77,0,17).

  • camgöbeği tonu 48.58%
  • eflatun tonu 76.89%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(49,77,0,17)
C49M77Y0K17 
(49%,77%,0%,17%)
(0.49/0.77/0.00/0.17)	

CMYK yüzdeleri

%48.58
%76.89
%0
%16.86

Codes

Color #6D31D4 in popluar color models

6D31D4
RGB10949212
HSL262°65.46%51.18%
HSB/HSV262°76.89%83.14%
CMYK48.58%76.89%0.00%
16.86%

Color #6D31D4 in popluar number systems.

HEX6D31D4
Decimal10949212
Binary110110111000111010100
Octal15561324

Shades and tints

Shades of #6D31D4

#6D31D4
(109,49,212)
#642DC1
(100,45,193)
#5B29AE
(91,41,174)
#52259B
(82,37,155)
#492188
(73,33,136)
#401D75
(64,29,117)
#371962
(55,25,98)
#2E154F
(46,21,79)
#25113C
(37,17,60)
#1C0D29
(28,13,41)
#130916
(19,9,22)
#000000
(0,0,0)

Tints of #6D31D4

#6D31D4
(109,49,212)
#7A43D7
(122,67,215)
#8755DA
(135,85,218)
#9467DD
(148,103,221)
#A179E0
(161,121,224)
#AE8BE3
(174,139,227)
#BB9DE6
(187,157,230)
#C8AFE9
(200,175,233)
#D5C1EC
(213,193,236)
#E2D3EF
(226,211,239)
#EFE5F2
(239,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6D31D4; }

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

This text font color is #6D31D4.


Background Color

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

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

This div background color is #6D31D4.


Border color

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

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

This div border color is #6D31D4.


Opacity

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

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

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

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

This text has shadow with #6D31D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6D31D4 on black background.


Color preview on white background

This text has color #6D31D4 on white background.



Black color preview on #6D31D4 background

This text has black color on #6D31D4 background.


White color preview on #6D31D4 background

This text has white color on #6D31D4 background.