COLOR #6B14E1

HEX: #6B14E1
RGB: (107,20,225)

Renk bilgisi

#6B14E1 contains mainly blue color. #6B14E1 ‘ nin web güvenlik rengi #6600CC (ya da #60C) dir.

RGB renk modeli

#6B14E1 color RGB value is (107,20,225).

  • kırmız ton 107;
  • yeşil ton 20;
  • mavi ton 225.
RGB:
(107,20,225)
(42%,8%,88%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 20 of 255 = 8%
B 225 of 255 = 88%

107
20
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 20 + 225 = 352 (100%)
R 107 of 352 ~ 30.4%
G 20 of 352 ~ 5.68%
B 225 of 352 ~ 63.92%

%30.4
%63.92

CMYK RENK MODELİ

#6B14E1 rengi CMYK tonu (52,91,0,12).

  • camgöbeği tonu 52.44%
  • eflatun tonu 91.11%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(52,91,0,12)
C52M91Y0K12 
(52%,91%,0%,12%)
(0.52/0.91/0.00/0.12)	

CMYK yüzdeleri

%52.44
%91.11
%0
%11.76

Codes

Color #6B14E1 in popluar color models

6B14E1
RGB10720225
HSL265°83.67%48.04%
HSB/HSV265°91.11%88.24%
CMYK52.44%91.11%0.00%
11.76%

Color #6B14E1 in popluar number systems.

HEX6B14E1
Decimal10720225
Binary11010111010011100001
Octal15324341

Shades and tints

Shades of #6B14E1

#6B14E1
(107,20,225)
#6213CD
(98,19,205)
#5912B9
(89,18,185)
#5011A5
(80,17,165)
#471091
(71,16,145)
#3E0F7D
(62,15,125)
#350E69
(53,14,105)
#2C0D55
(44,13,85)
#230C41
(35,12,65)
#1A0B2D
(26,11,45)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #6B14E1

#6B14E1
(107,20,225)
#7829E3
(120,41,227)
#853EE5
(133,62,229)
#9253E7
(146,83,231)
#9F68E9
(159,104,233)
#AC7DEB
(172,125,235)
#B992ED
(185,146,237)
#C6A7EF
(198,167,239)
#D3BCF1
(211,188,241)
#E0D1F3
(224,209,243)
#EDE6F5
(237,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B14E1 color. Also use rgb(107,20,225) instead hex code.

Text Font Color

.myTextColor { color: #6B14E1; }

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

This text font color is #6B14E1.


Background Color

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

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

This div background color is #6B14E1.


Border color

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

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

This div border color is #6B14E1.


Opacity

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

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

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

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

This text has shadow with #6B14E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B14E1 on black background.


Color preview on white background

This text has color #6B14E1 on white background.



Black color preview on #6B14E1 background

This text has black color on #6B14E1 background.


White color preview on #6B14E1 background

This text has white color on #6B14E1 background.