COLOR #6B9E99

HEX: #6B9E99 RGB: (107,158,153)

Color info

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

RGB color model

#6B9E99 color RGB value is (107,158,153).

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

RGB channels and saturation

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

107
158
153

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

Portions of RGB colors in percentages

R + G + B = 107 + 158 + 153 = 418 (100%)
R 107 of 418 ~ 25.6%
G 158 of 418 ~ 37.8%
B 153 of 418 ~ 36.6'%

%25.6
%37.8
%36.6

CMYK color model

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

  • cyan value is 32.28%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 38.04%

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

CMYK percentages

%32.28
%0
%3.16
%38.04

Codes

Color #6B9E99 in popluar color models

6B 9E 99
RGB 107 158 153
HSL 174° 20.82% 51.96%
HSB/HSV 174° 32.28% 61.96%
CMYK 32.28% 0.00% 3.16%
38.04%

Color #6B9E99 in popluar number systems.

HEX 6B 9E 99
Decimal 107 158 153
Binary 1101011 10011110 10011001
Octal 153 236 231

Shades and tints

Shades of #6B9E99

#6B9E99
(107,158,153)
#62908C
(98,144,140)
#59827F
(89,130,127)
#507472
(80,116,114)
#476665
(71,102,101)
#3E5858
(62,88,88)
#354A4B
(53,74,75)
#2C3C3E
(44,60,62)
#232E31
(35,46,49)
#1A2024
(26,32,36)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #6B9E99

#6B9E99
(107,158,153)
#78A6A2
(120,166,162)
#85AEAB
(133,174,171)
#92B6B4
(146,182,180)
#9FBEBD
(159,190,189)
#ACC6C6
(172,198,198)
#B9CECF
(185,206,207)
#C6D6D8
(198,214,216)
#D3DEE1
(211,222,225)
#E0E6EA
(224,230,234)
#EDEEF3
(237,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9E99; }

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

This text font color is #6B9E99.

Background Color

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

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

This div background color is #6B9E99.

Border color

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

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

This div border color is #6B9E99.

Opacity

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

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

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

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

This text has shadow with #6B9E99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9E99.

Preview

Color preview on black background

This text has color #6B9E99 on black background.


Color preview on white background

This text has color #6B9E99 on white background.


Black color preview on #6B9E99 background

This text has black color on #6B9E99 background.


White color preview on #6B9E99 background

This text has white color on #6B9E99 background.


Related colors

Complementary color

Complementary color for #hex is #946166.


I love getcolorcode.com

Triadic colors

1 #996B9E and #9E996B with #6B9E99 are triadic colors.

2 #999E6B and #9E6B99 with #6B9E99 are triadic colors.