COLOR #6B9A99

HEX: #6B9A99
RGB: (107,154,153)

Color info

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

RGB color model

#6B9A99 color RGB value is (107,154,153).

  • red value is 107;
  • green value is 154;
  • blue value is 153.
RGB:
(107,154,153)
(42%,60%,60%)

RGB channels and saturation

R 107 of 255 = 42%
G 154 of 255 = 60%
B 153 of 255 = 60%

107
154
153

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

Portions of RGB colors in percentages

R + G + B =
107 + 154 + 153 = 414 (100%)
R 107 of 414 ~ 25.85%
G 154 of 414 ~ 37.2%
B 153 of 414 ~ 36.96%

%25.85
%37.2
%36.96

CMYK color model

#6B9A99 color CMYK value is (31,0,1,40).

  • cyan value is 30.52%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.61%
CMYK:
(31,0,1,40)
C31M0Y1K40 
(31%,0%,1%,40%)
(0.31/0.00/0.01/0.40)	

CMYK percentages

%30.52
%0
%0.65
%39.61

Codes

Color #6B9A99 in popluar color models

6B9A99
RGB107154153
HSL179°18.88%51.18%
HSB/HSV179°30.52%60.39%
CMYK30.52%0.00%0.65%
39.61%

Color #6B9A99 in popluar number systems.

HEX6B9A99
Decimal107154153
Binary11010111001101010011001
Octal153232231

Shades and tints

Shades of #6B9A99

#6B9A99
(107,154,153)
#628C8C
(98,140,140)
#597E7F
(89,126,127)
#507072
(80,112,114)
#476265
(71,98,101)
#3E5458
(62,84,88)
#35464B
(53,70,75)
#2C383E
(44,56,62)
#232A31
(35,42,49)
#1A1C24
(26,28,36)
#110E17
(17,14,23)
#000000
(0,0,0)

Tints of #6B9A99

#6B9A99
(107,154,153)
#78A3A2
(120,163,162)
#85ACAB
(133,172,171)
#92B5B4
(146,181,180)
#9FBEBD
(159,190,189)
#ACC7C6
(172,199,198)
#B9D0CF
(185,208,207)
#C6D9D8
(198,217,216)
#D3E2E1
(211,226,225)
#E0EBEA
(224,235,234)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9A99 color. Also use rgb(107,154,153) instead hex code.

Text Font Color

.myTextColor { color: #6B9A99; }

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

This text font color is #6B9A99.


Background Color

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

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

This div background color is #6B9A99.


Border color

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

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

This div border color is #6B9A99.


Opacity

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

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

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

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

This text has shadow with #6B9A99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9A99 on black background.


Color preview on white background

This text has color #6B9A99 on white background.



Black color preview on #6B9A99 background

This text has black color on #6B9A99 background.


White color preview on #6B9A99 background

This text has white color on #6B9A99 background.