COLOR #6B9D99

HEX: #6B9D99 RGB: (107,157,153)

Color info

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

RGB color model

#6B9D99 color RGB value is (107,157,153).

RGB: (107,157,153) (42%, 62%, 60%)

RGB channels and saturation

R 107 of 255 = 42%
G 157 of 255 = 62%
B 153 of 255 = 60%

107
157
153

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

Portions of RGB colors in percentages

R + G + B = 107 + 157 + 153 = 417 (100%)
R 107 of 417 ~ 25.66%
G 157 of 417 ~ 37.65%
B 153 of 417 ~ 36.69'%

%25.66
%37.65
%36.69

CMYK color model

#6B9D99 color CMYK value is (32,0,3,38).

  • cyan value is 31.85%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 38.43%

CMYK: (32,0,3,38)
C32M0Y3K38 (32%, 0%, 3%, 38%)
(0.32 / 0.00 / 0.03 / 0.38)

CMYK percentages

%31.85
%0
%2.55
%38.43

Codes

Color #6B9D99 in popluar color models

6B 9D 99
RGB 107 157 153
HSL 175° 20.33% 51.76%
HSB/HSV 175° 31.85% 61.57%
CMYK 31.85% 0.00% 2.55%
38.43%

Color #6B9D99 in popluar number systems.

HEX 6B 9D 99
Decimal 107 157 153
Binary 1101011 10011101 10011001
Octal 153 235 231

Shades and tints

Shades of #6B9D99

#6B9D99
(107,157,153)
#628F8C
(98,143,140)
#59817F
(89,129,127)
#507372
(80,115,114)
#476565
(71,101,101)
#3E5758
(62,87,88)
#35494B
(53,73,75)
#2C3B3E
(44,59,62)
#232D31
(35,45,49)
#1A1F24
(26,31,36)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #6B9D99

#6B9D99
(107,157,153)
#78A5A2
(120,165,162)
#85ADAB
(133,173,171)
#92B5B4
(146,181,180)
#9FBDBD
(159,189,189)
#ACC5C6
(172,197,198)
#B9CDCF
(185,205,207)
#C6D5D8
(198,213,216)
#D3DDE1
(211,221,225)
#E0E5EA
(224,229,234)
#EDEDF3
(237,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9D99; }

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

This text font color is #6B9D99.

Background Color

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

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

This div background color is #6B9D99.

Border color

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

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

This div border color is #6B9D99.

Opacity

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

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

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

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

This text has shadow with #6B9D99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9D99.

Preview

Color preview on black background

This text has color #6B9D99 on black background.


Color preview on white background

This text has color #6B9D99 on white background.


Black color preview on #6B9D99 background

This text has black color on #6B9D99 background.


White color preview on #6B9D99 background

This text has white color on #6B9D99 background.


Related colors

Complementary color

Complementary color for #hex is #946266.


I love getcolorcode.com

Triadic colors

1 #996B9D and #9D996B with #6B9D99 are triadic colors.

2 #999D6B and #9D6B99 with #6B9D99 are triadic colors.