COLOR #6B41C1

HEX: #6B41C1
RGB: (107,65,193)

Renk bilgisi

#6B41C1 contains mainly blue color. #6B41C1 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#6B41C1 color RGB value is (107,65,193).

  • kırmız ton 107;
  • yeşil ton 65;
  • mavi ton 193.
RGB:
(107,65,193)
(42%,25%,76%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 65 of 255 = 25%
B 193 of 255 = 76%

107
65
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 65 + 193 = 365 (100%)
R 107 of 365 ~ 29.32%
G 65 of 365 ~ 17.81%
B 193 of 365 ~ 52.88%

%29.32
%17.81
%52.88

CMYK RENK MODELİ

#6B41C1 rengi CMYK tonu (45,66,0,24).

  • camgöbeği tonu 44.56%
  • eflatun tonu 66.32%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(45,66,0,24)
C45M66Y0K24 
(45%,66%,0%,24%)
(0.45/0.66/0.00/0.24)	

CMYK yüzdeleri

%44.56
%66.32
%0
%24.31

Codes

Color #6B41C1 in popluar color models

6B41C1
RGB10765193
HSL260°50.79%50.59%
HSB/HSV260°66.32%75.69%
CMYK44.56%66.32%0.00%
24.31%

Color #6B41C1 in popluar number systems.

HEX6B41C1
Decimal10765193
Binary1101011100000111000001
Octal153101301

Shades and tints

Shades of #6B41C1

#6B41C1
(107,65,193)
#623CB0
(98,60,176)
#59379F
(89,55,159)
#50328E
(80,50,142)
#472D7D
(71,45,125)
#3E286C
(62,40,108)
#35235B
(53,35,91)
#2C1E4A
(44,30,74)
#231939
(35,25,57)
#1A1428
(26,20,40)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #6B41C1

#6B41C1
(107,65,193)
#7852C6
(120,82,198)
#8563CB
(133,99,203)
#9274D0
(146,116,208)
#9F85D5
(159,133,213)
#AC96DA
(172,150,218)
#B9A7DF
(185,167,223)
#C6B8E4
(198,184,228)
#D3C9E9
(211,201,233)
#E0DAEE
(224,218,238)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B41C1 color. Also use rgb(107,65,193) instead hex code.

Text Font Color

.myTextColor { color: #6B41C1; }

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

This text font color is #6B41C1.


Background Color

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

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

This div background color is #6B41C1.


Border color

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

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

This div border color is #6B41C1.


Opacity

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

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

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

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

This text has shadow with #6B41C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B41C1 on black background.


Color preview on white background

This text has color #6B41C1 on white background.



Black color preview on #6B41C1 background

This text has black color on #6B41C1 background.


White color preview on #6B41C1 background

This text has white color on #6B41C1 background.