COLOR #6B50F5

HEX: #6B50F5
RGB: (107,80,245)

Renk bilgisi

#6B50F5 contains mainly blue color. #6B50F5 ‘ nin web güvenlik rengi #6666FF (ya da #66F) dir.

RGB renk modeli

#6B50F5 color RGB value is (107,80,245).

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

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 80 of 255 = 31%
B 245 of 255 = 96%

107
80
245

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 80 + 245 = 432 (100%)
R 107 of 432 ~ 24.77%
G 80 of 432 ~ 18.52%
B 245 of 432 ~ 56.71%

%24.77
%18.52
%56.71

CMYK RENK MODELİ

#6B50F5 rengi CMYK tonu (56,67,0,4).

  • camgöbeği tonu 56.33%
  • eflatun tonu 67.35%
  • sarı tonu 0.00%
  • ana renk tonu 3.92%
CMYK:
(56,67,0,4)
C56M67Y0K4 
(56%,67%,0%,4%)
(0.56/0.67/0.00/0.04)	

CMYK yüzdeleri

%56.33
%67.35
%0
%3.92

Codes

Color #6B50F5 in popluar color models

6B50F5
RGB10780245
HSL250°89.19%63.73%
HSB/HSV250°67.35%96.08%
CMYK56.33%67.35%0.00%
3.92%

Color #6B50F5 in popluar number systems.

HEX6B50F5
Decimal10780245
Binary1101011101000011110101
Octal153120365

Shades and tints

Shades of #6B50F5

#6B50F5
(107,80,245)
#6249DF
(98,73,223)
#5942C9
(89,66,201)
#503BB3
(80,59,179)
#47349D
(71,52,157)
#3E2D87
(62,45,135)
#352671
(53,38,113)
#2C1F5B
(44,31,91)
#231845
(35,24,69)
#1A112F
(26,17,47)
#110A19
(17,10,25)
#000000
(0,0,0)

Tints of #6B50F5

#6B50F5
(107,80,245)
#785FF5
(120,95,245)
#856EF5
(133,110,245)
#927DF5
(146,125,245)
#9F8CF5
(159,140,245)
#AC9BF5
(172,155,245)
#B9AAF5
(185,170,245)
#C6B9F5
(198,185,245)
#D3C8F5
(211,200,245)
#E0D7F5
(224,215,245)
#EDE6F5
(237,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B50F5; }

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

This text font color is #6B50F5.


Background Color

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

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

This div background color is #6B50F5.


Border color

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

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

This div border color is #6B50F5.


Opacity

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

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

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

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

This text has shadow with #6B50F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B50F5 on black background.


Color preview on white background

This text has color #6B50F5 on white background.



Black color preview on #6B50F5 background

This text has black color on #6B50F5 background.


White color preview on #6B50F5 background

This text has white color on #6B50F5 background.