COLOR #6A6279

HEX: #6A6279 RGB: (106,98,121)

Color info

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

RGB color model

#6A6279 color RGB value is (106,98,121).

RGB: (106,98,121) (42%, 38%, 47%)

RGB channels and saturation

R 106 of 255 = 42%
G 98 of 255 = 38%
B 121 of 255 = 47%

106
98
121

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

Portions of RGB colors in percentages

R + G + B = 106 + 98 + 121 = 325 (100%)
R 106 of 325 ~ 32.62%
G 98 of 325 ~ 30.15%
B 121 of 325 ~ 37.23'%

%32.62
%30.15
%37.23

CMYK color model

#6A6279 color CMYK value is (12,19,0,53).

  • cyan value is 12.40%
  • magenta value is 19.01%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (12,19,0,53)
C12M19Y0K53 (12%, 19%, 0%, 53%)
(0.12 / 0.19 / 0.00 / 0.53)

CMYK percentages

%12.4
%19.01
%0
%52.55

Codes

Color #6A6279 in popluar color models

6A 62 79
RGB 106 98 121
HSL 261° 10.50% 42.94%
HSB/HSV 261° 19.01% 47.45%
CMYK 12.40% 19.01% 0.00%
52.55%

Color #6A6279 in popluar number systems.

HEX 6A 62 79
Decimal 106 98 121
Binary 1101010 1100010 1111001
Octal 152 142 171

Shades and tints

Shades of #6A6279

#6A6279
(106,98,121)
#615A6E
(97,90,110)
#585263
(88,82,99)
#4F4A58
(79,74,88)
#46424D
(70,66,77)
#3D3A42
(61,58,66)
#343237
(52,50,55)
#2B2A2C
(43,42,44)
#222221
(34,34,33)
#191A16
(25,26,22)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #6A6279

#6A6279
(106,98,121)
#777085
(119,112,133)
#847E91
(132,126,145)
#918C9D
(145,140,157)
#9E9AA9
(158,154,169)
#ABA8B5
(171,168,181)
#B8B6C1
(184,182,193)
#C5C4CD
(197,196,205)
#D2D2D9
(210,210,217)
#DFE0E5
(223,224,229)
#ECEEF1
(236,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6279 color. Also use rgb(106,98,121) instead hex code.

Text Font Color

.myTextColor { color: #6A6279; }

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

This text font color is #6A6279.

Background Color

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

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

This div background color is #6A6279.

Border color

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

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

This div border color is #6A6279.

Opacity

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

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

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

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

This text has shadow with #6A6279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6A6279.

Preview

Color preview on black background

This text has color #6A6279 on black background.


Color preview on white background

This text has color #6A6279 on white background.


Black color preview on #6A6279 background

This text has black color on #6A6279 background.


White color preview on #6A6279 background

This text has white color on #6A6279 background.


Related colors

Complementary color

Complementary color for #hex is #959D86.


I love getcolorcode.com

Triadic colors

1 #796A62 and #62796A with #6A6279 are triadic colors.

2 #79626A and #626A79 with #6A6279 are triadic colors.