COLOR #6A6372

HEX: #6A6372
RGB: (106,99,114)

Color info

#6A6372 contains red, green and blue colors in about the same proportion. Web safe color of #6A6372 is #666666 (or #666).

RGB color model

#6A6372 color RGB value is (106,99,114).

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

RGB channels and saturation

R 106 of 255 = 42%
G 99 of 255 = 39%
B 114 of 255 = 45%

106
99
114

R + G + B ~ 42%. #6A6372 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
106 + 99 + 114 = 319 (100%)
R 106 of 319 ~ 33.23%
G 99 of 319 ~ 31.03%
B 114 of 319 ~ 35.74%

%33.23
%31.03
%35.74

CMYK color model

#6A6372 color CMYK value is (7,13,0,55).

  • cyan value is 7.02%
  • magenta value is 13.16%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(7,13,0,55)
C7M13Y0K55 
(7%,13%,0%,55%)
(0.07/0.13/0.00/0.55)	

CMYK percentages

%7.02
%13.16
%0
%55.29

Codes

Color #6A6372 in popluar color models

6A6372
RGB10699114
HSL268°7.04%41.76%
HSB/HSV268°13.16%44.71%
CMYK7.02%13.16%0.00%
55.29%

Color #6A6372 in popluar number systems.

HEX6A6372
Decimal10699114
Binary110101011000111110010
Octal152143162

Shades and tints

Shades of #6A6372

#6A6372
(106,99,114)
#615A68
(97,90,104)
#58515E
(88,81,94)
#4F4854
(79,72,84)
#463F4A
(70,63,74)
#3D3640
(61,54,64)
#342D36
(52,45,54)
#2B242C
(43,36,44)
#221B22
(34,27,34)
#191218
(25,18,24)
#10090E
(16,9,14)
#000000
(0,0,0)

Tints of #6A6372

#6A6372
(106,99,114)
#77717E
(119,113,126)
#847F8A
(132,127,138)
#918D96
(145,141,150)
#9E9BA2
(158,155,162)
#ABA9AE
(171,169,174)
#B8B7BA
(184,183,186)
#C5C5C6
(197,197,198)
#D2D3D2
(210,211,210)
#DFE1DE
(223,225,222)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6A6372; }

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

This text font color is #6A6372.


Background Color

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

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

This div background color is #6A6372.


Border color

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

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

This div border color is #6A6372.


Opacity

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

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

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

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

This text has shadow with #6A6372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6372 on black background.


Color preview on white background

This text has color #6A6372 on white background.



Black color preview on #6A6372 background

This text has black color on #6A6372 background.


White color preview on #6A6372 background

This text has white color on #6A6372 background.