COLOR #6A1D58

HEX: #6A1D58
RGB: (106,29,88)

Color info

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

RGB color model

#6A1D58 color RGB value is (106,29,88).

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

RGB channels and saturation

R 106 of 255 = 42%
G 29 of 255 = 11%
B 88 of 255 = 35%

106
29
88

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

Portions of RGB colors in percentages

R + G + B =
106 + 29 + 88 = 223 (100%)
R 106 of 223 ~ 47.53%
G 29 of 223 ~ 13%
B 88 of 223 ~ 39.46%

%47.53
%13
%39.46

CMYK color model

#6A1D58 color CMYK value is (0,73,17,58).

  • cyan value is 0.00%
  • magenta value is 72.64%
  • yellow value is 16.98%
  • key color value is 58.43%
CMYK:
(0,73,17,58)
C0M73Y17K58 
(0%,73%,17%,58%)
(0.00/0.73/0.17/0.58)	

CMYK percentages

%0
%72.64
%16.98
%58.43

Codes

Color #6A1D58 in popluar color models

6A1D58
RGB1062988
HSL314°57.04%26.47%
HSB/HSV314°72.64%41.57%
CMYK0.00%72.64%16.98%
58.43%

Color #6A1D58 in popluar number systems.

HEX6A1D58
Decimal1062988
Binary1101010111011011000
Octal15235130

Shades and tints

Shades of #6A1D58

#6A1D58
(106,29,88)
#611B50
(97,27,80)
#581948
(88,25,72)
#4F1740
(79,23,64)
#461538
(70,21,56)
#3D1330
(61,19,48)
#341128
(52,17,40)
#2B0F20
(43,15,32)
#220D18
(34,13,24)
#190B10
(25,11,16)
#100908
(16,9,8)
#000000
(0,0,0)

Tints of #6A1D58

#6A1D58
(106,29,88)
#773167
(119,49,103)
#844576
(132,69,118)
#915985
(145,89,133)
#9E6D94
(158,109,148)
#AB81A3
(171,129,163)
#B895B2
(184,149,178)
#C5A9C1
(197,169,193)
#D2BDD0
(210,189,208)
#DFD1DF
(223,209,223)
#ECE5EE
(236,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A1D58; }

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

This text font color is #6A1D58.


Background Color

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

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

This div background color is #6A1D58.


Border color

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

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

This div border color is #6A1D58.


Opacity

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

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

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

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

This text has shadow with #6A1D58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A1D58 on black background.


Color preview on white background

This text has color #6A1D58 on white background.



Black color preview on #6A1D58 background

This text has black color on #6A1D58 background.


White color preview on #6A1D58 background

This text has white color on #6A1D58 background.