COLOR #6A6875

HEX: #6A6875
RGB: (106,104,117)

Color info

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

RGB color model

#6A6875 color RGB value is (106,104,117).

  • red value is 106;
  • green value is 104;
  • blue value is 117.
RGB:
(106,104,117)
(42%,41%,46%)

RGB channels and saturation

R 106 of 255 = 42%
G 104 of 255 = 41%
B 117 of 255 = 46%

106
104
117

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

Portions of RGB colors in percentages

R + G + B =
106 + 104 + 117 = 327 (100%)
R 106 of 327 ~ 32.42%
G 104 of 327 ~ 31.8%
B 117 of 327 ~ 35.78%

%32.42
%31.8
%35.78

CMYK color model

#6A6875 color CMYK value is (9,11,0,54).

  • cyan value is 9.40%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(9,11,0,54)
C9M11Y0K54 
(9%,11%,0%,54%)
(0.09/0.11/0.00/0.54)	

CMYK percentages

%9.4
%11.11
%0
%54.12

Codes

Color #6A6875 in popluar color models

6A6875
RGB106104117
HSL249°5.88%43.33%
HSB/HSV249°11.11%45.88%
CMYK9.40%11.11%0.00%
54.12%

Color #6A6875 in popluar number systems.

HEX6A6875
Decimal106104117
Binary110101011010001110101
Octal152150165

Shades and tints

Shades of #6A6875

#6A6875
(106,104,117)
#615F6B
(97,95,107)
#585661
(88,86,97)
#4F4D57
(79,77,87)
#46444D
(70,68,77)
#3D3B43
(61,59,67)
#343239
(52,50,57)
#2B292F
(43,41,47)
#222025
(34,32,37)
#19171B
(25,23,27)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #6A6875

#6A6875
(106,104,117)
#777581
(119,117,129)
#84828D
(132,130,141)
#918F99
(145,143,153)
#9E9CA5
(158,156,165)
#ABA9B1
(171,169,177)
#B8B6BD
(184,182,189)
#C5C3C9
(197,195,201)
#D2D0D5
(210,208,213)
#DFDDE1
(223,221,225)
#ECEAED
(236,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A6875 color. Also use rgb(106,104,117) instead hex code.

Text Font Color

.myTextColor { color: #6A6875; }

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

This text font color is #6A6875.


Background Color

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

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

This div background color is #6A6875.


Border color

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

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

This div border color is #6A6875.


Opacity

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

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

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

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

This text has shadow with #6A6875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A6875 on black background.


Color preview on white background

This text has color #6A6875 on white background.



Black color preview on #6A6875 background

This text has black color on #6A6875 background.


White color preview on #6A6875 background

This text has white color on #6A6875 background.