COLOR #6A8793

HEX: #6A8793
RGB: (106,135,147)

Color info

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

RGB color model

#6A8793 color RGB value is (106,135,147).

  • red value is 106;
  • green value is 135;
  • blue value is 147.
RGB:
(106,135,147)
(42%,53%,58%)

RGB channels and saturation

R 106 of 255 = 42%
G 135 of 255 = 53%
B 147 of 255 = 58%

106
135
147

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

Portions of RGB colors in percentages

R + G + B =
106 + 135 + 147 = 388 (100%)
R 106 of 388 ~ 27.32%
G 135 of 388 ~ 34.79%
B 147 of 388 ~ 37.89%

%27.32
%34.79
%37.89

CMYK color model

#6A8793 color CMYK value is (28,8,0,42).

  • cyan value is 27.89%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(28,8,0,42)
C28M8Y0K42 
(28%,8%,0%,42%)
(0.28/0.08/0.00/0.42)	

CMYK percentages

%27.89
%8.16
%0
%42.35

Codes

Color #6A8793 in popluar color models

6A8793
RGB106135147
HSL198°16.21%49.61%
HSB/HSV198°27.89%57.65%
CMYK27.89%8.16%0.00%
42.35%

Color #6A8793 in popluar number systems.

HEX6A8793
Decimal106135147
Binary11010101000011110010011
Octal152207223

Shades and tints

Shades of #6A8793

#6A8793
(106,135,147)
#617B86
(97,123,134)
#586F79
(88,111,121)
#4F636C
(79,99,108)
#46575F
(70,87,95)
#3D4B52
(61,75,82)
#343F45
(52,63,69)
#2B3338
(43,51,56)
#22272B
(34,39,43)
#191B1E
(25,27,30)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #6A8793

#6A8793
(106,135,147)
#77919C
(119,145,156)
#849BA5
(132,155,165)
#91A5AE
(145,165,174)
#9EAFB7
(158,175,183)
#ABB9C0
(171,185,192)
#B8C3C9
(184,195,201)
#C5CDD2
(197,205,210)
#D2D7DB
(210,215,219)
#DFE1E4
(223,225,228)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8793 color. Also use rgb(106,135,147) instead hex code.

Text Font Color

.myTextColor { color: #6A8793; }

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

This text font color is #6A8793.


Background Color

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

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

This div background color is #6A8793.


Border color

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

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

This div border color is #6A8793.


Opacity

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

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

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

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

This text has shadow with #6A8793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8793 on black background.


Color preview on white background

This text has color #6A8793 on white background.



Black color preview on #6A8793 background

This text has black color on #6A8793 background.


White color preview on #6A8793 background

This text has white color on #6A8793 background.