COLOR #6A1F58

HEX: #6A1F58
RGB: (106,31,88)

Color info

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

RGB color model

#6A1F58 color RGB value is (106,31,88).

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

RGB channels and saturation

R 106 of 255 = 42%
G 31 of 255 = 12%
B 88 of 255 = 35%

106
31
88

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

Portions of RGB colors in percentages

R + G + B =
106 + 31 + 88 = 225 (100%)
R 106 of 225 ~ 47.11%
G 31 of 225 ~ 13.78%
B 88 of 225 ~ 39.11%

%47.11
%13.78
%39.11

CMYK color model

#6A1F58 color CMYK value is (0,71,17,58).

  • cyan value is 0.00%
  • magenta value is 70.75%
  • yellow value is 16.98%
  • key color value is 58.43%
CMYK:
(0,71,17,58)
C0M71Y17K58 
(0%,71%,17%,58%)
(0.00/0.71/0.17/0.58)	

CMYK percentages

%0
%70.75
%16.98
%58.43

Codes

Color #6A1F58 in popluar color models

6A1F58
RGB1063188
HSL314°54.74%26.86%
HSB/HSV314°70.75%41.57%
CMYK0.00%70.75%16.98%
58.43%

Color #6A1F58 in popluar number systems.

HEX6A1F58
Decimal1063188
Binary1101010111111011000
Octal15237130

Shades and tints

Shades of #6A1F58

#6A1F58
(106,31,88)
#611D50
(97,29,80)
#581B48
(88,27,72)
#4F1940
(79,25,64)
#461738
(70,23,56)
#3D1530
(61,21,48)
#341328
(52,19,40)
#2B1120
(43,17,32)
#220F18
(34,15,24)
#190D10
(25,13,16)
#100B08
(16,11,8)
#000000
(0,0,0)

Tints of #6A1F58

#6A1F58
(106,31,88)
#773367
(119,51,103)
#844776
(132,71,118)
#915B85
(145,91,133)
#9E6F94
(158,111,148)
#AB83A3
(171,131,163)
#B897B2
(184,151,178)
#C5ABC1
(197,171,193)
#D2BFD0
(210,191,208)
#DFD3DF
(223,211,223)
#ECE7EE
(236,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1F58; }

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

This text font color is #6A1F58.


Background Color

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

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

This div background color is #6A1F58.


Border color

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

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

This div border color is #6A1F58.


Opacity

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

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

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

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

This text has shadow with #6A1F58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1F58 on black background.


Color preview on white background

This text has color #6A1F58 on white background.



Black color preview on #6A1F58 background

This text has black color on #6A1F58 background.


White color preview on #6A1F58 background

This text has white color on #6A1F58 background.