COLOR #6B9893

HEX: #6B9893 RGB: (107,152,147)

Color info

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

RGB color model

#6B9893 color RGB value is (107,152,147).

RGB: (107,152,147) (42%, 60%, 58%)

RGB channels and saturation

R 107 of 255 = 42%
G 152 of 255 = 60%
B 147 of 255 = 58%

107
152
147

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

Portions of RGB colors in percentages

R + G + B = 107 + 152 + 147 = 406 (100%)
R 107 of 406 ~ 26.35%
G 152 of 406 ~ 37.44%
B 147 of 406 ~ 36.21'%

%26.35
%37.44
%36.21

CMYK color model

#6B9893 color CMYK value is (30,0,3,40).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 3.29%
  • key color value is 40.39%

CMYK: (30,0,3,40)
C30M0Y3K40 (30%, 0%, 3%, 40%)
(0.30 / 0.00 / 0.03 / 0.40)

CMYK percentages

%29.61
%0
%3.29
%40.39

Codes

Color #6B9893 in popluar color models

6B 98 93
RGB 107 152 147
HSL 173° 17.93% 50.78%
HSB/HSV 173° 29.61% 59.61%
CMYK 29.61% 0.00% 3.29%
40.39%

Color #6B9893 in popluar number systems.

HEX 6B 98 93
Decimal 107 152 147
Binary 1101011 10011000 10010011
Octal 153 230 223

Shades and tints

Shades of #6B9893

#6B9893
(107,152,147)
#628B86
(98,139,134)
#597E79
(89,126,121)
#50716C
(80,113,108)
#47645F
(71,100,95)
#3E5752
(62,87,82)
#354A45
(53,74,69)
#2C3D38
(44,61,56)
#23302B
(35,48,43)
#1A231E
(26,35,30)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #6B9893

#6B9893
(107,152,147)
#78A19C
(120,161,156)
#85AAA5
(133,170,165)
#92B3AE
(146,179,174)
#9FBCB7
(159,188,183)
#ACC5C0
(172,197,192)
#B9CEC9
(185,206,201)
#C6D7D2
(198,215,210)
#D3E0DB
(211,224,219)
#E0E9E4
(224,233,228)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9893 color. Also use rgb(107,152,147) instead hex code.

Text Font Color

.myTextColor { color: #6B9893; }

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

This text font color is #6B9893.

Background Color

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

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

This div background color is #6B9893.

Border color

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

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

This div border color is #6B9893.

Opacity

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

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

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

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

This text has shadow with #6B9893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B9893.

Preview

Color preview on black background

This text has color #6B9893 on black background.


Color preview on white background

This text has color #6B9893 on white background.


Black color preview on #6B9893 background

This text has black color on #6B9893 background.


White color preview on #6B9893 background

This text has white color on #6B9893 background.


Related colors

Complementary color

Complementary color for #hex is #94676C.


I love getcolorcode.com

Triadic colors

1 #936B98 and #98936B with #6B9893 are triadic colors.

2 #93986B and #986B93 with #6B9893 are triadic colors.