COLOR #6B50C5

HEX: #6B50C5
RGB: (107,80,197)

Renk bilgisi

#6B50C5 contains mainly blue color. #6B50C5 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#6B50C5 color RGB value is (107,80,197).

  • kırmız ton 107;
  • yeşil ton 80;
  • mavi ton 197.
RGB:
(107,80,197)
(42%,31%,77%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 80 of 255 = 31%
B 197 of 255 = 77%

107
80
197

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 80 + 197 = 384 (100%)
R 107 of 384 ~ 27.86%
G 80 of 384 ~ 20.83%
B 197 of 384 ~ 51.3%

%27.86
%20.83
%51.3

CMYK RENK MODELİ

#6B50C5 rengi CMYK tonu (46,59,0,23).

  • camgöbeği tonu 45.69%
  • eflatun tonu 59.39%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(46,59,0,23)
C46M59Y0K23 
(46%,59%,0%,23%)
(0.46/0.59/0.00/0.23)	

CMYK yüzdeleri

%45.69
%59.39
%0
%22.75

Codes

Color #6B50C5 in popluar color models

6B50C5
RGB10780197
HSL254°50.21%54.31%
HSB/HSV254°59.39%77.25%
CMYK45.69%59.39%0.00%
22.75%

Color #6B50C5 in popluar number systems.

HEX6B50C5
Decimal10780197
Binary1101011101000011000101
Octal153120305

Shades and tints

Shades of #6B50C5

#6B50C5
(107,80,197)
#6249B4
(98,73,180)
#5942A3
(89,66,163)
#503B92
(80,59,146)
#473481
(71,52,129)
#3E2D70
(62,45,112)
#35265F
(53,38,95)
#2C1F4E
(44,31,78)
#23183D
(35,24,61)
#1A112C
(26,17,44)
#110A1B
(17,10,27)
#000000
(0,0,0)

Tints of #6B50C5

#6B50C5
(107,80,197)
#785FCA
(120,95,202)
#856ECF
(133,110,207)
#927DD4
(146,125,212)
#9F8CD9
(159,140,217)
#AC9BDE
(172,155,222)
#B9AAE3
(185,170,227)
#C6B9E8
(198,185,232)
#D3C8ED
(211,200,237)
#E0D7F2
(224,215,242)
#EDE6F7
(237,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B50C5 color. Also use rgb(107,80,197) instead hex code.

Text Font Color

.myTextColor { color: #6B50C5; }

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

This text font color is #6B50C5.


Background Color

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

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

This div background color is #6B50C5.


Border color

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

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

This div border color is #6B50C5.


Opacity

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

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

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

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

This text has shadow with #6B50C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B50C5 on black background.


Color preview on white background

This text has color #6B50C5 on white background.



Black color preview on #6B50C5 background

This text has black color on #6B50C5 background.


White color preview on #6B50C5 background

This text has white color on #6B50C5 background.