COLOR #6B1362

HEX: #6B1362
RGB: (107,19,98)

Color info

#6B1362 contains mainly red and blue colors. Web safe color of #6B1362 is #660066 (or #606).

RGB color model

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

  • red value is 107;
  • green value is 19;
  • blue value is 98.
RGB:
(107,19,98)
(42%,7%,38%)

RGB channels and saturation

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

107
19
98

R + G + B ~ 29%. #6B1362 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
107 + 19 + 98 = 224 (100%)
R 107 of 224 ~ 47.77%
G 19 of 224 ~ 8.48%
B 98 of 224 ~ 43.75%

%47.77
%43.75

CMYK color model

#6B1362 color CMYK value is (0,82,8,58).

  • cyan value is 0.00%
  • magenta value is 82.24%
  • yellow value is 8.41%
  • key color value is 58.04%
CMYK:
(0,82,8,58)
C0M82Y8K58 
(0%,82%,8%,58%)
(0.00/0.82/0.08/0.58)	

CMYK percentages

%0
%82.24
%8.41
%58.04

Codes

Color #6B1362 in popluar color models

6B1362
RGB1071998
HSL306°69.84%24.71%
HSB/HSV306°82.24%41.96%
CMYK0.00%82.24%8.41%
58.04%

Color #6B1362 in popluar number systems.

HEX6B1362
Decimal1071998
Binary1101011100111100010
Octal15323142

Shades and tints

Shades of #6B1362

#6B1362
(107,19,98)
#62125A
(98,18,90)
#591152
(89,17,82)
#50104A
(80,16,74)
#470F42
(71,15,66)
#3E0E3A
(62,14,58)
#350D32
(53,13,50)
#2C0C2A
(44,12,42)
#230B22
(35,11,34)
#1A0A1A
(26,10,26)
#110912
(17,9,18)
#000000
(0,0,0)

Tints of #6B1362

#6B1362
(107,19,98)
#782870
(120,40,112)
#853D7E
(133,61,126)
#92528C
(146,82,140)
#9F679A
(159,103,154)
#AC7CA8
(172,124,168)
#B991B6
(185,145,182)
#C6A6C4
(198,166,196)
#D3BBD2
(211,187,210)
#E0D0E0
(224,208,224)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B1362; }

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

This text font color is #6B1362.


Background Color

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

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

This div background color is #6B1362.


Border color

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

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

This div border color is #6B1362.


Opacity

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

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

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

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

This text has shadow with #6B1362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B1362 on black background.


Color preview on white background

This text has color #6B1362 on white background.



Black color preview on #6B1362 background

This text has black color on #6B1362 background.


White color preview on #6B1362 background

This text has white color on #6B1362 background.