COLOR #6B1371

HEX: #6B1371
RGB: (107,19,113)

Renk bilgisi

#6B1371 contains mainly red and blue colors. #6B1371 ‘ nin web güvenlik rengi #660066 (ya da #606) dir.

RGB renk modeli

#6B1371 color RGB value is (107,19,113).

  • kırmız ton 107;
  • yeşil ton 19;
  • mavi ton 113.
RGB:
(107,19,113)
(42%,7%,44%)

RGB bağlantıları ve doygunluk

R 107 of 255 = 42%
G 19 of 255 = 7%
B 113 of 255 = 44%

107
19
113

R + G + B ~ 31%. #6B1371 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 19 + 113 = 239 (100%)
R 107 of 239 ~ 44.77%
G 19 of 239 ~ 7.95%
B 113 of 239 ~ 47.28%

%44.77
%47.28

CMYK RENK MODELİ

#6B1371 rengi CMYK tonu (5,83,0,56).

  • camgöbeği tonu 5.31%
  • eflatun tonu 83.19%
  • sarı tonu 0.00%
  • ana renk tonu 55.69%
CMYK:
(5,83,0,56)
C5M83Y0K56 
(5%,83%,0%,56%)
(0.05/0.83/0.00/0.56)	

CMYK yüzdeleri

%5.31
%83.19
%0
%55.69

Codes

Color #6B1371 in popluar color models

6B1371
RGB10719113
HSL296°71.21%25.88%
HSB/HSV296°83.19%44.31%
CMYK5.31%83.19%0.00%
55.69%

Color #6B1371 in popluar number systems.

HEX6B1371
Decimal10719113
Binary1101011100111110001
Octal15323161

Shades and tints

Shades of #6B1371

#6B1371
(107,19,113)
#621267
(98,18,103)
#59115D
(89,17,93)
#501053
(80,16,83)
#470F49
(71,15,73)
#3E0E3F
(62,14,63)
#350D35
(53,13,53)
#2C0C2B
(44,12,43)
#230B21
(35,11,33)
#1A0A17
(26,10,23)
#11090D
(17,9,13)
#000000
(0,0,0)

Tints of #6B1371

#6B1371
(107,19,113)
#78287D
(120,40,125)
#853D89
(133,61,137)
#925295
(146,82,149)
#9F67A1
(159,103,161)
#AC7CAD
(172,124,173)
#B991B9
(185,145,185)
#C6A6C5
(198,166,197)
#D3BBD1
(211,187,209)
#E0D0DD
(224,208,221)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B1371 color. Also use rgb(107,19,113) instead hex code.

Text Font Color

.myTextColor { color: #6B1371; }

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

This text font color is #6B1371.


Background Color

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

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

This div background color is #6B1371.


Border color

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

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

This div border color is #6B1371.


Opacity

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

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

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

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

This text has shadow with #6B1371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1371 on black background.


Color preview on white background

This text has color #6B1371 on white background.



Black color preview on #6B1371 background

This text has black color on #6B1371 background.


White color preview on #6B1371 background

This text has white color on #6B1371 background.