COLOR #6A8D99

HEX: #6A8D99
RGB: (106,141,153)

Color info

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

RGB color model

#6A8D99 color RGB value is (106,141,153).

  • red value is 106;
  • green value is 141;
  • blue value is 153.
RGB:
(106,141,153)
(42%,55%,60%)

RGB channels and saturation

R 106 of 255 = 42%
G 141 of 255 = 55%
B 153 of 255 = 60%

106
141
153

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

Portions of RGB colors in percentages

R + G + B =
106 + 141 + 153 = 400 (100%)
R 106 of 400 ~ 26.5%
G 141 of 400 ~ 35.25%
B 153 of 400 ~ 38.25%

%26.5
%35.25
%38.25

CMYK color model

#6A8D99 color CMYK value is (31,8,0,40).

  • cyan value is 30.72%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(31,8,0,40)
C31M8Y0K40 
(31%,8%,0%,40%)
(0.31/0.08/0.00/0.40)	

CMYK percentages

%30.72
%7.84
%0
%40

Codes

Color #6A8D99 in popluar color models

6A8D99
RGB106141153
HSL195°18.73%50.78%
HSB/HSV195°30.72%60.00%
CMYK30.72%7.84%0.00%
40.00%

Color #6A8D99 in popluar number systems.

HEX6A8D99
Decimal106141153
Binary11010101000110110011001
Octal152215231

Shades and tints

Shades of #6A8D99

#6A8D99
(106,141,153)
#61818C
(97,129,140)
#58757F
(88,117,127)
#4F6972
(79,105,114)
#465D65
(70,93,101)
#3D5158
(61,81,88)
#34454B
(52,69,75)
#2B393E
(43,57,62)
#222D31
(34,45,49)
#192124
(25,33,36)
#101517
(16,21,23)
#000000
(0,0,0)

Tints of #6A8D99

#6A8D99
(106,141,153)
#7797A2
(119,151,162)
#84A1AB
(132,161,171)
#91ABB4
(145,171,180)
#9EB5BD
(158,181,189)
#ABBFC6
(171,191,198)
#B8C9CF
(184,201,207)
#C5D3D8
(197,211,216)
#D2DDE1
(210,221,225)
#DFE7EA
(223,231,234)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8D99 color. Also use rgb(106,141,153) instead hex code.

Text Font Color

.myTextColor { color: #6A8D99; }

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

This text font color is #6A8D99.


Background Color

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

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

This div background color is #6A8D99.


Border color

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

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

This div border color is #6A8D99.


Opacity

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

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

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

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

This text has shadow with #6A8D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6A8D99 on black background.


Color preview on white background

This text has color #6A8D99 on white background.



Black color preview on #6A8D99 background

This text has black color on #6A8D99 background.


White color preview on #6A8D99 background

This text has white color on #6A8D99 background.