COLOR #6B136B

HEX: #6B136B
RGB: (107,19,107)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

107
19
107

R + G + B ~ 30%. #6B136B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
107 + 19 + 107 = 233 (100%)
R 107 of 233 ~ 45.92%
G 19 of 233 ~ 8.15%
B 107 of 233 ~ 45.92%

%45.92
%45.92

CMYK RENK MODELİ

#6B136B rengi CMYK tonu (0,82,0,58).

  • camgöbeği tonu 0.00%
  • eflatun tonu 82.24%
  • sarı tonu 0.00%
  • ana renk tonu 58.04%
CMYK:
(0,82,0,58)
C0M82Y0K58 
(0%,82%,0%,58%)
(0.00/0.82/0.00/0.58)	

CMYK yüzdeleri

%0
%82.24
%0
%58.04

Codes

Color #6B136B in popluar color models

6B136B
RGB10719107
HSL300°69.84%24.71%
HSB/HSV300°82.24%41.96%
CMYK0.00%82.24%0.00%
58.04%

Color #6B136B in popluar number systems.

HEX6B136B
Decimal10719107
Binary1101011100111101011
Octal15323153

Shades and tints

Shades of #6B136B

#6B136B
(107,19,107)
#621262
(98,18,98)
#591159
(89,17,89)
#501050
(80,16,80)
#470F47
(71,15,71)
#3E0E3E
(62,14,62)
#350D35
(53,13,53)
#2C0C2C
(44,12,44)
#230B23
(35,11,35)
#1A0A1A
(26,10,26)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #6B136B

#6B136B
(107,19,107)
#782878
(120,40,120)
#853D85
(133,61,133)
#925292
(146,82,146)
#9F679F
(159,103,159)
#AC7CAC
(172,124,172)
#B991B9
(185,145,185)
#C6A6C6
(198,166,198)
#D3BBD3
(211,187,211)
#E0D0E0
(224,208,224)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B136B; }

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

This text font color is #6B136B.


Background Color

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

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

This div background color is #6B136B.


Border color

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

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

This div border color is #6B136B.


Opacity

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

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

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

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

This text has shadow with #6B136B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B136B on black background.


Color preview on white background

This text has color #6B136B on white background.



Black color preview on #6B136B background

This text has black color on #6B136B background.


White color preview on #6B136B background

This text has white color on #6B136B background.