COLOR #6B18F6

HEX: #6B18F6
RGB: (107,24,246)

Renk bilgisi

#6B18F6 contains mainly blue color. #6B18F6 ‘ nin web güvenlik rengi #6600FF (ya da #60F) dir.

RGB renk modeli

#6B18F6 color RGB value is (107,24,246).

  • kırmız ton 107;
  • yeşil ton 24;
  • mavi ton 246.
RGB:
(107,24,246)
(42%,9%,96%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 24 of 255 = 9%
B 246 of 255 = 96%

107
24
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 24 + 246 = 377 (100%)
R 107 of 377 ~ 28.38%
G 24 of 377 ~ 6.37%
B 246 of 377 ~ 65.25%

%28.38
%65.25

CMYK RENK MODELİ

#6B18F6 rengi CMYK tonu (57,90,0,4).

  • camgöbeği tonu 56.50%
  • eflatun tonu 90.24%
  • sarı tonu 0.00%
  • ana renk tonu 3.53%
CMYK:
(57,90,0,4)
C57M90Y0K4 
(57%,90%,0%,4%)
(0.57/0.90/0.00/0.04)	

CMYK yüzdeleri

%56.5
%90.24
%0
%3.53

Codes

Color #6B18F6 in popluar color models

6B18F6
RGB10724246
HSL262°92.50%52.94%
HSB/HSV262°90.24%96.47%
CMYK56.50%90.24%0.00%
3.53%

Color #6B18F6 in popluar number systems.

HEX6B18F6
Decimal10724246
Binary11010111100011110110
Octal15330366

Shades and tints

Shades of #6B18F6

#6B18F6
(107,24,246)
#6216E0
(98,22,224)
#5914CA
(89,20,202)
#5012B4
(80,18,180)
#47109E
(71,16,158)
#3E0E88
(62,14,136)
#350C72
(53,12,114)
#2C0A5C
(44,10,92)
#230846
(35,8,70)
#1A0630
(26,6,48)
#11041A
(17,4,26)
#000000
(0,0,0)

Tints of #6B18F6

#6B18F6
(107,24,246)
#782DF6
(120,45,246)
#8542F6
(133,66,246)
#9257F6
(146,87,246)
#9F6CF6
(159,108,246)
#AC81F6
(172,129,246)
#B996F6
(185,150,246)
#C6ABF6
(198,171,246)
#D3C0F6
(211,192,246)
#E0D5F6
(224,213,246)
#EDEAF6
(237,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B18F6 color. Also use rgb(107,24,246) instead hex code.

Text Font Color

.myTextColor { color: #6B18F6; }

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

This text font color is #6B18F6.


Background Color

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

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

This div background color is #6B18F6.


Border color

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

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

This div border color is #6B18F6.


Opacity

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

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

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

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

This text has shadow with #6B18F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B18F6 on black background.


Color preview on white background

This text has color #6B18F6 on white background.



Black color preview on #6B18F6 background

This text has black color on #6B18F6 background.


White color preview on #6B18F6 background

This text has white color on #6B18F6 background.