COLOR #6B00E2

HEX: #6B00E2
RGB: (107,0,226)

Renk bilgisi

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

RGB renk modeli

#6B00E2 color RGB value is (107,0,226).

  • kırmız ton 107;
  • yeşil ton 0;
  • mavi ton 226.
RGB:
(107,0,226)
(42%,0%,89%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 0 of 255 = 0%
B 226 of 255 = 89%

107
0
226

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 0 + 226 = 333 (100%)
R 107 of 333 ~ 32.13%
G 0 of 333 ~ 0%
B 226 of 333 ~ 67.87%

%32.13
%67.87

CMYK RENK MODELİ

#6B00E2 rengi CMYK tonu (53,100,0,11).

  • camgöbeği tonu 52.65%
  • eflatun tonu 100.00%
  • sarı tonu 0.00%
  • ana renk tonu 11.37%
CMYK:
(53,100,0,11)
C53M100Y0K11 
(53%,100%,0%,11%)
(0.53/1.00/0.00/0.11)	

CMYK yüzdeleri

%52.65
%100
%0
%11.37

Codes

Color #6B00E2 in popluar color models

6B00E2
RGB1070226
HSL268°100.00%44.31%
HSB/HSV268°100.00%88.63%
CMYK52.65%100.00%0.00%
11.37%

Color #6B00E2 in popluar number systems.

HEX6B00E2
Decimal1070226
Binary1101011011100010
Octal1530342

Shades and tints

Shades of #6B00E2

#6B00E2
(107,0,226)
#6200CE
(98,0,206)
#5900BA
(89,0,186)
#5000A6
(80,0,166)
#470092
(71,0,146)
#3E007E
(62,0,126)
#35006A
(53,0,106)
#2C0056
(44,0,86)
#230042
(35,0,66)
#1A002E
(26,0,46)
#11001A
(17,0,26)
#000000
(0,0,0)

Tints of #6B00E2

#6B00E2
(107,0,226)
#7817E4
(120,23,228)
#852EE6
(133,46,230)
#9245E8
(146,69,232)
#9F5CEA
(159,92,234)
#AC73EC
(172,115,236)
#B98AEE
(185,138,238)
#C6A1F0
(198,161,240)
#D3B8F2
(211,184,242)
#E0CFF4
(224,207,244)
#EDE6F6
(237,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B00E2 color. Also use rgb(107,0,226) instead hex code.

Text Font Color

.myTextColor { color: #6B00E2; }

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

This text font color is #6B00E2.


Background Color

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

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

This div background color is #6B00E2.


Border color

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

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

This div border color is #6B00E2.


Opacity

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

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

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

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

This text has shadow with #6B00E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B00E2 on black background.


Color preview on white background

This text has color #6B00E2 on white background.



Black color preview on #6B00E2 background

This text has black color on #6B00E2 background.


White color preview on #6B00E2 background

This text has white color on #6B00E2 background.