COLOR #6A3F72

HEX: #6A3F72
RGB: (106,63,114)

Color info

#6A3F72 contains red, green and blue colors in about the same proportion. Web safe color of #6A3F72 is #663366 (or #636).

RGB color model

#6A3F72 color RGB value is (106,63,114).

  • red value is 106;
  • green value is 63;
  • blue value is 114.
RGB:
(106,63,114)
(42%,25%,45%)

RGB channels and saturation

R 106 of 255 = 42%
G 63 of 255 = 25%
B 114 of 255 = 45%

106
63
114

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

Portions of RGB colors in percentages

R + G + B =
106 + 63 + 114 = 283 (100%)
R 106 of 283 ~ 37.46%
G 63 of 283 ~ 22.26%
B 114 of 283 ~ 40.28%

%37.46
%22.26
%40.28

CMYK color model

#6A3F72 color CMYK value is (7,45,0,55).

  • cyan value is 7.02%
  • magenta value is 44.74%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(7,45,0,55)
C7M45Y0K55 
(7%,45%,0%,55%)
(0.07/0.45/0.00/0.55)	

CMYK percentages

%7.02
%44.74
%0
%55.29

Codes

Color #6A3F72 in popluar color models

6A3F72
RGB10663114
HSL291°28.81%34.71%
HSB/HSV291°44.74%44.71%
CMYK7.02%44.74%0.00%
55.29%

Color #6A3F72 in popluar number systems.

HEX6A3F72
Decimal10663114
Binary11010101111111110010
Octal15277162

Shades and tints

Shades of #6A3F72

#6A3F72
(106,63,114)
#613A68
(97,58,104)
#58355E
(88,53,94)
#4F3054
(79,48,84)
#462B4A
(70,43,74)
#3D2640
(61,38,64)
#342136
(52,33,54)
#2B1C2C
(43,28,44)
#221722
(34,23,34)
#191218
(25,18,24)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #6A3F72

#6A3F72
(106,63,114)
#77507E
(119,80,126)
#84618A
(132,97,138)
#917296
(145,114,150)
#9E83A2
(158,131,162)
#AB94AE
(171,148,174)
#B8A5BA
(184,165,186)
#C5B6C6
(197,182,198)
#D2C7D2
(210,199,210)
#DFD8DE
(223,216,222)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A3F72 color. Also use rgb(106,63,114) instead hex code.

Text Font Color

.myTextColor { color: #6A3F72; }

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

This text font color is #6A3F72.


Background Color

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

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

This div background color is #6A3F72.


Border color

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

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

This div border color is #6A3F72.


Opacity

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

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

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

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

This text has shadow with #6A3F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A3F72 on black background.


Color preview on white background

This text has color #6A3F72 on white background.



Black color preview on #6A3F72 background

This text has black color on #6A3F72 background.


White color preview on #6A3F72 background

This text has white color on #6A3F72 background.