COLOR #6A667D

HEX: #6A667D
RGB: (106,102,125)

Color info

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

RGB color model

#6A667D color RGB value is (106,102,125).

  • red value is 106;
  • green value is 102;
  • blue value is 125.
RGB:
(106,102,125)
(42%,40%,49%)

RGB channels and saturation

R 106 of 255 = 42%
G 102 of 255 = 40%
B 125 of 255 = 49%

106
102
125

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

Portions of RGB colors in percentages

R + G + B =
106 + 102 + 125 = 333 (100%)
R 106 of 333 ~ 31.83%
G 102 of 333 ~ 30.63%
B 125 of 333 ~ 37.54%

%31.83
%30.63
%37.54

CMYK color model

#6A667D color CMYK value is (15,18,0,51).

  • cyan value is 15.20%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(15,18,0,51)
C15M18Y0K51 
(15%,18%,0%,51%)
(0.15/0.18/0.00/0.51)	

CMYK percentages

%15.2
%18.4
%0
%50.98

Codes

Color #6A667D in popluar color models

6A667D
RGB106102125
HSL250°10.13%44.51%
HSB/HSV250°18.40%49.02%
CMYK15.20%18.40%0.00%
50.98%

Color #6A667D in popluar number systems.

HEX6A667D
Decimal106102125
Binary110101011001101111101
Octal152146175

Shades and tints

Shades of #6A667D

#6A667D
(106,102,125)
#615D72
(97,93,114)
#585467
(88,84,103)
#4F4B5C
(79,75,92)
#464251
(70,66,81)
#3D3946
(61,57,70)
#34303B
(52,48,59)
#2B2730
(43,39,48)
#221E25
(34,30,37)
#19151A
(25,21,26)
#100C0F
(16,12,15)
#000000
(0,0,0)

Tints of #6A667D

#6A667D
(106,102,125)
#777388
(119,115,136)
#848093
(132,128,147)
#918D9E
(145,141,158)
#9E9AA9
(158,154,169)
#ABA7B4
(171,167,180)
#B8B4BF
(184,180,191)
#C5C1CA
(197,193,202)
#D2CED5
(210,206,213)
#DFDBE0
(223,219,224)
#ECE8EB
(236,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A667D color. Also use rgb(106,102,125) instead hex code.

Text Font Color

.myTextColor { color: #6A667D; }

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

This text font color is #6A667D.


Background Color

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

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

This div background color is #6A667D.


Border color

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

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

This div border color is #6A667D.


Opacity

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

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

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

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

This text has shadow with #6A667D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A667D on black background.


Color preview on white background

This text has color #6A667D on white background.



Black color preview on #6A667D background

This text has black color on #6A667D background.


White color preview on #6A667D background

This text has white color on #6A667D background.