COLOR #6A1F6B

HEX: #6A1F6B
RGB: (106,31,107)

Color info

#6A1F6B contains mainly red and blue colors. Web safe color of #6A1F6B is #663366 (or #636).

RGB color model

#6A1F6B color RGB value is (106,31,107).

  • red value is 106;
  • green value is 31;
  • blue value is 107.
RGB:
(106,31,107)
(42%,12%,42%)

RGB channels and saturation

R 106 of 255 = 42%
G 31 of 255 = 12%
B 107 of 255 = 42%

106
31
107

R + G + B ~ 32%. #6A1F6B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 31 + 107 = 244 (100%)
R 106 of 244 ~ 43.44%
G 31 of 244 ~ 12.7%
B 107 of 244 ~ 43.85%

%43.44
%12.7
%43.85

CMYK color model

#6A1F6B color CMYK value is (1,71,0,58).

  • cyan value is 0.93%
  • magenta value is 71.03%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(1,71,0,58)
C1M71Y0K58 
(1%,71%,0%,58%)
(0.01/0.71/0.00/0.58)	

CMYK percentages

%0.93
%71.03
%0
%58.04

Codes

Color #6A1F6B in popluar color models

6A1F6B
RGB10631107
HSL299°55.07%27.06%
HSB/HSV299°71.03%41.96%
CMYK0.93%71.03%0.00%
58.04%

Color #6A1F6B in popluar number systems.

HEX6A1F6B
Decimal10631107
Binary1101010111111101011
Octal15237153

Shades and tints

Shades of #6A1F6B

#6A1F6B
(106,31,107)
#611D62
(97,29,98)
#581B59
(88,27,89)
#4F1950
(79,25,80)
#461747
(70,23,71)
#3D153E
(61,21,62)
#341335
(52,19,53)
#2B112C
(43,17,44)
#220F23
(34,15,35)
#190D1A
(25,13,26)
#100B11
(16,11,17)
#000000
(0,0,0)

Tints of #6A1F6B

#6A1F6B
(106,31,107)
#773378
(119,51,120)
#844785
(132,71,133)
#915B92
(145,91,146)
#9E6F9F
(158,111,159)
#AB83AC
(171,131,172)
#B897B9
(184,151,185)
#C5ABC6
(197,171,198)
#D2BFD3
(210,191,211)
#DFD3E0
(223,211,224)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1F6B; }

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

This text font color is #6A1F6B.


Background Color

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

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

This div background color is #6A1F6B.


Border color

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

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

This div border color is #6A1F6B.


Opacity

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

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

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

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

This text has shadow with #6A1F6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1F6B on black background.


Color preview on white background

This text has color #6A1F6B on white background.



Black color preview on #6A1F6B background

This text has black color on #6A1F6B background.


White color preview on #6A1F6B background

This text has white color on #6A1F6B background.