COLOR #6A2F72

HEX: #6A2F72
RGB: (106,47,114)

Color info

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

RGB color model

#6A2F72 color RGB value is (106,47,114).

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

RGB channels and saturation

R 106 of 255 = 42%
G 47 of 255 = 18%
B 114 of 255 = 45%

106
47
114

R + G + B ~ 35%. #6A2F72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 47 + 114 = 267 (100%)
R 106 of 267 ~ 39.7%
G 47 of 267 ~ 17.6%
B 114 of 267 ~ 42.7%

%39.7
%17.6
%42.7

CMYK color model

#6A2F72 color CMYK value is (7,59,0,55).

  • cyan value is 7.02%
  • magenta value is 58.77%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(7,59,0,55)
C7M59Y0K55 
(7%,59%,0%,55%)
(0.07/0.59/0.00/0.55)	

CMYK percentages

%7.02
%58.77
%0
%55.29

Codes

Color #6A2F72 in popluar color models

6A2F72
RGB10647114
HSL293°41.61%31.57%
HSB/HSV293°58.77%44.71%
CMYK7.02%58.77%0.00%
55.29%

Color #6A2F72 in popluar number systems.

HEX6A2F72
Decimal10647114
Binary11010101011111110010
Octal15257162

Shades and tints

Shades of #6A2F72

#6A2F72
(106,47,114)
#612B68
(97,43,104)
#58275E
(88,39,94)
#4F2354
(79,35,84)
#461F4A
(70,31,74)
#3D1B40
(61,27,64)
#341736
(52,23,54)
#2B132C
(43,19,44)
#220F22
(34,15,34)
#190B18
(25,11,24)
#10070E
(16,7,14)
#000000
(0,0,0)

Tints of #6A2F72

#6A2F72
(106,47,114)
#77417E
(119,65,126)
#84538A
(132,83,138)
#916596
(145,101,150)
#9E77A2
(158,119,162)
#AB89AE
(171,137,174)
#B89BBA
(184,155,186)
#C5ADC6
(197,173,198)
#D2BFD2
(210,191,210)
#DFD1DE
(223,209,222)
#ECE3EA
(236,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A2F72; }

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

This text font color is #6A2F72.


Background Color

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

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

This div background color is #6A2F72.


Border color

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

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

This div border color is #6A2F72.


Opacity

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

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

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

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

This text has shadow with #6A2F72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A2F72 on black background.


Color preview on white background

This text has color #6A2F72 on white background.



Black color preview on #6A2F72 background

This text has black color on #6A2F72 background.


White color preview on #6A2F72 background

This text has white color on #6A2F72 background.