COLOR #6A367A

HEX: #6A367A
RGB: (106,54,122)

Color info

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

RGB color model

#6A367A color RGB value is (106,54,122).

  • red value is 106;
  • green value is 54;
  • blue value is 122.
RGB:
(106,54,122)
(42%,21%,48%)

RGB channels and saturation

R 106 of 255 = 42%
G 54 of 255 = 21%
B 122 of 255 = 48%

106
54
122

R + G + B ~ 37%. #6A367A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 54 + 122 = 282 (100%)
R 106 of 282 ~ 37.59%
G 54 of 282 ~ 19.15%
B 122 of 282 ~ 43.26%

%37.59
%19.15
%43.26

CMYK color model

#6A367A color CMYK value is (13,56,0,52).

  • cyan value is 13.11%
  • magenta value is 55.74%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(13,56,0,52)
C13M56Y0K52 
(13%,56%,0%,52%)
(0.13/0.56/0.00/0.52)	

CMYK percentages

%13.11
%55.74
%0
%52.16

Codes

Color #6A367A in popluar color models

6A367A
RGB10654122
HSL286°38.64%34.51%
HSB/HSV286°55.74%47.84%
CMYK13.11%55.74%0.00%
52.16%

Color #6A367A in popluar number systems.

HEX6A367A
Decimal10654122
Binary11010101101101111010
Octal15266172

Shades and tints

Shades of #6A367A

#6A367A
(106,54,122)
#61326F
(97,50,111)
#582E64
(88,46,100)
#4F2A59
(79,42,89)
#46264E
(70,38,78)
#3D2243
(61,34,67)
#341E38
(52,30,56)
#2B1A2D
(43,26,45)
#221622
(34,22,34)
#191217
(25,18,23)
#100E0C
(16,14,12)
#000000
(0,0,0)

Tints of #6A367A

#6A367A
(106,54,122)
#774886
(119,72,134)
#845A92
(132,90,146)
#916C9E
(145,108,158)
#9E7EAA
(158,126,170)
#AB90B6
(171,144,182)
#B8A2C2
(184,162,194)
#C5B4CE
(197,180,206)
#D2C6DA
(210,198,218)
#DFD8E6
(223,216,230)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A367A color. Also use rgb(106,54,122) instead hex code.

Text Font Color

.myTextColor { color: #6A367A; }

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

This text font color is #6A367A.


Background Color

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

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

This div background color is #6A367A.


Border color

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

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

This div border color is #6A367A.


Opacity

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

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

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

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

This text has shadow with #6A367A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A367A on black background.


Color preview on white background

This text has color #6A367A on white background.



Black color preview on #6A367A background

This text has black color on #6A367A background.


White color preview on #6A367A background

This text has white color on #6A367A background.