COLOR #6A8281

HEX: #6A8281
RGB: (106,130,129)

Color info

#6A8281 contains red, green and blue colors in about the same proportion. Web safe color of #6A8281 is #669999 (or #699).

RGB color model

#6A8281 color RGB value is (106,130,129).

  • red value is 106;
  • green value is 130;
  • blue value is 129.
RGB:
(106,130,129)
(42%,51%,51%)

RGB channels and saturation

R 106 of 255 = 42%
G 130 of 255 = 51%
B 129 of 255 = 51%

106
130
129

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

Portions of RGB colors in percentages

R + G + B =
106 + 130 + 129 = 365 (100%)
R 106 of 365 ~ 29.04%
G 130 of 365 ~ 35.62%
B 129 of 365 ~ 35.34%

%29.04
%35.62
%35.34

CMYK color model

#6A8281 color CMYK value is (18,0,1,49).

  • cyan value is 18.46%
  • magenta value is 0.00%
  • yellow value is 0.77%
  • key color value is 49.02%
CMYK:
(18,0,1,49)
C18M0Y1K49 
(18%,0%,1%,49%)
(0.18/0.00/0.01/0.49)	

CMYK percentages

%18.46
%0
%0.77
%49.02

Codes

Color #6A8281 in popluar color models

6A8281
RGB106130129
HSL178°10.17%46.27%
HSB/HSV178°18.46%50.98%
CMYK18.46%0.00%0.77%
49.02%

Color #6A8281 in popluar number systems.

HEX6A8281
Decimal106130129
Binary11010101000001010000001
Octal152202201

Shades and tints

Shades of #6A8281

#6A8281
(106,130,129)
#617776
(97,119,118)
#586C6B
(88,108,107)
#4F6160
(79,97,96)
#465655
(70,86,85)
#3D4B4A
(61,75,74)
#34403F
(52,64,63)
#2B3534
(43,53,52)
#222A29
(34,42,41)
#191F1E
(25,31,30)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #6A8281

#6A8281
(106,130,129)
#778D8C
(119,141,140)
#849897
(132,152,151)
#91A3A2
(145,163,162)
#9EAEAD
(158,174,173)
#ABB9B8
(171,185,184)
#B8C4C3
(184,196,195)
#C5CFCE
(197,207,206)
#D2DAD9
(210,218,217)
#DFE5E4
(223,229,228)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8281 color. Also use rgb(106,130,129) instead hex code.

Text Font Color

.myTextColor { color: #6A8281; }

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

This text font color is #6A8281.


Background Color

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

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

This div background color is #6A8281.


Border color

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

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

This div border color is #6A8281.


Opacity

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

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

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

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

This text has shadow with #6A8281 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8281 on black background.


Color preview on white background

This text has color #6A8281 on white background.



Black color preview on #6A8281 background

This text has black color on #6A8281 background.


White color preview on #6A8281 background

This text has white color on #6A8281 background.